Searched defs:found_text (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dutil.c345 const char *found_text = NULL; /* initialize to avoid gcc warning */ local
349 found_text = scan->text;
351 len += strlen(found_text);
358 found_text = scan->text;
360 len += strlen(found_text);
372 || (!apr_isspace(*found_text)
373 && !apr_isspace(found_text[len - 1])))
374 return found_text;

Completed in 2907 milliseconds