Home
last modified time | relevance | path

Searched refs:path_pieces (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_evhost.c16 buffer **path_pieces; member
51 if(s->path_pieces) { in FREE_FUNC()
54 buffer_free(s->path_pieces[j]); in FREE_FUNC()
57 free(s->path_pieces); in FREE_FUNC()
77 s->path_pieces = NULL; in mod_evhost_parse_pattern()
81 s->path_pieces = realloc(s->path_pieces,(s->len+2) * sizeof(*s->path_pieces)); in mod_evhost_parse_pattern()
95 s->path_pieces = realloc(s->path_pieces,(s->len+1) * sizeof(*s->path_pieces)); in mod_evhost_parse_pattern()
138 s->path_pieces = NULL; in SETDEFAULTS_FUNC()
232 PATCH(path_pieces); in mod_evhost_patch_connection()
248 PATCH(path_pieces); in mod_evhost_patch_connection()
[all …]