Lines Matching refs:HashTable

56 	HashTable *named_params;
378 …unctions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table,…
379 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable
448 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type);
450 static zend_always_inline HashTable *zend_class_constants_table(zend_class_entry *ce) { in zend_class_constants_table()
474 static zend_always_inline void zend_class_set_backed_enum_table(zend_class_entry *ce, HashTable *ba… in zend_class_set_backed_enum_table()
484 static zend_always_inline HashTable *zend_class_backed_enum_table(zend_class_entry *ce) in zend_class_backed_enum_table()
540 …l *arg, zend_class_entry *class_type, uint32_t param_count, zval *params, HashTable *named_params);
541 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *propert…
543 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties);
544 ZEND_API void object_properties_load(zend_object *object, HashTable *properties);
546 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties);
632 ZEND_API zend_result array_set_zval_key(HashTable *ht, zval *key, zval *value);
684 …al *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params);
839 uint32_t param_count, zval *params, HashTable *named_params);
842 …const zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable in zend_call_known_fcc()
2371 static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, HashTable **dest, bool chec… in zend_parse_arg_array_ht()
2395 …zval *arg, HashTable **dest_ht, zend_long *dest_long, bool *is_null, bool allow_null, uint32_t arg… in zend_parse_arg_array_ht_or_long()
2510 zval *arg, HashTable **dest_ht, zend_string **dest_str, bool allow_null, uint32_t arg_num) in zend_parse_arg_array_ht_or_str()