Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_streams.h553 PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC);
/PHP-5.5/main/streams/
H A Dstreams.c842 PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC) in php_stream_locate_eol() function
922 eol = php_stream_locate_eol(stream, NULL, 0 TSRMLS_CC); in _php_stream_get_line()
/PHP-5.5/ext/standard/
H A Dfile.c759 if (!(p = php_stream_locate_eol(stream, target_buf, target_len TSRMLS_CC))) { in PHP_FUNCTION()

Completed in 37 milliseconds