Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c735 zend_string *target_buf; in PHP_FUNCTION() local
764 if ((target_buf = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in PHP_FUNCTION()
765 s = ZSTR_VAL(target_buf); in PHP_FUNCTION()
766 e = ZSTR_VAL(target_buf) + ZSTR_LEN(target_buf); in PHP_FUNCTION()
768 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()
789 if (p != ZSTR_VAL(target_buf) && eol_marker == '\n' && *(p - 1) == '\r') { in PHP_FUNCTION()
808 if (target_buf) { in PHP_FUNCTION()
809 zend_string_free(target_buf); in PHP_FUNCTION()

Completed in 14 milliseconds