APR_ASCII_CR 172 modules/metadata/mod_headers.c if (ap_strchr_c(hdr, APR_ASCII_LF) || ap_strchr_c(hdr, APR_ASCII_CR)) { APR_ASCII_CR 178 modules/metadata/mod_headers.c if (*ptr == APR_ASCII_LF || *ptr == APR_ASCII_CR) APR_ASCII_CR 197 server/core_filters.c else if (*c == APR_ASCII_CR && *(c + 1) == APR_ASCII_LF) APR_ASCII_CR 328 server/protocol.c if (last_char > *s && last_char[-1] == APR_ASCII_CR) {