Home
last modified time | relevance | path

Searched refs:HashTable (Results 126 – 150 of 325) sorted by relevance

12345678910>>...13

/php-src/sapi/apache2handler/
H A Dapache_config.c49 HashTable config;
122 static bool should_overwrite_per_dir_entry(HashTable *target_ht, zval *zv, zend_hash_key *hash_key,… in should_overwrite_per_dir_entry()
/php-src/Zend/Optimizer/
H A Dzend_optimizer_internal.h49 HashTable *constants;
85 bool zend_optimizer_get_collected_constant(HashTable *constants, zval *name, zval* value);
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c121 static bool serialize(void *state, HashTable *data) in serialize()
134 static bool unserialize(void *state, HashTable *data) in unserialize()
H A Dphp_random.h96 bool (*serialize)(void *state, HashTable *data);
97 bool (*unserialize)(void *state, HashTable *data);
/php-src/Zend/
H A Dzend_closures.c48 HashTable *named_args; in ZEND_METHOD()
580 static HashTable *zend_closure_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
585 HashTable *debug_info; in zend_closure_get_debug_info()
620 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
765 HashTable *ht = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_create_closure_ex()
903 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
911 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex()
H A Dzend_vm_trace_handlers.h25 static HashTable vm_trace_ht;
H A Dzend_exceptions.h75 ZEND_API zend_string *zend_trace_to_string(HashTable *trace, bool include_main);
H A Dzend_modules.h124 extern ZEND_API HashTable module_registry;
H A Dzend_interfaces.h67 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n);
/php-src/ext/mysqlnd/
H A Dmysqlnd_plugin.c90 static HashTable mysqlnd_registered_plugins;
H A Dmysqlnd_debug.h51 HashTable not_filtered_functions;
52 HashTable function_profiles;
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h119 HashTable *named_params;
/php-src/ext/pcre/
H A Dphp_pcre.h75 HashTable pcre_cache;
/php-src/ext/spl/
H A Dspl_functions.c84 HashTable *debug_info, in spl_set_private_debug_info_property()
/php-src/main/streams/
H A Dfilter.c28 static HashTable stream_filters_hash;
31 PHPAPI HashTable *php_get_stream_filters_hash_global(void) in php_get_stream_filters_hash_global()
37 PHPAPI HashTable *_php_get_stream_filters_hash(void) in _php_get_stream_filters_hash()
222 HashTable *filter_hash = (FG(stream_filters) ? FG(stream_filters) : &stream_filters_hash); in php_stream_filter_create()
/php-src/
H A D.gdbinit293 set $symtable = ((HashTable *)&($eg_ptr->symbol_table))
309 Dumps elements of Constants HashTable
314 set $ht = (HashTable*)$arg0
387 dumps elements of HashTable made of zval
396 dumps elements of HashTable made of pointers
405 dumps elements of HashTable made of strings
414 dumps a function table (HashTable)
/php-src/ext/curl/
H A Dcurl_private.h88 HashTable *slist;
/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h48 HashTable *lob_streams;
/php-src/sapi/phpdbg/
H A Dphpdbg.c443 static void phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, bool by_opc… in phpdbg_oplog_fill_executable()
479 static inline HashTable* phpdbg_add_empty_array(HashTable *ht, zend_string *name) { in phpdbg_add_empty_array()
492 HashTable *options = NULL; in PHP_FUNCTION()
496 HashTable *insert_ht; in PHP_FUNCTION()
501 HashTable *files = &PHPDBG_G(file_sources); in PHP_FUNCTION()
502 HashTable files_tmp; in PHP_FUNCTION()
593 HashTable *options = NULL; in PHP_FUNCTION()
627 HashTable *file_ht = NULL; in PHP_FUNCTION()
631 HashTable *insert_ht = NULL; in PHP_FUNCTION()
/php-src/ext/dom/
H A Dnodelist.c75 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_nodelist_length()
148 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_nodelist_get_item_into_zval()
H A Dxml_common.h28 HashTable *prop_handler;
/php-src/ext/tidy/
H A Dtidy.c146 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options);
279 HashTable *config_ht = NULL; in php_tidy_quick_repair()
787 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
1004 HashTable *options_ht = NULL; in PHP_FUNCTION()
1065 HashTable *options_ht = NULL; in PHP_FUNCTION()
1359 HashTable *options_ht = NULL; in PHP_METHOD()
1399 HashTable *options_ht = NULL; in PHP_METHOD()
1440 HashTable *options_ht = NULL; in PHP_METHOD()
/php-src/ext/standard/
H A Duser_filters.c476 HashTable *filters_hash; in PHP_FUNCTION()
517 BG(user_filter_map) = (HashTable*) emalloc(sizeof(HashTable)); in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.h91 HashTable *all_encodings_list;
/php-src/ext/hash/
H A Dhash_crc32.c23 PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_CRC32Init()

Completed in 78 milliseconds

12345678910>>...13