Home
last modified time | relevance | path

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

/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c91 if (php_stream_gets(dba->fp, buf, sizeof(buf))) { in flatfile_fetch()
117 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
140 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
168 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
184 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
209 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
225 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
252 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
262 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
/PHP-7.4/ext/soap/
H A Dphp_http.c1458 php_stream_gets(stream, headerbuf, sizeof(headerbuf)); in get_http_body()
1514 if (!php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_body()
1568 while (php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_headers()
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c172 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
/PHP-7.4/main/
H A Dphp_streams.h338 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) macro
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c328 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c83 while (php_stream_gets(stream, buffer, buffer_size-1) && in get_ftp_result()
H A Dimage.c1033 while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) { in php_get_xbm()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1011 while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) { in do_cli()
/PHP-7.4/docs/
H A Dstreams.md31 PHPAPI char *php_stream_gets(php_stream * stream, char *buf, size_t maxlen);
/PHP-7.4/ext/zlib/
H A Dzlib.c593 while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) { in PHP_FUNCTION()

Completed in 36 milliseconds