HomeSort by relevance Sort by last modified time
    Searched refs:sed_reptr_t (Results 1 - 6 of 6) sorted by null

  /webstack/mod_sed/
libsed.h 40 typedef struct sed_reptr_s sed_reptr_t; typedef in typeref:struct:sed_reptr_s
43 sed_reptr_t *next;
47 sed_reptr_t *lb1;
61 sed_reptr_t *chain;
62 sed_reptr_t *address;
101 sed_reptr_t **cmpend[SED_DEPTH];
102 sed_reptr_t *ptrspace;
103 sed_reptr_t *ptrend;
104 sed_reptr_t *rep;
135 sed_reptr_t *abuf[SED_ABUFSIZE]
    [all...]
sed0.c 41 static sed_reptr_t *alloc_reptr(sed_commands_t *commands);
179 static void dechain(sed_label_t *lpt, sed_reptr_t *address)
181 sed_reptr_t *rep;
186 sed_reptr_t *next;
202 sed_reptr_t *pt, *pt1;
1002 static sed_reptr_t *alloc_reptr(sed_commands_t *commands)
1004 sed_reptr_t *var;
1006 var = apr_pcalloc(commands->pool, sizeof(sed_reptr_t));
sed1.c 64 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
72 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc,
457 sed_reptr_t *ipc = eval->commands->ptrspace;
594 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
682 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc,
  /webstack/webserver/src/server/libsed/
libsed.h 77 typedef struct sed_reptr_s sed_reptr_t; typedef in typeref:struct:sed_reptr_s
80 sed_reptr_t *next;
84 sed_reptr_t *lb1;
98 sed_reptr_t *chain;
99 sed_reptr_t *address;
137 sed_reptr_t **cmpend[SED_DEPTH];
138 sed_reptr_t *ptrspace;
139 sed_reptr_t *ptrend;
140 sed_reptr_t *rep;
169 sed_reptr_t *abuf[SED_ABUFSIZE]
    [all...]
sed0.c 72 static sed_reptr_t *alloc_reptr(sed_commands_t *commands);
121 sed_reptr_t *rep;
131 sed_reptr_t *next;
185 sed_reptr_t *rep;
189 sed_reptr_t *next;
206 static void dechain(sed_label_t *lpt, sed_reptr_t *address)
208 sed_reptr_t *rep;
213 sed_reptr_t *next;
229 sed_reptr_t *pt, *pt1;
1028 static sed_reptr_t *alloc_reptr(sed_commands_t *commands
    [all...]
sed1.c 94 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
102 static PRStatus command(sed_eval_t *eval, sed_reptr_t *ipc,
474 sed_reptr_t *ipc = eval->commands->ptrspace;
611 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
699 static PRStatus command(sed_eval_t *eval, sed_reptr_t *ipc,

Completed in 60 milliseconds