Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfile.c737 zend_string *target_buf; in PHP_FUNCTION() local
766 if ((target_buf = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in PHP_FUNCTION()
767 s = ZSTR_VAL(target_buf); in PHP_FUNCTION()
768 e = ZSTR_VAL(target_buf) + ZSTR_LEN(target_buf); in PHP_FUNCTION()
770 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()
791 if (p != ZSTR_VAL(target_buf) && eol_marker == '\n' && *(p - 1) == '\r') { in PHP_FUNCTION()
810 if (target_buf) { in PHP_FUNCTION()
811 zend_string_free(target_buf); in PHP_FUNCTION()

Completed in 10 milliseconds