APR_ASCII_LF 383 modules/filters/mod_substitute.c nl = memchr(buff, APR_ASCII_LF, bytes); APR_ASCII_LF 153 modules/http/http_filters.c if (lineend[len - 1] != APR_ASCII_LF) { APR_ASCII_LF 197 modules/http/http_filters.c if (ctx->pos[-1] != APR_ASCII_LF) { APR_ASCII_LF 172 modules/metadata/mod_headers.c if (ap_strchr_c(hdr, APR_ASCII_LF) || ap_strchr_c(hdr, APR_ASCII_CR)) { APR_ASCII_LF 178 modules/metadata/mod_headers.c if (*ptr == APR_ASCII_LF || *ptr == APR_ASCII_CR) APR_ASCII_LF 451 modules/proxy/mod_proxy_ftp.c pos = memchr(response, APR_ASCII_LF, len); APR_ASCII_LF 991 modules/proxy/proxy_util.c if (memchr(response, APR_ASCII_LF, len)) { APR_ASCII_LF 587 modules/ssl/ssl_engine_io.c if (memchr(buf, APR_ASCII_LF, *len)) { APR_ASCII_LF 735 modules/ssl/ssl_engine_io.c if ((pos = memchr(buf, APR_ASCII_LF, *len))) { APR_ASCII_LF 195 server/core_filters.c if (*c == APR_ASCII_LF) APR_ASCII_LF 197 server/core_filters.c else if (*c == APR_ASCII_CR && *(c + 1) == APR_ASCII_LF) APR_ASCII_LF 321 server/protocol.c if (last_char && (*last_char == APR_ASCII_LF)) { APR_ASCII_LF 325 srclib/apr-util/buckets/apr_brigade.c pos = memchr(str, APR_ASCII_LF, len);