Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi.h25 pcre *ssi_regex; member
H A Dmod_ssi.c83 pcre_free(p->ssi_regex); in FREE_FUNC()
132 …if (NULL == (p->ssi_regex = pcre_compile("<!--#([a-z]+)\\s+(?:([a-z]+)=\"(.*?)(?<!\\\\)\"\\s*)?(?:… in SETDEFAULTS_FUNC()
1044 …for (i = 0; (n = pcre_exec(p->ssi_regex, NULL, s.start, s.size, i, 0, ovec, N * 3)) > 0; i = ovec[… in mod_ssi_handle_request()