Home
last modified time | relevance | path

Searched defs:ht (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-7.1/Zend/
H A Dzend_types.h242 #define HT_HASH(ht, idx) \ argument
251 #define HT_SIZE(ht) \ argument
253 #define HT_USED_SIZE(ht) \ argument
255 #define HT_HASH_RESET(ht) \ argument
257 #define HT_HASH_RESET_PACKED(ht) do { \ argument
261 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
264 #define HT_SET_DATA_ADDR(ht, ptr) do { \ argument
267 #define HT_GET_DATA_ADDR(ht) \ argument
273 HashTable *ht; member
H A Dzend_alloc.h234 #define ALLOC_HASHTABLE(ht) \ argument
237 #define FREE_HASHTABLE(ht) \ argument
240 #define ALLOC_HASHTABLE_REL(ht) \ argument
243 #define FREE_HASHTABLE_REL(ht) \ argument
H A Dzend_generators.h45 HashTable ht; /* if > 4 children */ member
H A Dzend_vm_def.h4564 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, name, arg) { argument
4707 HashTable *ht; variable
4716 ZEND_HASH_FOREACH_VAL(ht, arg) { argument
5646 HashTable *ht; variable
6576 HashTable *ht; variable
8096 HashTable *ht; variable
H A Dzend_execute.c1525 HashTable *ht; in zend_get_target_symbol_table() local
1540 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
1651 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
1656 …inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_W_CONST()
1661 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
1666 …nline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_RW_CONST()
H A Dzend_execute_API.c1596 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local
1631 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
H A Dzend.c165 static void print_hash(smart_str *buf, HashTable *ht, int indent, zend_bool is_object) /* {{{ */ in print_hash()
216 static void print_flat_hash(HashTable *ht) /* {{{ */ in print_flat_hash()
H A Dzend_constants.c470 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant()
/PHP-7.1/ext/dom/
H A Dphp_dom.h88 xmlHashTable *ht; member
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c54 static void zend_hash_persist_calc(HashTable *ht, void (*pPersistElement)(zval *pElement)) in zend_hash_persist_calc()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.c312 void phpdbg_set_ht_watchpoint(HashTable *ht, phpdbg_watchpoint_t *watch) {
491 HashTable *ht = HT_FROM_ZVP(zv); local
669 HashTable *ht = HT_FROM_ZVP(parent); local
H A Dphpdbg.h81 #define zend_hash_str_add_tmp(ht, key, len, pData) \ argument
/PHP-7.1/ext/soap/
H A Dphp_encoding.c286 static zval *soap_hash_str_find_deref(HashTable *ht, const char *str, size_t len) { in soap_hash_str_find_deref()
403 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int() local
1650 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
1729 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
2202 static inline int array_num_elements(HashTable* ht) in array_num_elements()
3016 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list() local
3518 HashTable *ht; in get_array_type() local
H A Dphp_schema.c2068 static void* schema_find_by_ref(HashTable *ht, char *ref) in schema_find_by_ref()
2133 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2158 HashTable *ht = emalloc(sizeof(HashTable)); in schema_attributegroup_fixup() local
H A Dphp_sdl.c581 HashTable ht; in wsdl_soap_binding_body() local
1208 static void sdl_deserialize_key(HashTable* ht, void* data, char **in) in sdl_deserialize_key()
1507 HashTable *ht; in sdl_deserialize_parameters() local
2019 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
/PHP-7.1/ext/sockets/
H A Dmulticast.c116 static int php_get_if_index_from_array(const HashTable *ht, const char *key, in php_get_if_index_from_array()
129 static int php_get_address_from_array(const HashTable *ht, const char *key, in php_get_address_from_array()
H A Dsendrecvmsg.c82 HashTable ht; member
/PHP-7.1/ext/standard/
H A Dvar_unserializer.c376 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e… in process_nested_data()
528 HashTable *ht; in object_common2() local
H A Dinfo.c96 static void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
/PHP-7.1/ext/phar/
H A Ddirstream.c143 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty()
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c149 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc() local
161 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties() local
H A Dphp_spl.c441 #define HT_MOVE_TAIL_TO_HEAD(ht) \ argument
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c471 static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht) in determine_vector_type()
554 HashTable *ht = NULL; in PHP_to_XMLRPC_worker() local
/PHP-7.1/ext/intl/converter/
H A Dconverter.c206 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_toUnicode_target() local
283 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_fromUnicode_target() local
/PHP-7.1/main/
H A Dphp_variables.c151 HashTable *ht; in php_register_variable_ex() local

Completed in 161 milliseconds

1234