Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dstreams.c1036 int has_delim = delim_len > 0; in php_stream_get_record() local
1042 if (has_delim) { in php_stream_get_record()
1064 if (has_delim) { in php_stream_get_record()
1085 if (has_delim && found_delim) { in php_stream_get_record()
1087 } else if (!has_delim && STREAM_BUFFERED_AMOUNT(stream) >= maxlen) { in php_stream_get_record()

Completed in 54 milliseconds