Home
last modified time | relevance | path

Searched refs:STREAM_MUST_SEEK (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c128 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
/PHP-7.4/ext/dba/
H A Ddba.c902 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|pe… in php_dba_open()
915 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|… in php_dba_open()
949 …info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PA… in php_dba_open()
/PHP-7.4/docs/
H A Dstreams.md61 * `STREAM_MUST_SEEK` - If you really need to be able to seek the stream and
66 used `STREAM_MUST_SEEK`, may not be valid. You are responsible for
165 `STREAM_MUST_SEEK` option to php_stream_open_wrapper();
/PHP-7.4/ext/phar/
H A Dutil.c109 entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); in phar_get_efp()
629 …phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NU… in phar_open_archive_fp()
706 entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); in phar_open_entry_fp()
H A Dphar.c1356 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, &actual); in phar_create_or_parse_filename()
1518 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual); in phar_open_from_filename()
2314 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual); in phar_open_executed_filename()
3164 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_flush()
H A Dtar.c1324 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_tar_flush()
H A Dzip.c1552 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_zip_flush()
H A Dphar_object.c1614 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
4371 fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, NULL); in PHP_METHOD()
/PHP-7.4/main/
H A Dphp_streams.h515 #define STREAM_MUST_SEEK 0x00000010 macro
/PHP-7.4/ext/standard/
H A Dimage.c1518 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
/PHP-7.4/main/streams/
H A Duserspace.c90 REGISTER_LONG_CONSTANT("STREAM_MUST_SEEK", STREAM_MUST_SEEK, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dstreams.c2161 if (stream != NULL && (options & STREAM_MUST_SEEK)) {
/PHP-7.4/ext/curl/
H A Dinterface.c2234 if ((stream = php_stream_open_wrapper(ZSTR_VAL(postval), "rb", STREAM_MUST_SEEK, NULL))) { in build_mime_structure_from_hash()
/PHP-7.4/ext/exif/
H A Dexif.c4510 stream = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK | IGNORE_PATH, NULL); in exif_read_from_file()

Completed in 98 milliseconds