Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_config.c31 if (ds->regex_study) pcre_free(ds->regex_study); in data_config_free()
H A Darray.h131 pcre_extra *regex_study; member
H A Dconfigparser.y484 } else if (NULL == (dc->regex_study = in SRVVARNAME()
490 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in SRVVARNAME()
H A Dconfigparser.c1270 } else if (NULL == (dc->regex_study = in yy_reduce()
1276 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in yy_reduce()
H A Dconfigfile-glue.c488 n = pcre_exec(dc->regex, dc->regex_study, l->ptr, l->used - 1, 0, 0, in config_check_cond_nocache()