Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dreqpool.c71 r->cond_match_data = ck_calloc(srv->config_captures, in request_init_data()
233 if (r->cond_match_data) { in request_free_data()
236 if (r->cond_match_data[i].match_data) in request_free_data()
237 pcre2_match_data_free(r->cond_match_data[i].match_data); in request_free_data()
239 if (r->cond_match_data[i].matches) in request_free_data()
240 free(r->cond_match_data[i].matches); in request_free_data()
243 free(r->cond_match_data); in request_free_data()
H A Drequest.h143 struct cond_match_t *cond_match_data; member
H A Dconfigfile-glue.c676 r->cond_match[capture_offset] = r->cond_match_data + capture_offset; in config_pcre_match()
712 r->cond_match[capture_offset] = r->cond_match_data + capture_offset; in config_pcre_match()