Searched refs:php_stream_locate_eol (Results 1 – 3 of 3) sorted by relevance
557 PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC);
847 PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC) in php_stream_locate_eol() function927 eol = php_stream_locate_eol(stream, NULL, 0 TSRMLS_CC); in _php_stream_get_line()
758 if (!(p = php_stream_locate_eol(stream, target_buf, target_len TSRMLS_CC))) { in PHP_FUNCTION()
Completed in 19 milliseconds