/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_hash.c | 78 zend_accel_hash_entry *entry; in zend_accel_hash_update() local 153 zend_accel_hash_entry *entry; in zend_accel_hash_find() local 187 zend_accel_hash_entry *entry; in zend_accel_hash_find_entry() local 218 zend_accel_hash_entry *entry, *last_entry=NULL; in zend_accel_hash_unlink() local
|
/PHP-5.6/ext/phar/ |
H A D | util.c | 90 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ in phar_get_efp() 172 phar_entry_info entry = {0}; in phar_mount_entry() local 255 char *path, *fname, *arch, *entry, *ret, *test; in phar_find_in_include_path() local 356 phar_entry_info *entry; in phar_get_entry_data() local 522 phar_entry_info *entry, etemp; in phar_get_or_create_entry_data() local 696 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC) /* {{{ */ in phar_open_entry_fp() 865 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_separate_entry_fp() 1174 char * phar_compress_filter(phar_entry_info * entry, int return_unknown) /* {{{ */ in phar_compress_filter() 1190 char * phar_decompress_filter(phar_entry_info * entry, int return_unknown) /* {{{ */ in phar_decompress_filter() 1227 phar_entry_info *entry; in phar_get_entry_info_dir() local [all …]
|
H A D | stream.c | 62 char *arch = NULL, *entry = NULL, *error; in phar_parse_url() local 258 phar_entry_info *entry; in phar_wrapper_open_url() local 320 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local 363 phar_entry_info *entry; in phar_stream_read() local 393 phar_entry_info *entry; in phar_stream_seek() local 572 phar_entry_info *entry; in phar_wrapper_stat() local 762 phar_entry_info *entry; in phar_wrapper_rename() local
|
H A D | tar.c | 161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_tar_process_metadata() 208 phar_entry_info entry = {0}; in phar_parse_tarfile() local 704 phar_entry_info *entry = (phar_entry_info *) pDest; in phar_tar_writeheaders() local 849 int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_tar_setmetadata() 891 phar_entry_info *entry = (phar_entry_info *)pDest, *metadata, newentry = {0}; in phar_tar_setupmetadata() local 947 phar_entry_info entry = {0}; in phar_tar_flush() local
|
H A D | dirstream.c | 184 char *entry, *found, *save, *str_key; in phar_make_dirstream() local 310 phar_entry_info *entry = NULL; in phar_wrapper_open_dir() local 413 phar_entry_info entry, *e; in phar_wrapper_mkdir() local 545 phar_entry_info *entry; in phar_wrapper_rmdir() local
|
H A D | phar_object.c | 441 char *fname, *arch, *entry; in PHP_METHOD() local 1323 char *fname, *error, *zname, *arch, *entry; in PHP_METHOD() local 2222 phar_entry_info *entry, newentry; in phar_convert_to_other() local 2622 phar_entry_info *entry; in PHP_METHOD() local 3141 phar_entry_info *entry = (phar_entry_info *)pDest; in phar_set_compression() local 3158 phar_entry_info *entry = (phar_entry_info *)pDest; in phar_test_compression() local 3545 phar_entry_info *entry; in PHP_METHOD() local 3583 phar_entry_info *entry; in PHP_METHOD() local 3776 phar_entry_info *entry; in PHP_METHOD() local 4317 phar_entry_info *entry; in PHP_METHOD() local [all …]
|
H A D | func_interceptors.c | 46 char *arch, *entry, *fname; in PHAR_FUNC() local 121 char *arch, *entry, *fname; in PHAR_FUNC() local 251 char *arch, *entry, *fname; in PHAR_FUNC() local 347 char *arch, *entry, *fname; in PHAR_FUNC() local 618 char *arch, *entry, *fname; in phar_file_stat() local 912 char *arch, *entry, *fname; in PharFileFunction() local 979 char *arch, *entry, *fname; in PHAR_FUNC() local
|
H A D | zip.c | 42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra() 173 phar_entry_info entry = {0}; in phar_parse_zipfile() local 768 phar_entry_info *entry; in phar_zip_changed_apply() local 1086 phar_entry_info entry = {0}; in phar_zip_applysignature() local 1167 phar_entry_info entry = {0}; in phar_zip_flush() local
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
H A D | phar.c | 338 phar_entry_info *entry = (phar_entry_info *) pDest; in phar_tmpclose_apply() local 382 phar_entry_info *entry = (phar_entry_info *)pDest; in destroy_phar_manifest_entry() local 666 phar_entry_info entry; local 2248 …e(const char *filename, int filename_len, char **arch, int *arch_len, char **entry, int *entry_len… 2403 phar_entry_info *entry = idata->internal_file; local 2496 phar_entry_info *entry = (phar_entry_info *)data; local 2564 phar_entry_info *entry, *newentry; local
|
H A D | phar_internal.h | 364 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp() 374 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp() 420 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TS… in phar_set_fp_type() 499 phar_entry_info *entry; member
|
/PHP-5.6/main/ |
H A D | php_scandir.c | 60 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru… in php_scandir() 66 char entry[sizeof(struct dirent)+MAXPATHLEN]; in php_scandir() local
|
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 57 struct mappings_entry *entry; in mappings_add() local 197 static void to_cp932_visitor(const struct mappings_entry *entry) in to_cp932_visitor() 236 static void from_cp932_visitor(const struct mappings_entry *entry) in from_cp932_visitor() 270 static void to_cp50220_visitor(const struct mappings_entry *entry) in to_cp50220_visitor() 324 static void to_cp50222_visitor(const struct mappings_entry *entry) in to_cp50222_visitor()
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 119 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringnumber() local 203 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringtable_entries() local 272 pcre_uchar *entry; in get_first_set() local
|
/PHP-5.6/ext/standard/ |
H A D | array.c | 820 zval **entry; in PHP_FUNCTION() local 843 zval **entry; in PHP_FUNCTION() local 866 zval **entry; in PHP_FUNCTION() local 889 zval **entry; in PHP_FUNCTION() local 912 zval **entry; in PHP_FUNCTION() local 1287 zval **entry, *data; in PHP_FUNCTION() local 1553 zval *keys, *val, **entry; in PHP_FUNCTION() local 2650 zval *array, **entry; in PHP_FUNCTION() local 3925 **entry, in PHP_FUNCTION() local 3955 **entry, in PHP_FUNCTION() local [all …]
|
/PHP-5.6/ext/sockets/ |
H A D | sendrecvmsg.c | 91 ancillary_reg_entry entry; in init_ancillary_registry() local 144 ancillary_reg_entry *entry; in get_ancillary_reg_entry() local 278 ancillary_reg_entry *entry; in PHP_FUNCTION() local
|
/PHP-5.6/ext/oci8/ |
H A D | oci8_statement.c | 991 zval **entry; in php_oci_bind_post_exec() local 1643 zval **entry; in php_oci_bind_array_helper_string() local 1713 zval **entry; in php_oci_bind_array_helper_number() local 1752 zval **entry; in php_oci_bind_array_helper_double() local 1791 zval **entry; in php_oci_bind_array_helper_date() local
|
/PHP-5.6/sapi/nsapi/ |
H A D | nsapi.c | 405 struct pb_entry *entry; in PHP_FUNCTION() local 429 struct pb_entry *entry; in PHP_FUNCTION() local 665 struct pb_entry *entry; in sapi_nsapi_register_server_variables() local 847 struct pb_entry *entry; in nsapi_php_ini_entries() local
|
/PHP-5.6/win32/ |
H A D | readdir.c | 92 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r()
|
/PHP-5.6/ext/dom/ |
H A D | nodelist.c | 117 zval **entry; in PHP_FUNCTION() local
|
H A D | dom_iterators.c | 190 zval **entry; in php_dom_iterator_move_forward() local 265 zval **entry; in php_dom_get_iterator() local
|
/PHP-5.6/ext/xsl/ |
H A D | php_xsl.h | 79 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ argument
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 80 acl_entry_t entry; in fpm_unix_resolve_socket_premissions() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_dirent.c | 72 struct zip_entry *entry; in _zip_cdir_grow() local 150 struct zip_entry *entry = za->entry+filelist[i].idx; in _zip_cdir_write() local
|
/PHP-5.6/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 323 const char * entry; in ZEND_END_ARG_INFO() local
|