Home
last modified time | relevance | path

Searched defs:fp (Results 26 – 45 of 45) sorted by path

12

/php-src/ext/phar/
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
H A Dtar.c160 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata()
202 int phar_parse_tarfile(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_tarfile()
711 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders_int() local
H A Dutil.c118 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() local
856 php_stream *fp; in phar_separate_entry_fp() local
1385 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
1485 int phar_verify_signature(php_stream *fp, size_t end_of_phar, uint32_t sig_type, char *sig, size_t … in phar_verify_signature()
1799 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, size_t *signat… in phar_create_signature()
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()
227 int phar_parse_zipfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_zipfile()
/php-src/ext/standard/
H A Dbrowscap.c410 FILE *fp; in browscap_read_file() local
H A Dcrc32.c132 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update()
H A Dexec.c116 FILE *fp; in php_exec() local
H A Dfile.c794 FILE *fp; in PHP_FUNCTION() local
1377 zval *fp; in PHP_FUNCTION() local
1476 zval *fp; in PHP_FUNCTION() local
1701 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
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
/php-src/ext/zip/examples/
H A Dfopen.php7 $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r'); variable
23 $fp = $z->getStream('test'); variable
/php-src/main/
H A Dfopen_wrappers.c341 FILE *fp; local
639 FILE *fp; local
H A Dphp_ini.c548 FILE *fp = NULL; in php_init_config() local
H A Dphp_open_temporary_file.c334 FILE *fp; in php_open_temporary_file() local
/php-src/main/streams/
H A Dcast.c345 FILE *fp = NULL; in _php_stream_open_wrapper_as_file() local
H A Dplain_wrapper.c552 FILE *fp; in php_stdiop_sync() local
/php-src/pear/
H A Dfetch.php66 $fp = fopen($argv[1], "r", false, $ctx); variable
/php-src/sapi/cli/
H A Dphp_cli.c578 FILE *fp = VCWD_FOPEN(script_file, "rb"); in cli_seek_file_begin() local
/php-src/sapi/litespeed/
H A Dlsapilib.c2766 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server()
3960 int LSAPI_Init_Env_Parameters( fn_select_t fp ) in LSAPI_Init_Env_Parameters()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c311 FILE *fp = fopen(init_file, "r"); in phpdbg_try_file_init() local
/php-src/win32/build/
H A Dmkdist.php275 $fp = fopen("$dist_dir/snapshot.txt", "w"); variable

Completed in 105 milliseconds

12