Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c608 zend_string *target_buf; in PHP_FUNCTION() local
637 if ((target_buf = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in PHP_FUNCTION()
638 s = ZSTR_VAL(target_buf); in PHP_FUNCTION()
639 e = ZSTR_VAL(target_buf) + ZSTR_LEN(target_buf); in PHP_FUNCTION()
641 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()
662 if (p != ZSTR_VAL(target_buf) && eol_marker == '\n' && *(p - 1) == '\r') { in PHP_FUNCTION()
681 if (target_buf) { in PHP_FUNCTION()
682 zend_string_free(target_buf); in PHP_FUNCTION()

Completed in 10 milliseconds