Home
last modified time | relevance | path

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

/PHP-5.3/ext/dba/libflatfile/
H A Dflatfile.c92 if (php_stream_gets(dba->fp, buf, sizeof(buf))) { in flatfile_fetch()
118 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
144 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_delete()
175 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
193 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_findkey()
221 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
239 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_firstkey()
269 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
281 if (!php_stream_gets(dba->fp, buf, 15)) { in flatfile_nextkey()
/PHP-5.3/ext/soap/
H A Dphp_http.c1336 php_stream_gets(stream, headerbuf, sizeof(headerbuf)); in get_http_body()
1385 if (!php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_body()
1438 if (!php_stream_gets(stream, headerbuf, sizeof(headerbuf))) { in get_http_headers()
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c173 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
/PHP-5.3/main/
H A Dphp_streams.h317 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL T… macro
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c280 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.c85 while (php_stream_gets(stream, buffer, buffer_size-1) && in get_ftp_result()
H A Dimage.c1024 while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) { in php_get_xbm()
/PHP-5.3/ext/zlib/
H A Dzlib.c420 while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) { in PHP_FUNCTION()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1249 while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) { in WinMain()
/PHP-5.3/
H A DREADME.STREAMS35 PHPAPI char *php_stream_gets(php_stream * stream, char *buf, size_t maxlen);

Completed in 38 milliseconds