Home
last modified time | relevance | path

Searched refs:HashTable (Results 151 – 175 of 246) sorted by relevance

12345678910

/PHP-7.4/ext/zlib/
H A Dzlib.c754 static zend_bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string()
768 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string()
837 HashTable *options = NULL; in PHP_FUNCTION()
1073 HashTable *options = NULL; in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c563 HashTable *stream_xport_hash; in PHP_FUNCTION()
585 HashTable *url_stream_wrappers_hash; in PHP_FUNCTION()
649 HashTable *ht; in stream_array_from_fd_set()
698 HashTable *ht; in stream_array_emulate_read_fd_set()
H A Dinfo.c91 static ZEND_COLD void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
928 HashTable sorted_registry; in php_print_info()
/PHP-7.4/ext/session/
H A Dphp_session.h294 HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \
/PHP-7.4/Zend/
H A Dzend_ini.h68 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend_objects.c80 HashTable *guards; in zend_object_std_dtor()
H A Dzend_execute.c1954 static zend_always_inline HashTable *zend_get_target_symbol_table(int fetch_type EXECUTE_DATA_DC) in zend_get_target_symbol_table()
1956 HashTable *ht; in zend_get_target_symbol_table()
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 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W_CONST(HashTable *… 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()
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_execute_API.c288 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
307 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
1519 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table()
1554 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table()
H A Dzend_ts_hash.c242 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC… in zend_ts_hash_copy_to_hash()
H A Dzend_builtin_functions.c677 HashTable *target_hash; in ZEND_FUNCTION()
789 static int validate_constant_array(HashTable *ht) /* {{{ */ in validate_constant_array()
1184 HashTable *properties; in ZEND_FUNCTION()
1255 HashTable *properties; in ZEND_FUNCTION()
1897 HashTable *static_variables; in ZEND_FUNCTION()
H A Dzend_types.h248 typedef struct _zend_array HashTable; typedef
365 HashTable *ht;
374 HashTable *properties;
/PHP-7.4/ext/ffi/
H A Dffi.c116 HashTable fields;
120 HashTable *args;
153 HashTable *symbols;
154 HashTable *tags;
160 HashTable *symbols;
161 HashTable *tags;
977 FFI_G(callbacks) = emalloc(sizeof(HashTable)); in zend_ffi_create_callback()
1940 HashTable *ht = NULL; in zend_ffi_cdata_get_debug_info()
3321 FFI_G(scopes) = malloc(sizeof(HashTable)); in zend_ffi_load()
4058 HashTable *dims; in ZEND_METHOD()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c818 HashTable *target_hash; in php_mb_parse_encoding_array()
3260 MBSTRING_API HashTable *php_mb_convert_encoding_recursive(HashTable *input, const char *_to_encodin… in php_mb_convert_encoding_recursive()
3262 HashTable *output, *chash; in php_mb_convert_encoding_recursive()
3348 HashTable *target_hash; in PHP_FUNCTION()
3417 HashTable *tmp; in PHP_FUNCTION()
3851 HashTable *ht; in mb_recursive_encoder_detector_feed()
3897 HashTable *ht; in mb_recursive_convert_variable()
4077 HashTable *target_hash; in php_mb_numericentity_exec()
4173 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
4368 HashTable ht_headers; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c82 HashTable ht;
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1010 HashTable *hash; in php_oci_bind_post_exec()
1738 HashTable *hash; in php_oci_bind_array_helper_string()
1827 HashTable *hash; in php_oci_bind_array_helper_number()
1868 HashTable *hash; in php_oci_bind_array_helper_double()
1909 HashTable *hash; in php_oci_bind_array_helper_date()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c163 HashTable user_config_cache;
188 HashTable *user_config;
254 HashTable sorted_registry; in print_modules()
794 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c724 HashTable *ht; in ct_eval_in_array()
1997 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in sccp_mark_feasible_successors()
2015 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in sccp_mark_feasible_successors()
2038 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c67 HashTable user_config;
69 static HashTable user_config_cache;
117 static void sapi_lsapi_ini_defaults(HashTable *configuration_hash) in sapi_lsapi_ini_defaults()
/PHP-7.4/ext/snmp/
H A Dsnmp.c126 static HashTable php_snmp_properties;
1896 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
2031 static HashTable *php_snmp_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
2041 static HashTable *php_snmp_get_properties(zval *object) in php_snmp_get_properties()
2045 HashTable *props; in php_snmp_get_properties()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c194 HashTable *func_table = EG(function_table); in phpdbg_list_function_byname()
H A Dphpdbg_print.c213 HashTable *func_table = EG(function_table); in PHPDBG_PRINT()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c190 HashTable sorted_registry; in print_modules()
424 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c584 HashTable *ht; in accel_copy_permanent_strings()
3185 static HashTable *preload_scripts = NULL;
3253 static void preload_move_user_functions(HashTable *src, HashTable *dst) in preload_move_user_functions()
3292 static void preload_move_user_classes(HashTable *src, HashTable *dst) in preload_move_user_classes()
4076 HashTable *ht = op_array->static_variables; in preload_fix_trait_methods()
4359 preload_scripts = emalloc(sizeof(HashTable)); in accel_preload()
4445 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()
4480 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()
H A Dzend_persist.c82 static void zend_hash_persist(HashTable *ht) in zend_hash_persist()
364 …ray->static_variables = zend_shared_memdup_put_free(op_array->static_variables, sizeof(HashTable)); in zend_persist_op_array_ex()
1029 static void zend_accel_persist_class_table(HashTable *class_table) in zend_accel_persist_class_table()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1006 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
1122 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1126 HashTable *rv; in sxe_get_prop_hash()
1252 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1262 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1268 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()

Completed in 168 milliseconds

12345678910