Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 43) sorted by relevance

12

/PHP-7.3/ext/zip/examples/
H A Dfopen.php7 $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r'); variable
23 $fp = $z->getStream('test'); variable
/PHP-7.3/ext/standard/
H A Diptc.c85 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1()
98 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1()
120 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_read_remaining()
130 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_skip_variable()
152 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_next_marker()
190 FILE *fp; in PHP_FUNCTION() local
/PHP-7.3/ext/zip/lib/
H A Dzip_fdopen.c45 FILE *fp; in zip_fdopen() local
/PHP-7.3/ext/phar/
H A Dphar_internal.h242 php_stream *fp; member
292 php_stream *fp; member
326 php_stream *fp; member
347 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypfp()
357 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypufp()
383 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) in phar_set_pharfp()
393 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp) in phar_set_pharufp()
452 php_stream *fp; member
H A Dutil.c120 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() local
857 php_stream *fp; in phar_separate_entry_fp() local
1386 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
1474 int phar_verify_signature(php_stream *fp, size_t end_of_phar, uint32_t sig_type, char *sig, size_t … in phar_verify_signature()
1778 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, size_t *signat… in phar_create_signature()
H A Dtar.c161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata()
213 int phar_parse_tarfile(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_tarfile()
712 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders_int() local
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
H A Dphar.c664 static int phar_parse_pharfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t a…
1353 php_stream *fp; local
1506 php_stream *fp; local
1590 static int phar_open_from_fp(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t ali…
2287 php_stream *fp; local
2355 php_stream *fp = idata->fp; local
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, uint16_t len) /* {{{ */ in phar_zip_process_extra()
166 int phar_parse_zipfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_zipfile()
H A Dphar_object.c146 php_stream *fp; in phar_file_action() local
1387 php_stream *fp; member
1399 php_stream *fp; in phar_build() local
1950 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents()
3909 php_stream *fp; in PHP_METHOD() local
4113 php_stream *fp; in phar_extract_file() local
4325 php_stream *fp; in PHP_METHOD() local
4848 php_stream *fp; in PHP_METHOD() local
/PHP-7.3/pear/
H A Dfetch.php66 $fp = fopen($argv[1], "r", false, $ctx); variable
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapptype.c52 FILE *fp; in file_os2_apptype() local
/PHP-7.3/ext/dba/libflatfile/
H A Dflatfile.h30 php_stream *fp; member
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dmktable.c1109 static int exec(FILE* fp, ENC_INFO* einfo) in exec()
1167 FILE* fp = stdout; in main() local
/PHP-7.3/ext/dba/libcdb/
H A Dcdb.h29 php_stream *fp; member
H A Dcdb_make.h52 php_stream * fp; member
H A Dcdb.c95 void cdb_init(struct cdb *c, php_stream *fp) in cdb_init()
/PHP-7.3/ext/dba/libinifile/
H A Dinifile.h40 php_stream *fp; member
H A Dinifile.c82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc()
389 php_stream *fp; in inifile_copy_to() local
/PHP-7.3/main/
H A Dfopen_wrappers.c331 FILE *fp; local
624 FILE *fp; local
H A Dphp_open_temporary_file.c330 FILE *fp; in php_open_temporary_file() local
/PHP-7.3/ext/dba/
H A Dphp_dba.h36 php_stream *fp; member
46 php_stream *fp; /* this is the database stream for builtin handlers */ member
/PHP-7.3/ext/curl/
H A Dphp_curl.h128 FILE *fp; member
137 FILE *fp; member
/PHP-7.3/Zend/
H A Dzend_stream.h66 FILE *fp; member
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c242 FILE *fp; in zend_accel_blacklist_loadone() local

Completed in 82 milliseconds

12