Searched refs:found_delim (Results 1 – 1 of 1) sorted by relevance
1065 const char *found_delim = NULL; in php_stream_get_record() local1075 found_delim = _php_stream_search_delim( in php_stream_get_record()1081 while (!found_delim && buffered_len < maxlen) { in php_stream_get_record()1104 found_delim = _php_stream_search_delim( in php_stream_get_record()1110 if (found_delim) { in php_stream_get_record()1117 if (has_delim && found_delim) { in php_stream_get_record()1118 tent_ret_len = found_delim - (char*)&stream->readbuf[stream->readpos]; in php_stream_get_record()1142 if (found_delim) { in php_stream_get_record()
Completed in 9 milliseconds