Home
last modified time | relevance | path

Searched refs:php_stream_getc (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/standard/
H A Dimage.c395 if ((marker = php_stream_getc(stream)) == EOF) in php_next_marker()
501 result->bits = php_stream_getc(stream); in php_handle_jpeg()
504 result->channels = php_stream_getc(stream); in php_handle_jpeg()
619 first_marker_id = php_stream_getc(stream); in php_handle_jpc()
657 bit_depth = php_stream_getc(stream); /* Ssiz[i] */ in php_handle_jpc()
663 php_stream_getc(stream); /* XRsiz[i] */ in php_handle_jpc()
664 php_stream_getc(stream); /* YRsiz[i] */ in php_handle_jpc()
953 if (php_stream_getc(stream) != 0) { in php_get_wbmp()
959 i = php_stream_getc(stream); in php_get_wbmp()
967 i = php_stream_getc(stream); in php_get_wbmp()
[all …]
H A Dfile.c1066 result = php_stream_getc(stream); in PHP_FUNCTION()
2348 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2378 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2414 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
H A Durl.c733 php_stream_getc(stream);
/PHP-5.5/ext/ftp/
H A Dftp.c927 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1681 while ((ch = php_stream_getc(tmpstream)) != EOF) { in ftp_genlist()
1892 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2418 c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);
2421 … c = php_stream_getc((php_stream*)file_handle.handle.stream.handle); /* skip to end of line */
2425 if (php_stream_getc((php_stream*)file_handle.handle.stream.handle) != '\n') {
/PHP-5.5/ext/soap/
H A Dphp_http.c1433 ch = php_stream_getc(stream); in get_http_body()
1435 ch = php_stream_getc(stream); in get_http_body()
/PHP-5.5/main/
H A Dphp_streams.h316 #define php_stream_getc(stream) _php_stream_getc((stream) TSRMLS_CC) macro
/PHP-5.5/ext/phar/
H A Dphar.c684 if (EOF == (nextchar = php_stream_getc(fp))) {
690 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
2477 CRC32(crc, php_stream_getc(fp));
2847 CRC32(newcrc32, php_stream_getc(file));
H A Dzip.c865 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply()
/PHP-5.5/ext/exif/
H A Dexif.c3334 if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3362 if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3366 if ((ll = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
/PHP-5.5/
H A DREADME.STREAMS34 PHPAPI int php_stream_getc(php_stream * stream);
/PHP-5.5/ext/spl/
H A Dspl_directory.c2780 result = php_stream_getc(intern->u.file.stream); in SPL_METHOD()

Completed in 142 milliseconds