Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c1031 int has_delim = delim_len > 0; in php_stream_get_record() local
1037 if (has_delim) { in php_stream_get_record()
1059 if (has_delim) { in php_stream_get_record()
1080 if (has_delim && found_delim) { in php_stream_get_record()
1082 } else if (!has_delim && STREAM_BUFFERED_AMOUNT(stream) >= maxlen) { in php_stream_get_record()

Completed in 16 milliseconds