Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_trigger_b4_dl.c43 pcre *trigger_regex; member
103 if (s->trigger_regex) pcre_free(s->trigger_regex); in FREE_FUNC()
202 if (NULL == (s->trigger_regex = pcre_compile(s->trigger_url->ptr, in SETDEFAULTS_FUNC()
259 PATCH(trigger_regex); in mod_trigger_b4_dl_patch_connection()
287 PATCH(trigger_regex); in mod_trigger_b4_dl_patch_connection()
329 if (!p->conf.trigger_regex || !p->conf.download_regex) return HANDLER_GO_ON; in URIHANDLER_FUNC()
361 …if ((n = pcre_exec(p->conf.trigger_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0,… in URIHANDLER_FUNC()