Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_redirect.c195 int ovec[N * 3]; in mod_redirect_uri_handler() local
202 …if ((n = pcre_exec(match, extra, p->match_buf->ptr, p->match_buf->used - 1, 0, 0, ovec, 3 * N)) < … in mod_redirect_uri_handler()
214 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list); in mod_redirect_uri_handler()
H A Dmod_rewrite.c372 int ovec[N * 3]; in process_rewrite_rules() local
378 …if ((n = pcre_exec(match, NULL, p->match_buf->ptr, p->match_buf->used - 1, 0, 0, ovec, 3 * N)) < 0… in process_rewrite_rules()
390 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list); in process_rewrite_rules()
H A Dmod_ssi.c963 int ovec[N * 3]; in mod_ssi_handle_request() local
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()
1048 if (!p->if_is_false) chunkqueue_append_file(con->write_queue, con->physical.path, i, ovec[0] - i); in mod_ssi_handle_request()
1050 pcre_get_substring_list(s.start, ovec, n, &l); in mod_ssi_handle_request()
H A Dmod_trigger_b4_dl.c321 int ovec[N * 3]; in URIHANDLER_FUNC() local
361 …->conf.trigger_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0, ovec, 3 * N)) < 0) { in URIHANDLER_FUNC()
412 …>conf.download_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0, ovec, 3 * N)) < 0) { in URIHANDLER_FUNC()
H A Dmod_dirlisting.c724 int ovec[N * 3]; in http_list_directory() local
728 strlen(dent->d_name), 0, 0, ovec, 3 * N)) < 0) { in http_list_directory()