Home
last modified time | relevance | path

Searched refs:php_stream_rewind (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c114 php_stream_rewind(dba->fp); in flatfile_delete()
166 php_stream_rewind(dba->fp); in flatfile_findkey()
207 php_stream_rewind(dba->fp); in flatfile_firstkey()
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c231 php_stream_rewind(c->fp); in cdb_make_finish()
/PHP-7.4/ext/phar/
H A Dphar.c1601 if (-1 == php_stream_rewind(fp)) { in phar_open_from_fp()
1641 php_stream_rewind(fp); in phar_open_from_fp()
1673 php_stream_rewind(fp); in phar_open_from_fp()
1696 php_stream_rewind(fp); in phar_open_from_fp()
1715 php_stream_rewind(fp); in phar_open_from_fp()
1734 php_stream_rewind(fp); in phar_open_from_fp()
2554 php_stream_rewind(oldfile); in phar_flush()
3094 php_stream_rewind(newfile); in phar_flush()
3158 php_stream_rewind(newfile); in phar_flush()
3323 php_stream_rewind(PHAR_G(cached_fp)[phar->phar_pos].fp) : in phar_compile_file()
[all …]
H A Dzip.c983 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1414 php_stream_rewind(oldfile); in phar_zip_flush()
1563 php_stream_rewind(pass.filefp); in phar_zip_flush()
H A Dutil.c1394 php_stream_rewind(fp); in phar_call_openssl_signverify()
1478 php_stream_rewind(fp); in phar_verify_signature()
1774 php_stream_rewind(fp); in phar_create_signature()
H A Dtar.c1154 php_stream_rewind(oldfile); in phar_tar_flush()
1318 php_stream_rewind(newfile); in phar_tar_flush()
H A Dphar_object.c4001 php_stream_rewind(fp); in PHP_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c369 php_stream_rewind(SG(request_info).request_body); in SAPI_POST_HANDLER_FUNC()
/PHP-7.4/main/
H A Dphp_streams.h302 #define php_stream_rewind(stream) _php_stream_seek((stream), 0L, SEEK_SET) macro
365 #define php_stream_rewinddir(dirstream) php_stream_rewind((dirstream))
H A Dphp_variables.c382 if (s && SUCCESS == php_stream_rewind(s)) { in SAPI_POST_HANDLER_FUNC()
H A DSAPI.c294 php_stream_rewind(SG(request_info).request_body); in SAPI_POST_READER_FUNC()
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c231 php_stream_rewind(input->body); in php_stream_url_wrap_php()
H A Dimage.c946 if (php_stream_rewind(stream)) { in php_get_wbmp()
1030 if (php_stream_rewind(stream)) { in php_get_xbm()
H A Dfile.c1256 if (-1 == php_stream_rewind(stream)) { in PHP_FUNCTION()
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c257 php_stream_rewind(dba->fp); in inifile_fetch()
/PHP-7.4/ext/ftp/
H A Dftp.c2069 php_stream_rewind(tmpstream); in ftp_genlist()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2248 if (-1 == php_stream_rewind(intern->u.file.stream)) { in spl_filesystem_file_rewind()
/PHP-7.4/ext/soap/
H A Dsoap.c1568 if (SG(request_info).request_body && 0 == php_stream_rewind(SG(request_info).request_body)) {

Completed in 121 milliseconds