Searched refs:nl (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_substitute.c321 const char *nl = NULL; local
437 nl = memchr(buff, APR_ASCII_LF, bytes);
438 if (nl) {
439 len = (apr_size_t) (nl - buff) + 1;
H A Dmod_include.c2749 static bndm_t *bndm_compile(apr_pool_t *pool, const char *n, apr_size_t nl) argument
2752 const char *ne = n + nl;
2756 t->pattern_len = nl;
2781 apr_size_t nl; local
2787 nl = t->pattern_len;
2790 p = pi + nl; /* compare window right to left. point to the first char */
2812 p = pi + nl;

Completed in 39 milliseconds