Lines Matching defs:found
607 char *found = NULL;
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;
888 /* these will later be found in the bookmarks files. */
1297 int x, y, found;
1308 for (x = 0, found = 0; x < overrides->nelts; x++) {
1369 found = 1;
1374 if (!found) {
1891 int found = 0;
1897 found = 1;
1902 if (!found) {
1927 int found = 0;
1933 found = 1;
1938 if (!found) {