Home
last modified time | relevance | path

Searched refs:lc_eol (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c96 char *lc_eol = strchr(lc_header_start, '\n'); in strip_header() local
97 char *eol = header_start + (lc_eol - lc_header_start); in strip_header()
99 if (lc_eol) { in strip_header()
100 size_t eollen = strlen(lc_eol); in strip_header()
102 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()

Completed in 29 milliseconds