php_stream_gets    91 ext/dba/libflatfile/flatfile.c 		if (php_stream_gets(dba->fp, buf, sizeof(buf))) {
php_stream_gets   117 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   140 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   168 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   184 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   209 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   225 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   252 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   262 ext/dba/libflatfile/flatfile.c 		if (!php_stream_gets(dba->fp, buf, 15)) {
php_stream_gets   172 ext/dba/libinifile/inifile.c 	while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) {
php_stream_gets  1403 ext/soap/php_http.c 			php_stream_gets(stream, headerbuf, sizeof(headerbuf));
php_stream_gets  1459 ext/soap/php_http.c 			if (!php_stream_gets(stream, headerbuf, sizeof(headerbuf))) {
php_stream_gets  1513 ext/soap/php_http.c 	while (php_stream_gets(stream, headerbuf, sizeof(headerbuf))) {
php_stream_gets    85 ext/standard/ftp_fopen_wrapper.c 	while (php_stream_gets(stream, buffer, buffer_size-1) &&
php_stream_gets   325 ext/standard/http_fopen_wrapper.c 			while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) {
php_stream_gets  1040 ext/standard/image.c 	while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) {
php_stream_gets   595 ext/zlib/zlib.c 	while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) {
php_stream_gets  1021 sapi/cli/php_cli.c 				while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) {