Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dimage.c408 if ((marker = php_stream_getc(stream)) == EOF) in php_next_marker()
500 result->bits = php_stream_getc(stream); in php_handle_jpeg()
503 result->channels = php_stream_getc(stream); in php_handle_jpeg()
617 first_marker_id = php_stream_getc(stream); in php_handle_jpc()
655 bit_depth = php_stream_getc(stream); /* Ssiz[i] */ in php_handle_jpc()
661 php_stream_getc(stream); /* XRsiz[i] */ in php_handle_jpc()
662 php_stream_getc(stream); /* YRsiz[i] */ in php_handle_jpc()
951 if (php_stream_getc(stream) != 0) { in php_get_wbmp()
957 i = php_stream_getc(stream); in php_get_wbmp()
965 i = php_stream_getc(stream); in php_get_wbmp()
[all …]
H A Dfile.c1075 result = php_stream_getc(stream); in PHP_FUNCTION()
2386 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2416 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2452 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
/PHP-7.4/ext/ftp/
H A Dftp.c1034 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1102 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2077 while ((ch = php_stream_getc(tmpstream)) != EOF) { in ftp_genlist()
2296 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-7.4/main/
H A Dphp_streams.h329 #define php_stream_getc(stream) _php_stream_getc((stream)) macro
/PHP-7.4/ext/phar/
H A Dphar.c703 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()
709 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()
2413 CRC32(crc, php_stream_getc(fp)); in phar_postprocess_file()
2774 CRC32(newcrc32, php_stream_getc(file)); in phar_flush()
H A Dzip.c925 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()
/PHP-7.4/ext/soap/
H A Dphp_http.c1488 ch = php_stream_getc(stream); in get_http_body()
1490 ch = php_stream_getc(stream); in get_http_body()
/PHP-7.4/docs/
H A Dstreams.md30 PHPAPI int php_stream_getc(php_stream * stream);
/PHP-7.4/ext/exif/
H A Dexif.c3836 if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3864 if ((lh = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
3868 if ((ll = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2833 result = php_stream_getc(intern->u.file.stream); in SPL_METHOD()

Completed in 98 milliseconds