Home
last modified time | relevance | path

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

/php-src/ext/dba/libflatfile/
H A Dflatfile.c87 if (php_stream_gets(dba->fp, buf, sizeof(buf))) { in flatfile_fetch()
112 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
135 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
162 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
178 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
202 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
218 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
244 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
254 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
/php-src/ext/soap/
H A Dphp_http.c1461 php_stream_gets(stream, headerbuf, sizeof(headerbuf)); in get_http_body()
1517 if (!php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_body()
1571 while (php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_headers()
/php-src/ext/dba/libinifile/
H A Dinifile.c169 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
/php-src/main/
H A Dphp_streams.h358 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) macro
/php-src/sapi/cli/
H A Dphp_cli.c1015 while (EG(exit_status) == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) { in do_cli()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c80 while (php_stream_gets(stream, buffer, buffer_size-1) && in get_ftp_result()
H A Dhttp_fopen_wrapper.c325 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()
H A Dimage.c1001 while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) { in php_get_xbm()
/php-src/docs-old/
H A Dstreams.md31 PHPAPI char *php_stream_gets(php_stream * stream, char *buf, size_t maxlen);
/php-src/ext/zlib/
H A Dzlib.c638 while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) { in PHP_FUNCTION()

Completed in 40 milliseconds