Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/
H A Dzend_alloc.h233 #define ALLOC_HASHTABLE(ht) \ argument
236 #define FREE_HASHTABLE(ht) \ argument
239 #define ALLOC_HASHTABLE_REL(ht) \ argument
242 #define FREE_HASHTABLE_REL(ht) \ argument
H A Dzend_types.h314 #define HT_HASH(ht, idx) \ argument
325 #define HT_SIZE(ht) \ argument
327 #define HT_USED_SIZE(ht) \ argument
330 # define HT_HASH_RESET(ht) do { \ argument
346 # define HT_HASH_RESET(ht) \ argument
349 #define HT_HASH_RESET_PACKED(ht) do { \ argument
353 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
356 #define HT_SET_DATA_ADDR(ht, ptr) do { \ argument
359 #define HT_GET_DATA_ADDR(ht) \ argument
365 HashTable *ht; member
H A Dzend_execute.c1956 HashTable *ht; in zend_get_target_symbol_table() local
1981 HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2000 HashTable *ht, zend_string *offset) in zend_undefined_index_write()
2085 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2234 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2239 …inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_W_CONST()
2244 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
2249 …nline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_RW_CONST()
2524 static zend_never_inline zval* ZEND_FASTCALL zend_find_array_dim_slow(HashTable *ht, zval *offset E… in zend_find_array_dim_slow()
2631 static zend_never_inline uint32_t ZEND_FASTCALL zend_array_key_exists_fast(HashTable *ht, zval *key… in zend_array_key_exists_fast()
[all …]
H A Dzend_generators.h43 HashTable *ht; /* if multiple children */ member
H A Dzend_generators.c526 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_single_child() local
701 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() local
H A Dzend_vm_execute.h2051 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
3970 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
6400 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
7380 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
8601 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
11061 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
15104 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
15188 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
15241 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
16528 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_object_handlers.h243 #define zend_release_properties(ht) do { \ argument
H A Dzend_constants.c476 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant()
H A Dzend_opcode.c425 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in destroy_op_array() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h165 HashTable *ht = Z_ARRVAL_P(zv); in DEFINE_SSA_OP_MIN_RANGE() local
/PHP-7.4/ext/dom/
H A Dphp_dom.h86 xmlHashTable *ht; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c312 void phpdbg_set_ht_watchpoint(HashTable *ht, phpdbg_watchpoint_t *watch) {
492 HashTable *ht = HT_FROM_ZVP(zv); local
670 HashTable *ht = HT_FROM_ZVP(parent); local
/PHP-7.4/ext/sockets/
H A Dmulticast.c112 static int php_get_if_index_from_array(const HashTable *ht, const char *key, in php_get_if_index_from_array()
125 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.4/ext/opcache/
H A Dzend_persist_calc.c58 static void zend_hash_persist_calc(HashTable *ht) in zend_hash_persist_calc()
H A Dzend_persist.c82 static void zend_hash_persist(HashTable *ht) in zend_hash_persist()
H A DZendAccelerator.c584 HashTable *ht; in accel_copy_permanent_strings() local
4076 HashTable *ht = op_array->static_variables; in preload_fix_trait_methods() local
4445 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload() local
4480 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload() local
/PHP-7.4/ext/soap/
H A Dphp_schema.c2066 static void* schema_find_by_ref(HashTable *ht, char *ref) in schema_find_by_ref()
2131 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2156 HashTable *ht = emalloc(sizeof(HashTable)); in schema_attributegroup_fixup() local
H A Dphp_encoding.c389 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int() local
1613 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
1692 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
2971 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list() local
3478 HashTable *ht; in get_array_type() local
H A Dphp_sdl.c584 HashTable ht; in wsdl_soap_binding_body() local
1220 static void sdl_deserialize_key(HashTable* ht, void* data, char **in) in sdl_deserialize_key()
1519 HashTable *ht; in sdl_deserialize_parameters() local
2029 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
/PHP-7.4/ext/phar/
H A Ddirstream.c142 static int phar_add_empty(HashTable *ht, char *arKey, uint32_t nKeyLength) /* {{{ */ in phar_add_empty()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c152 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc() local
164 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties() local
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c468 static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht) in determine_vector_type()
553 HashTable *ht = NULL; in PHP_to_XMLRPC_worker() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c205 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_toUnicode_target() local
290 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_fromUnicode_target() local
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c649 HashTable *ht; in stream_array_from_fd_set() local
698 HashTable *ht; in stream_array_emulate_read_fd_set() local

Completed in 290 milliseconds

1234