Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c129 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
/PHP-5.5/ext/dba/
H A Ddba.c843 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|pe… in php_dba_open()
860 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|… in php_dba_open()
898 …info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PA… in php_dba_open()
/PHP-5.5/
H A DREADME.STREAMS61 STREAM_MUST_SEEK - If you really need to be able to seek the stream
68 but if you used STREAM_MUST_SEEK, may not be valid. You are
159 STREAM_MUST_SEEK option to php_stream_open_wrapper();
/PHP-5.5/ext/phar/
H A Dutil.c113 entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); in phar_get_efp()
641 …phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NU… in phar_open_archive_fp()
718 entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); in phar_open_entry_fp()
H A Dphar.c1336 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, &actual);
1499 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual);
2378 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual);
3252 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, …
H A Dtar.c1289 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_tar_flush()
H A Dzip.c1494 …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.c1639 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
4320 …fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &act… in PHP_METHOD()
/PHP-5.5/main/
H A Dphp_streams.h501 #define STREAM_MUST_SEEK 0x00000010 macro
/PHP-5.5/ext/standard/
H A Dimage.c1409 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
/PHP-5.5/main/streams/
H A Duserspace.c92 REGISTER_LONG_CONSTANT("STREAM_MUST_SEEK", STREAM_MUST_SEEK, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dstreams.c2099 if (stream != NULL && (options & STREAM_MUST_SEEK)) {
/PHP-5.5/ext/exif/
H A Dexif.c3906 ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL); in exif_read_file()

Completed in 137 milliseconds