Home
last modified time | relevance | path

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

12

/PHP-8.4/ext/zip/examples/
H A Dfopen.php7 $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r'); variable
23 $fp = $z->getStream('test'); variable
/PHP-8.4/ext/standard/
H A Diptc.c76 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1()
88 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1()
109 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_read_remaining()
118 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_skip_variable()
139 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_next_marker()
176 FILE *fp; in PHP_FUNCTION() local
H A Dcrc32.c131 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update()
/PHP-8.4/ext/phar/
H A Dutil.c142 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() local
422 php_stream *fp; in phar_separate_entry_fp() local
742 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) in phar_set_pharfp()
816 static void phar_set_entrypufp(const phar_entry_info *entry, php_stream *fp) in phar_set_entrypufp()
1443 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
1543 zend_result phar_verify_signature(php_stream *fp, size_t end_of_phar, uint32_t sig_type, char *sig,… in phar_verify_signature()
1857 zend_result phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, size_t… in phar_create_signature()
H A Dtar.c163 static zend_result phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata()
205 zend_result phar_parse_tarfile(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t a… in phar_parse_tarfile()
714 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.c733 static zend_result phar_parse_pharfile(php_stream *fp, char *fname, size_t fname_len, char *alias, … in phar_parse_pharfile()
1392 php_stream *fp; in phar_create_or_parse_filename() local
1544 php_stream *fp; in phar_open_from_filename() local
1628 static zend_result phar_open_from_fp(php_stream* fp, char *fname, size_t fname_len, char *alias, si… in phar_open_from_fp()
2347 php_stream *fp; in phar_open_executed_filename() local
2379 php_stream *fp = idata->fp; in phar_postprocess_file() local
H A Dphar_internal.h216 php_stream *fp; member
264 php_stream *fp; member
297 php_stream *fp; member
340 php_stream *fp; member
H A Dzip.c44 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, uint16_t len) /* {{{ */ in phar_zip_process_extra()
229 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.c155 php_stream *fp; in phar_file_action() local
1389 php_stream *fp; member
1400 php_stream *fp; in phar_build() local
1933 static zend_result phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents()
3899 php_stream *fp; in PHP_METHOD() local
4130 php_stream *fp; in phar_extract_file() local
4340 php_stream *fp; in PHP_METHOD() local
4832 php_stream *fp; in PHP_METHOD() local
/PHP-8.4/pear/
H A Dfetch.php66 $fp = fopen($argv[1], "r", false, $ctx); variable
/PHP-8.4/ext/fileinfo/libmagic/
H A Dapptype.c52 FILE *fp; in file_os2_apptype() local
/PHP-8.4/ext/dba/libflatfile/
H A Dflatfile.h28 php_stream *fp; member
/PHP-8.4/ext/dba/libcdb/
H A Dcdb.h27 php_stream *fp; member
H A Dcdb_make.h50 php_stream * fp; member
H A Dcdb.c93 void cdb_init(struct cdb *c, php_stream *fp) in cdb_init()
/PHP-8.4/ext/dba/libinifile/
H A Dinifile.h38 php_stream *fp; member
H A Dinifile.c80 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc()
381 php_stream *fp; in inifile_copy_to() local
/PHP-8.4/ext/gd/libgd/
H A Dgd_tga.c30 gdImagePtr gdImageCreateFromTga(FILE *fp) in gdImageCreateFromTga()
/PHP-8.4/ext/dba/
H A Dphp_dba.h34 php_stream *fp; member
43 php_stream *fp; /* this is the database stream for builtin handlers */ member
/PHP-8.4/main/
H A Dfopen_wrappers.c341 FILE *fp; local
651 FILE *fp; local
H A Dphp_open_temporary_file.c365 FILE *fp; in php_open_temporary_file() local
/PHP-8.4/ext/curl/
H A Dcurl_private.h49 FILE *fp; member
57 FILE *fp; member
/PHP-8.4/Zend/
H A Dzend_stream.h55 FILE *fp; member
H A Dzend_stream.c63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()

Completed in 89 milliseconds

12