Lines Matching defs:end
482 /* We reach the end of the uri before the end of "alias_fakename"
503 * "short-circuiting"... i.e. translate_names will end when the first
554 const char *end;
563 end = ap_strchr_c(start+2, '}');
564 if (end == NULL) {
568 var = apr_pstrmemdup(r->pool, start+2, end-(start+2));
574 proxy_interpolate(r, end+1), NULL);
578 proxy_interpolate(r, end+1), NULL);
969 char *end;
970 maxfwd = apr_strtoi64(str, &end, 10);
971 if (maxfwd < 0 || maxfwd == APR_INT64_MAX || *end) {
1124 char *end;
1136 apr_strtoff(&cl, cl_a, &end, 10);