Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1030 buf = php_stream_get_line(stream, NULL, 0, &line_len); in PHP_FUNCTION()
1044 if (php_stream_get_line(stream, ZSTR_VAL(str), len, &line_len) == NULL) { in PHP_FUNCTION()
1122 if ((retval = php_stream_get_line(stream, buf, len, &actual_len)) == NULL) { in PHP_FUNCTION()
1164 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
2067 if ((buf = php_stream_get_line(stream, NULL, 0, &buf_len)) == NULL) { in PHP_FUNCTION()
2072 if (php_stream_get_line(stream, buf, len + 1, &buf_len) == NULL) { in PHP_FUNCTION()
2175 } else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) { in php_fgetcsv()
H A Dhttp_fopen_wrapper.c664 php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()
687 && php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL in php_stream_url_wrap_http_ex()
741 …if ((http_header_line = php_stream_get_line(stream, NULL, 0, &http_header_line_length)) && *http_h… in php_stream_url_wrap_http_ex()
H A Dexec.c128 while (php_stream_get_line(stream, b, EXEC_INPUT_BUF, &bufl)) { in php_exec()
H A Dftp_fopen_wrapper.c633 if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) { in php_ftp_dirstream_read()
/PHP-7.4/main/
H A Dphp_streams.h340 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… macro
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c778 line = php_stream_get_line(stream, NULL, 0, &line_len); in php_openssl_load_stream_cafile()
796 line = php_stream_get_line(stream, NULL, 0, &line_len); in php_openssl_load_stream_cafile()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c706 while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) { in PHP_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c214 dsn = php_stream_get_line(stream, buf, buflen, NULL); in dsn_from_uri()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2034 …if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len + 1, &line_len) ==… in spl_filesystem_file_read()
2041 buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len); in spl_filesystem_file_read()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1116 …for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++… in load_1()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch417 + for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line+…

Completed in 139 milliseconds