Searched refs:found (Results 1 - 25 of 29) sorted by relevance

12

/httpd/build/
H A Dmake_var_export.awk24 found = 0
43 if (found != 0) {
53 found++
/httpd/modules/mappers/
H A Dmod_alias.c158 * and throw a warning if found one
455 char *found = apr_pstrdup(r->pool, local
468 * and merge to whatever part of the found path was already
472 found = ap_server_root_relative(r->pool, found);
473 return found;
488 char *found = ""; local
492 found = apr_pstrdup(r->pool,
500 apr_uri_parse(r->pool, found, &uri);
502 found
526 char *found = NULL; local
[all...]
/httpd/support/
H A Dhtdigest.c198 int found; local
257 found = 0;
259 if (found || (line[0] == '#') || (!line[0])) {
274 found = 1;
277 if (!found) {
H A Dhtpasswd.c283 int found = 0; local
444 /* We found the user we were looking for */
445 found++;
478 if (!found) {
480 apr_file_printf(errfile, "User %s not found" NL, user);
484 apr_file_printf(errfile, "User %s not found" NL, user);
H A Dapxs.in341 error("$apr_config not found!");
352 error("$apu_config not found!");
554 error("Config file $CFG_SYSCONFDIR/$CFG_TARGET.conf not found");
600 my $found =
631 unless ($found) {
/httpd/build/win32/
H A DfixBaseAddrs.pl95 elsif ($l =~ /warning LNK4198: base key '(.*)' not found/) {
/httpd/modules/filters/
H A Dmod_proxy_html.c205 char *found; local
257 for (found = strstr(ctx->buf, m->from.c); found;
258 found = strstr(ctx->buf+match+s_to, m->from.c)) {
259 match = found - ctx->buf;
385 char *found; local
599 found = strstr(ctx->buf, m->from.c);
600 if ((m->flags & M_ATSTART) && (found != ctx->buf))
602 while (found) {
605 match = found
[all...]
H A Dmod_xml2enc.c131 int found = 0; local
134 while (!found && p && *p) {
138 /* found a starting element. Strip all that comes before. */
149 found = 1;
237 /* either it's set to something we found or it's still the default */
572 return "Default charset not found";
H A Dmod_deflate.c110 int found = 0; local
128 found = 1;
147 found = 1;
167 found = 1;
173 break; /* found a non-identity token */
186 return found;
761 /* No acceptable token found. */
/httpd/server/
H A Dutil_filter.c485 ap_filter_t *found = NULL; local
498 found = next;
503 if (found) {
504 ap_remove_input_filter(found);
513 ap_filter_t *found = NULL; local
526 found = next;
531 if (found) {
532 ap_remove_output_filter(found);
H A Dlisten.c694 int found; local
699 found = 0;
703 for (addr = ls->addrs; addr && !found; addr = addr->next) {
708 found = 1;
714 if (!found) {
747 found = 0;
748 for (ls = s; ls && !found; ls = ls->next) {
749 for (addr = ls->addrs; addr && !found; addr = addr->next) {
752 found = 1;
758 if (!found) {
[all...]
H A Dcore.c956 * Return the desired information; either the remote DNS name, if found,
1158 const ap_directive_t *found; local
1192 && ((found = find_parent(cmd->directive, "<Directory"))
1193 || (found = find_parent(cmd->directive, "<DirectoryMatch"))))
1195 && ((found = find_parent(cmd->directive, "<Location"))
1196 || (found = find_parent(cmd->directive, "<LocationMatch"))))
1198 && ((found = find_parent(cmd->directive, "<Files"))
1199 || (found = find_parent(cmd->directive, "<FilesMatch"))
1200 || (found = find_parent(cmd->directive, "<If"))
1201 || (found
2545 module *found = ap_find_linked_module(name); local
2593 module *found; local
[all...]
H A Dvhost.c596 /* No default server, or we found a default server but
612 /* No matching server, or we found a matching server but
1037 goto found;
1056 goto found;
1061 found:
/httpd/modules/http/
H A Dmod_mime.c83 char *default_language; /* Language if no AddLanguage ext found */
818 int found; local
825 found = 0;
841 found = 1;
850 found = 1;
855 found = 1;
864 found = 1;
882 found = 1;
891 found = 1;
905 found
[all...]
H A Dbyterange_filter.c412 int found = 0; local
514 found = 1;
555 if (found == 0) {
/httpd/modules/core/
H A Dmod_macro.c182 APLOGNO(02794) "non blank chars found after directive closing",
205 return apr_psprintf(pool, "expected token not found: %s", end_token);
386 returns the pointer and the whichone found, or NULL.
396 char *found = ap_strstr((char *) buf, tab[i]); local
398 if (found && (!chosen || found < chosen ||
399 (found == chosen && lchosen < lfound))) {
400 chosen = found;
716 warn_if_non_blank(APLOGNO(02801) "non blank chars found after "
726 return BEGIN_MACRO " macro definition: name not found";
[all...]
/httpd/modules/dav/main/
H A Dprops.c627 int found; local
631 &found)) != NULL) {
636 /* assert: found == 1 */
821 int found; local
825 &found)) != NULL) {
830 if (found) {
842 /* not found as a live OR dead property. add a record to the "bad"
931 /* it's a liveprop if a provider was found */
/httpd/modules/cluster/
H A Dmod_heartmonitor.c72 int found; member in struct:hm_slot_server_ctx_t
175 s->found = 1;
189 s->found = 1;
200 ctx.found = 0;
202 if (!ctx.found) {
220 ctx.found = 0;
222 if (ctx.found) {
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c545 /* If we found a pre-existing listen socket record, then there
649 int found; local
658 found = 0;
684 found = 1;
691 if (!found && &(*secwalk)->next) {
738 int found; local
821 found = 0;
824 found = 1;
828 if (!found) {
830 "No Listen directive found fo
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.c607 char *found = NULL; local
631 found = ap_pregsub(r->pool, real, use_uri, AP_MAX_REG_MATCH,
633 if (!found) {
653 if (strcmp(found, real) != 0) {
654 found = apr_pstrcat(r->pool, "proxy:", found, NULL);
657 found = apr_pstrcat(r->pool, "proxy:", real, use_uri, NULL);
672 found = apr_pstrcat(r->pool, "proxy:", real, use_uri + len, NULL);
683 if (found) {
684 r->filename = found;
1297 int x, y, found; local
1891 int found = 0; local
1927 int found = 0; local
[all...]
H A Dmod_proxy_ftp.c227 int found = 0; local
235 while (!found) {
244 while (!found) {
267 found = 1;
601 int found = 0; local
607 while (!found && !APR_BRIGADE_EMPTY(ctx->in)) {
626 found = 1;
646 if (!found) {
2089 /* found the last brigade? */
/httpd/modules/dav/fs/
H A Ddbm.c324 /* the namespace was not found(!) */
541 int *found)
550 *found = 0;
553 *found = 1;
537 dav_propdb_output_value(dav_db *db, const dav_prop_name *name, dav_xmlns_info *xi, apr_text_header *phdr, int *found) argument
/httpd/modules/cache/
H A Dcache_util.c394 /* no eos found in brigade, don't delete anything just yet,
1142 int found = 0; local
1161 found = 1;
1179 found = 1;
1189 return found;
/httpd/modules/ssl/
H A Dssl_engine_kernel.c1612 "found acceptable cert");
1631 "found acceptable cert by intermediate CA");
1644 "no client certificate found!?", sc->vhost_id);
1730 * was not found. We use this to lookup the SSL_SESSION in the
1933 "SSL virtual host for servername %s found",
1940 "%s found (using default/first virtual host)",
1978 BOOL found = FALSE; local
1985 found = TRUE;
1992 if (!found) {
2000 found
[all...]
/httpd/modules/generators/
H A Dmod_autoindex.c846 int found; local
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
860 found = (ap_strstr_c(filename, tuple->pattern) != NULL);
862 if (found) {
925 * Emitted if found (and able).
933 * Emitted if found (and able).
1012 * found and html do the subrequest, otherwise handle it
1139 * found and a text file, handle it -- otherwise fall through and
2314 "Cannot serve directory %s: No matching DirectoryIndex (%s) found, and "

Completed in 3773 milliseconds

12