Lines Matching refs:found
182 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]);
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";
923 they are processed immediatly when found, hence the EXEC_ON_READ.
943 file utils a lot. I haven't found any clean hook to apply something