Searched refs:regex_study (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | data_config.c | 31 if (ds->regex_study) pcre_free(ds->regex_study); in data_config_free()
|
| H A D | array.h | 131 pcre_extra *regex_study; member
|
| H A D | configparser.y | 484 } 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 D | configparser.c | 1270 } 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 D | configfile-glue.c | 488 n = pcre_exec(dc->regex, dc->regex_study, l->ptr, l->used - 1, 0, 0, in config_check_cond_nocache()
|