Home
last modified time | relevance | path

Searched refs:HashTable (Results 101 – 125 of 331) sorted by relevance

12345678910>>...14

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp122 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info()
125 HashTable *debug_info; in BreakIterator_get_debug_info()
/php-src/Zend/
H A Dzend_list.c30 static HashTable list_destructors;
215 void zend_close_rsrc_list(HashTable *ht) in zend_close_rsrc_list()
232 void zend_destroy_rsrc_list(HashTable *ht) in zend_destroy_rsrc_list()
H A Dzend_string.c45 static HashTable interned_strings_permanent;
78 static zend_always_inline void zend_init_interned_strings_ht(HashTable *interned_strings, bool perm… in zend_init_interned_strings_ht()
137 …nterned_string_ht_lookup_ex(zend_ulong h, const char *str, size_t size, HashTable *interned_string… in zend_interned_string_ht_lookup_ex()
156 static zend_always_inline zend_string *zend_interned_string_ht_lookup(zend_string *str, HashTable *… in zend_interned_string_ht_lookup()
178 static zend_always_inline zend_string *zend_add_interned_string(zend_string *str, HashTable *intern… in zend_add_interned_string()
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
104 EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable)); in zend_startup_constants()
464 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant()
H A Dzend_alloc.h232 (ht) = (HashTable *) emalloc(sizeof(HashTable))
235 efree_size(ht, sizeof(HashTable))
238 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
241 efree_size_rel(ht, sizeof(HashTable))
H A Dzend_ini.c30 static HashTable *registered_zend_ini_directives;
101 registered_zend_ini_directives = (HashTable *) malloc(sizeof(HashTable)); in zend_ini_startup()
116 ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ in zend_ini_dtor()
169 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
208 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries_ex()
285 static HashTable *ini_directives; in zend_unregister_ini_entries_ex()
H A Dzend_vm_trace_map.h44 static HashTable vm_trace_ht;
H A Dzend_vm_execute.skl82 static HashTable *zend_handlers_table = NULL;
99 zend_handlers_table = malloc(sizeof(HashTable));
H A Dzend_inheritance.h44 …roto, zend_class_entry *parent, zend_class_entry **traits_and_interfaces, HashTable *dependencies);
H A Dzend_enum.c204 HashTable *backed_enum_table = emalloc(sizeof(HashTable)); in zend_enum_build_backed_enum_table()
297 const HashTable *backed_enum_table = CE_BACKED_ENUM_TABLE(ce); in zend_enum_get_case_by_value()
512 HashTable *backed_enum_table = pemalloc(sizeof(HashTable), 1); in zend_register_internal_enum()
582 HashTable *backed_enum_table = CE_BACKED_ENUM_TABLE(ce); in zend_enum_add_case()
H A Dzend_constants.h89 void zend_copy_constants(HashTable *target, HashTable *source);
/php-src/ext/standard/
H A Dhttp.c109 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
259 static zend_result cache_request_parse_body_option(HashTable *options, zval *option, int cache_offs… in cache_request_parse_body_option()
286 static zend_result cache_request_parse_body_options(HashTable *options) in cache_request_parse_body_options()
336 HashTable *options = NULL; in PHP_FUNCTION()
/php-src/ext/filter/
H A Dfilter.c460 zval *filtered, zend_long filter, HashTable *filter_args_ht, zend_long filter_args_long, in php_filter_call()
536 static void php_filter_array_handler(zval *input, HashTable *op_ht, zend_long op_long, in php_filter_array_handler()
583 HashTable *filter_args_ht = NULL; in PHP_FUNCTION()
646 HashTable *filter_args_ht = NULL; in PHP_FUNCTION()
673 HashTable *op_ht = NULL; in PHP_FUNCTION()
707 HashTable *op_ht = NULL; in PHP_FUNCTION()
/php-src/Zend/Optimizer/
H A Dzend_dump.h47 void zend_dump_ht(HashTable *ht);
/php-src/ext/dom/
H A Dxml_serializer.c58 HashTable *ht;
63 HashTable ht;
120 HashTable *list; in dom_xml_ns_prefix_map_destroy()
227 HashTable *list; in dom_xml_ns_prefix_map_add()
236 HashTable *list = zend_hash_str_find_ptr(map->ht, (const char *) ns, ns_length); in dom_xml_ns_prefix_map_add()
261 static zend_always_inline HashTable *dom_get_candidates_list(dom_xml_ns_prefix_map *map, const xmlC… in dom_get_candidates_list()
272 static zend_always_inline bool dom_prefix_in_candidate_list(const HashTable *list, const xmlChar *p… in dom_prefix_in_candidate_list()
300 HashTable *list = dom_get_candidates_list(map, ns, ns_length); in dom_prefix_found_in_ns_prefix_map()
405 HashTable *list = dom_get_candidates_list(namespace_prefix_map, ns, ns_length); in dom_retrieve_a_preferred_prefix_string()
729 HashTable localname_set; in dom_xml_serialize_attributes()
/php-src/ext/date/
H A Dphp_date.c1970 HashTable *props; in date_object_get_properties_for()
2113 HashTable *props; in date_object_get_properties_for_timezone()
2140 HashTable *ht, *props; in date_object_get_debug_info_timezone()
2236 HashTable *props; in date_object_get_properties_interval()
2342 HashTable *common; in add_common_properties()
2909 HashTable *myht; in PHP_METHOD()
2931 HashTable *myht; in PHP_METHOD()
2953 HashTable *myht; in PHP_METHOD()
2973 HashTable *myht; in PHP_METHOD()
3019 HashTable *myht; in PHP_METHOD()
[all …]
/php-src/ext/zip/
H A Dphp_zip.h69 HashTable *prop_handler;
/php-src/ext/pdo/
H A Dpdo.c42 HashTable pdo_driver_hash;
45 HashTable pdo_driver_specific_ce_hash;
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c101 HashTable consts; in PHPDBG_INFO()
177 HashTable vars; in phpdbg_print_symbols()
385 HashTable classes; in PHPDBG_INFO()
434 HashTable functions; in PHPDBG_INFO()
H A Dphpdbg_watch.c134 #define HT_PTR_HT(ptr) ((HashTable *) (((char *) (ptr)) - HT_WATCH_OFFSET))
367 void phpdbg_set_ht_watchpoint(HashTable *ht, phpdbg_watchpoint_t *watch) {
368 …phpdbg_set_addr_watchpoint(((char *) ht) + HT_WATCH_OFFSET, sizeof(HashTable) - HT_WATCH_OFFSET, w…
549 HashTable *ht = HT_FROM_ZVP(zv);
721 HashTable *ht = HT_FROM_ZVP(parent);
974 HashTable *elements = &element->watch->elements;
1162 HashTable *mem_list = NULL;
1331 PHPDBG_API int phpdbg_watchpoint_parse_input(char *input, size_t len, HashTable *parent, size_t i, …
1335 …hpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashTable *parent, zval *z…
1472 …G_G(watchlist_mem) = malloc(phpdbg_pagesize > sizeof(HashTable) ? phpdbg_pagesize : sizeof(HashTab…
[all …]
/php-src/ext/spl/
H A Dspl_fixedarray.c212 static HashTable* spl_fixedarray_object_get_gc(zend_object *obj, zval **table, int *n) in spl_fixedarray_object_get_gc()
215 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc()
223 static HashTable* spl_fixedarray_object_get_properties_for(zend_object *obj, zend_prop_purpose purp… in spl_fixedarray_object_get_properties_for()
233HashTable *source_properties = obj->properties ? obj->properties : (obj->ce->default_properties_co… in spl_fixedarray_object_get_properties_for()
240 HashTable *ht = zend_new_array(size); in spl_fixedarray_object_get_properties_for()
562 HashTable *intern_ht = zend_std_get_properties(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
596 HashTable *ht = zend_std_get_properties(&intern->std); in PHP_METHOD()
622 HashTable *data; in PHP_METHOD()
/php-src/ext/zend_test/
H A Dphp_test.h53 HashTable global_weakmap;
/php-src/ext/random/
H A Dengine_mt19937.c174 static bool serialize(void *state, HashTable *data) in serialize()
191 static bool unserialize(void *state, HashTable *data) in unserialize()
345 HashTable *d; in PHP_METHOD()
/php-src/ext/opcache/
H A Dzend_persist_calc.c52 static void zend_hash_persist_calc(HashTable *ht) in zend_hash_persist_calc()
118 HashTable *ht = Z_ARRVAL_P(z); in zend_persist_zval_calc()
156 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
165 ADD_SIZE(sizeof(HashTable)); in zend_persist_attributes_calc()
234 ADD_SIZE(sizeof(HashTable)); in zend_persist_op_array_calc_ex()
571 static void zend_accel_persist_class_table_calc(HashTable *class_table) in zend_accel_persist_class_table_calc()
/php-src/ext/tokenizer/
H A Dtokenizer.c266 static zend_string *make_str(unsigned char *text, size_t leng, HashTable *interned_strings) { in make_str()
284 zend_class_entry *token_class, HashTable *interned_strings) { in add_token()
329 HashTable interned_strings; in tokenize()
431 HashTable *tokens_ht = Z_ARRVAL_P(ctx->tokens); in on_event()

Completed in 131 milliseconds

12345678910>>...14