Searched refs:download_regex (Results 1 – 1 of 1) sorted by relevance
44 pcre *download_regex; member104 if (s->download_regex) pcre_free(s->download_regex); in FREE_FUNC()191 if (NULL == (s->download_regex = pcre_compile(s->download_url->ptr, in SETDEFAULTS_FUNC()258 PATCH(download_regex); in mod_trigger_b4_dl_patch_connection()283 PATCH(download_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()412 …if ((n = pcre_exec(p->conf.download_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0… in URIHANDLER_FUNC()