Searched refs:found_delim (Results 1 – 1 of 1) sorted by relevance
1048 const char *found_delim = NULL; in php_stream_get_record() local1058 found_delim = _php_stream_search_delim( in php_stream_get_record()1064 while (!found_delim && buffered_len < maxlen) { in php_stream_get_record()1087 found_delim = _php_stream_search_delim( in php_stream_get_record()1093 if (found_delim) { in php_stream_get_record()1100 if (has_delim && found_delim) { in php_stream_get_record()1101 tent_ret_len = found_delim - (char*)&stream->readbuf[stream->readpos]; in php_stream_get_record()1125 if (found_delim) { in php_stream_get_record()
Completed in 15 milliseconds