HomeSort by relevance Sort by last modified time
    Searched defs:sed_reptr_t (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 180 milliseconds