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

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c3853 int crlf_state = -1; local
3868 * crlf_state -1 0 1 -1
3875 if (crlf_state == 1) {
3887 crlf_state = 0;
3891 if (crlf_state == -1) {
3894 crlf_state = -1;
3898 if (crlf_state == 1) {
3901 crlf_state = 1;
3906 if (crlf_state == -1) {
3916 if (crlf_state
[all...]

Completed in 7 milliseconds