Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/curl/
H A Dcurl_private.h92 HashTable *slist;
/php-src/Zend/
H A Dzend_modules.h124 extern ZEND_API HashTable module_registry;
H A Dzend_interfaces.h67 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n);
H A Dzend_execute.h81 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval);
82 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse…
435 ZEND_API ZEND_ATTRIBUTE_DEPRECATED HashTable *zend_unfinished_execution_gc(zend_execute_data *execu…
436 ZEND_API HashTable *zend_unfinished_execution_gc_ex(zend_execute_data *execute_data, zend_execute_d…
H A Dzend_object_handlers.c65 ZEND_API HashTable *rebuild_object_properties_internal(zend_object *zobj) /* {{{ */ in rebuild_object_properties_internal()
97 ZEND_API HashTable *zend_std_build_object_properties_array(zend_object *zobj) /* {{{ */ in zend_std_build_object_properties_array()
101 HashTable *ht; in zend_std_build_object_properties_array()
134 ZEND_API HashTable *zend_std_get_properties(zend_object *zobj) /* {{{ */ in zend_std_get_properties()
141 ZEND_API HashTable *zend_get_properties_no_lazy_init(zend_object *zobj) in zend_get_properties_no_lazy_init()
161 ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
183 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
187 HashTable *ht; in zend_std_get_debug_info()
596 HashTable *guards; in zend_get_property_guard()
2369 HashTable *ht; in zend_std_get_properties_for()
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.h51 HashTable not_filtered_functions;
52 HashTable function_profiles;
/php-src/ext/dom/
H A Dxml_common.h28 HashTable *prop_handler;
H A Ddom_iterators.c180 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
255 HashTable *nodeht; in php_dom_get_iterator()
H A Dxpath_callbacks.c115 PHP_DOM_EXPORT HashTable *php_dom_xpath_callbacks_get_gc_for_whole_object(php_dom_xpath_callbacks *… in php_dom_xpath_callbacks_get_gc_for_whole_object()
185 const HashTable *callable_ht, in php_dom_xpath_callback_ns_update_method_handler()
285 …try, xmlXPathContextPtr ctxt, zend_string *ns, zend_string *name, const HashTable *callable_ht, ph… in php_dom_xpath_callbacks_update_method_handler()
/php-src/ext/hash/
H A Dhash_crc32.c23 PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_CRC32Init()
H A Dhash_tiger.c177 PHP_HASH_API void PHP_3TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_3TIGERInit()
185 PHP_HASH_API void PHP_4TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_4TIGERInit()
H A Dhash_sha3.c222 void PHP_SHA3##bits##Init(PHP_SHA3_##bits##_CTX* ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) { \
317 void PHP_SHA3##bits##Init(PHP_SHA3_##bits##_CTX* ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) { \
/php-src/ext/standard/
H A Dhead.c194 static zend_result php_head_parse_cookie_options_array(HashTable *options, zend_long *expires, zend… in php_head_parse_cookie_options_array()
227 HashTable *options = NULL; in php_setcookie_common()
H A Dproc_open.c153 HashTable *env_hash; /* temporary PHP array used as helper */ in _php_array_to_envp()
627 static zend_string *create_win_command_from_args(HashTable *args) in create_win_command_from_args()
661 HashTable *opt_ary = Z_ARRVAL_P(other_options); in get_option()
725 static zend_string* get_command_from_array(HashTable *array, char ***argv, int num_elems) in get_command_from_array()
756 static descriptorspec_item* alloc_descriptor_array(HashTable *descriptorspec) in alloc_descriptor_array()
1141 HashTable *command_ht; in PHP_FUNCTION()
1142 HashTable *descriptorspec; /* Mandatory argument */ in PHP_FUNCTION()
H A Dphp_string.h51 PHPAPI void php_implode(const zend_string *delim, HashTable *arr, zval *return_value);
H A Dfilters.c1075 static php_conv_err_t php_conv_get_string_prop_ex(const HashTable *ht, char **pretval, size_t *pret… in php_conv_get_string_prop_ex()
1082 if ((tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1)) != NULL) { in php_conv_get_string_prop_ex()
1096 static php_conv_err_t php_conv_get_ulong_prop_ex(const HashTable *ht, zend_ulong *pretval, char *fi… in php_conv_get_ulong_prop_ex()
1098 zval *tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1); in php_conv_get_ulong_prop_ex()
1114 static php_conv_err_t php_conv_get_bool_prop_ex(const HashTable *ht, bool *pretval, char *field_nam… in php_conv_get_bool_prop_ex()
1116 zval *tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1); in php_conv_get_bool_prop_ex()
1127 static php_conv_err_t php_conv_get_uint_prop_ex(const HashTable *ht, unsigned int *pretval, char *f… in php_conv_get_uint_prop_ex()
1152 static php_conv *php_conv_open(int conv_mode, const HashTable *options, bool persistent) in php_conv_open()
1283 int conv_mode, HashTable *conv_opts, in php_convert_filter_ctor()
/php-src/main/
H A Doutput.c45 static HashTable php_output_handler_aliases;
46 static HashTable php_output_handler_conflicts;
47 static HashTable php_output_handler_reverse_conflicts;
130 HashTable *ht = Z_PTR_P(zv); in reverse_conflict_dtor()
534 HashTable *rconflicts; in php_output_handler_start()
617 HashTable rev, *rev_ptr = NULL; in php_output_handler_reverse_conflict_register()
635 zend_hash_update_mem(&php_output_handler_reverse_conflicts, str, &rev, sizeof(HashTable)); in php_output_handler_reverse_conflict_register()
H A Dphp_streams.h615 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void);
617 PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void);
618 PHPAPI HashTable *_php_get_stream_filters_hash(void);
620 PHPAPI HashTable *php_get_stream_filters_hash_global(void);
/php-src/ext/soap/
H A Dsoap.c665 HashTable *code_ht; in PHP_METHOD()
794 static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht) /* {{{ */ in soap_create_typemap()
797 HashTable *ht2; in soap_create_typemap()
798 HashTable *typemap = NULL; in soap_create_typemap()
2288 HashTable *old_class_map; in do_soap_call()
2507 HashTable *args, in soap_client_call_common()
2511 HashTable* soap_headers, in soap_client_call_common()
2569 HashTable *args = NULL; in PHP_METHOD()
2592 HashTable *args = NULL; in PHP_METHOD()
3879 HashTable *hdrs = NULL; in serialize_function_call()
[all …]
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp278 static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_temp) in TimeZone_get_debug_info()
285 HashTable *debug_info; in TimeZone_get_debug_info()
/php-src/ext/intl/locale/
H A Dlocale_methods.c806 static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_key_value()
847 static int append_multiple_key_values(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_multiple_key_values()
861 HashTable *arr = Z_ARRVAL_P(ele_value); in append_multiple_key_values()
943 HashTable* hash_arr = NULL; in PHP_FUNCTION()
1412 static zend_string* lookup_loc_range(const char* loc_range, HashTable* hash_arr, int canonicalize ) in lookup_loc_range()
1528 HashTable* hash_arr = NULL; in PHP_FUNCTION()
/php-src/ext/dba/
H A Ddba.c59 HashTable connections;
94 static zend_string* php_dba_make_key(HashTable *key) in ZEND_GET_MODULE()
464 HashTable *key_ht = NULL; in php_dba_update()
993 HashTable *key_ht = NULL; in PHP_FUNCTION()
1022 HashTable *key_ht = NULL; in PHP_FUNCTION()
1173 HashTable *key_ht = NULL; in PHP_FUNCTION()
/php-src/ext/opcache/
H A Dzend_persist.c94 static void zend_hash_persist(HashTable *ht) in zend_hash_persist()
222 HashTable *ht; in zend_persist_zval()
276 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
286 HashTable *xlat = zend_shared_alloc_get_xlat_entry(attributes); in zend_persist_attributes()
310 HashTable *ptr = zend_shared_memdup_put_free(attributes, sizeof(HashTable)); in zend_persist_attributes()
501 …ray->static_variables = zend_shared_memdup_put_free(op_array->static_variables, sizeof(HashTable)); in zend_persist_op_array_ex()
1261 static void zend_accel_persist_class_table(HashTable *class_table) in zend_accel_persist_class_table()
/php-src/ext/readline/
H A Dreadline_cli.c417 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht()
472 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable in cli_completion_generator_func()
496 …_completion_generator_define(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_define()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c41 HashTable *dispid_to_name; /* keep track of dispid -> name mappings */
42 HashTable *name_to_dispid; /* keep track of name -> dispid mappings */
545 HashTable *id_to_name) in php_com_wrapper_export_as_sink()

Completed in 128 milliseconds

12345678910>>...14