Home
last modified time | relevance | path

Searched refs:HashTable (Results 201 – 225 of 325) sorted by relevance

12345678910>>...13

/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h80 HashTable *prop_handler;
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins()
/php-src/Zend/Optimizer/
H A Dzend_func_info.c98 static HashTable func_info;
/php-src/ext/libxml/
H A Dphp_libxml.h51 HashTable *classmap;
/php-src/ext/hash/
H A Dhash_gost.c238 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_GOSTInit()
244 PHP_HASH_API void PHP_GOSTInitCrypto(PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_GOSTInitCrypto()
H A Dhash_ripemd.c87 PHP_HASH_API void PHP_RIPEMD128Init(PHP_RIPEMD128_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *a… in PHP_RIPEMD128Init()
102 PHP_HASH_API void PHP_RIPEMD256Init(PHP_RIPEMD256_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *a… in PHP_RIPEMD256Init()
121 PHP_HASH_API void PHP_RIPEMD160Init(PHP_RIPEMD160_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *a… in PHP_RIPEMD160Init()
137 PHP_HASH_API void PHP_RIPEMD320Init(PHP_RIPEMD320_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *a… in PHP_RIPEMD320Init()
H A Dhash_snefru.c131 PHP_HASH_API void PHP_SNEFRUInit(PHP_SNEFRU_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_SNEFRUInit()
/php-src/ext/spl/
H A Dspl_dllist.c424 static inline HashTable* spl_dllist_object_get_debug_info(zend_object *obj) /* {{{{ */ in spl_dllist_object_get_debug_info()
429 HashTable *debug_info; in spl_dllist_object_get_debug_info()
463 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc()
1124 HashTable *data; in PHP_METHOD()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c151 HashTable user_config_cache;
167 HashTable *user_config;
196 HashTable sorted_registry; in print_modules()
647 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_cgi_ini_activate_user_config()
/php-src/ext/pcntl/
H A Dpcntl.c584 HashTable *args_hash, *envs_hash; in PHP_FUNCTION()
811 /* const */ HashTable *const user_signals, in php_pcntl_set_user_signal_infos()
861 HashTable *user_set; in PHP_FUNCTION()
923 HashTable *user_set; in PHP_FUNCTION()
965 HashTable *user_set; in PHP_FUNCTION()
/php-src/ext/sockets/
H A Dphp_sockets.h115 HashTable wsa_info;
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c228 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
266 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
276 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
286 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
321 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
355 static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *ht, uint32_t var) in zend_jit_undefined_op_helper_write()
2595 #define HT_POISONED_PTR ((HashTable *) (intptr_t) -1)
2597 static zend_never_inline void ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) in _zend_hash_iterators_remove()
2610 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
2622 static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) in zend_jit_zval_array_dup()
[all …]
/php-src/ext/zip/
H A Dphp_zip.c356 static int php_zip_parse_options(HashTable *options, zip_options *opts) in php_zip_parse_options()
828 static HashTable zip_prop_handlers;
841 static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_… in php_zip_register_prop_handler()
986 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
994 static HashTable *php_zip_get_properties(zend_object *object)/* {{{ */ in php_zip_get_properties()
997 HashTable *props; in php_zip_get_properties()
1737 HashTable *options = NULL;
2805 HashTable *files_ht = NULL;
/php-src/Zend/
H A Dzend_execute_API.c314 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
366 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
750 … *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params) /… in _call_user_function_impl()
1045 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function()
1819 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table()
1854 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table()
H A Dzend_fibers.c756 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc()
769 HashTable *lastSymTable = NULL; in zend_fiber_object_gc()
772HashTable *symTable = zend_unfinished_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->typ… in zend_fiber_object_gc()
H A Dzend_gc.c778 HashTable *ht; in gc_scan_black()
977 HashTable *ht; in gc_mark_grey()
1208 HashTable *ht; in gc_scan()
1302 ht = (HashTable *)ref; in gc_scan()
1420 HashTable *ht; in gc_collect_white()
1647 HashTable *ht; in gc_remove_nested_data_from_buffer()
H A Dzend_objects.c87 HashTable *guards; in zend_object_std_dtor()
H A Dzend_execute.c1333 HashTable *ht = Z_ARRVAL_P(retval); in zend_verify_internal_func_info()
2229 static zend_always_inline HashTable *zend_get_target_symbol_table(int fetch_type EXECUTE_DATA_DC) in zend_get_target_symbol_table()
2231 HashTable *ht; in zend_get_target_symbol_table()
2255 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2275 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse… in zend_undefined_index_write()
2379 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2447 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2603 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2721 HashTable *ht = zend_new_array(0); in zend_fetch_dimension_address()
2950 static zend_never_inline zval* ZEND_FASTCALL zend_find_array_dim_slow(HashTable *ht, zval *offset E… in zend_find_array_dim_slow()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c28 static HashTable php_com_typelibraries;
479 bool php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, bool printdef, GUID *guid… in php_com_process_typeinfo()
/php-src/ext/reflection/
H A Dphp_reflection.c147 HashTable *attributes;
772 HashTable *static_variables; in _function_closure_string()
1997 HashTable *ht; in ZEND_METHOD()
2018 HashTable *named_params; in ZEND_METHOD()
2060 HashTable *params; in ZEND_METHOD()
2859 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD()
3408 HashTable *named_params = NULL; in reflection_method_invoke()
4871 HashTable *constants_table; in ZEND_METHOD()
5079 HashTable *named_params; in ZEND_METHOD()
5132 HashTable *args = NULL; in ZEND_METHOD()
[all …]
/php-src/ext/zlib/
H A Dzlib.c788 static bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string()
802 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string()
870 HashTable *options = NULL; in PHP_FUNCTION()
1088 HashTable *options = NULL; in PHP_FUNCTION()
/php-src/docs-old/
H A Dparameter-parsing-api.md81 h - array (returned as HashTable*)
82 H - array or HASH_OF(object) (returned as HashTable*)
/php-src/ext/standard/
H A Dtype.c327 HashTable *array; in PHP_FUNCTION()
/php-src/ext/xsl/
H A Dphp_xsl.c55 static HashTable *xsl_objects_get_gc(zend_object *object, zval **table, int *n) in ZEND_GET_MODULE()
/php-src/docs/source/core/data-structures/
H A Dzval.rst190 ``HashTable``, as ``HashTable`` may only store ``zval`` values. For example, ``EG(class_table)``

Completed in 150 milliseconds

12345678910>>...13