Home
last modified time | relevance | path

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

12345678910>>...13

/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.c150 HashTable *env_hash; /* temporary PHP array used as helper */ in _php_array_to_envp()
624 static zend_string *create_win_command_from_args(HashTable *args) in create_win_command_from_args()
658 HashTable *opt_ary = Z_ARRVAL_P(other_options); in get_option()
722 static zend_string* get_command_from_array(HashTable *array, char ***argv, int num_elems) in get_command_from_array()
753 static descriptorspec_item* alloc_descriptor_array(HashTable *descriptorspec) in alloc_descriptor_array()
1138 HashTable *command_ht; in PHP_FUNCTION()
1139 HashTable *descriptorspec; /* Mandatory argument */ in PHP_FUNCTION()
H A Dfilters.c1076 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()
1083 if ((tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1)) != NULL) { in php_conv_get_string_prop_ex()
1097 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()
1099 zval *tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1); in php_conv_get_ulong_prop_ex()
1115 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()
1117 zval *tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1); in php_conv_get_bool_prop_ex()
1128 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()
1153 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
1286 int conv_mode, HashTable *conv_opts, in php_convert_filter_ctor()
H A Dvar_unserializer.re53 HashTable *allowed_classes;
54 HashTable *ref_props;
95 PHPAPI HashTable *php_var_unserialize_get_allowed_classes(php_unserialize_data_t d) {
98 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes) {
364 HashTable *classes = (*var_hashx)->allowed_classes;
463 static zend_always_inline int process_nested_array_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_…
571 static zend_always_inline int process_nested_object_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend…
699 (*var_hash)->ref_props = emalloc(sizeof(HashTable));
785 HashTable *ht;
/php-src/ext/dom/
H A Ddom_iterators.c178 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
253 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/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()
530 HashTable *rconflicts; in php_output_handler_start()
613 HashTable rev, *rev_ptr = NULL; in php_output_handler_reverse_conflict_register()
631 zend_hash_update_mem(&php_output_handler_reverse_conflicts, str, &rev, sizeof(HashTable)); in php_output_handler_reverse_conflict_register()
H A Dphp_streams.h619 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void);
621 PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void);
622 PHPAPI HashTable *_php_get_stream_filters_hash(void);
624 PHPAPI HashTable *php_get_stream_filters_hash_global(void);
/php-src/ext/hash/
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/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/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()
998 HashTable *key_ht = NULL; in PHP_FUNCTION()
1027 HashTable *key_ht = NULL; in PHP_FUNCTION()
1180 HashTable *key_ht = NULL; in PHP_FUNCTION()
/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/soap/
H A Dsoap.c648 HashTable *code_ht; in PHP_METHOD()
777 static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht) /* {{{ */ in soap_create_typemap()
780 HashTable *ht2; in soap_create_typemap()
781 HashTable *typemap = NULL; in soap_create_typemap()
887 HashTable *typemap_ht = NULL; in PHP_METHOD()
1103 HashTable *ft = NULL; in PHP_METHOD()
1264 HashTable *function_table; in PHP_METHOD()
1965 HashTable *typemap_ht = NULL; in PHP_METHOD()
2274 HashTable *old_class_map; in do_soap_call()
3826 HashTable *hdrs = NULL; in serialize_function_call()
[all …]
/php-src/Zend/
H A Dzend_inheritance.c372 HashTable *ht; in track_class_dependency()
390 ht = (HashTable*)CG(current_linking_class)->inheritance_cache; in track_class_dependency()
2161 HashTable **exclude_tables = NULL; in zend_traits_init_trait_structures()
2167 exclude_tables = ecalloc(ce->num_traits, sizeof(HashTable*)); in zend_traits_init_trait_structures()
2585 HashTable **exclude_tables; in zend_do_bind_traits()
2707 HashTable *ht; in get_or_init_obligations_for_class()
2728 HashTable *obligations = get_or_init_obligations_for_class(ce); in add_dependency_obligation()
2739 HashTable *obligations = get_or_init_obligations_for_class(ce); in add_compatibility_obligation()
2821 HashTable *delayed_autoloads = CG(delayed_autoloads); in load_delayed_classes()
3239 HashTable *ht = (HashTable*)ce->inheritance_cache; in zend_do_link_class()
[all …]
H A Dzend_generators.c180 HashTable *ht = node->child.ht; in zend_generator_remove_child()
349 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
495 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child()
617 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
1119 static HashTable *zend_generator_iterator_get_gc( in zend_generator_iterator_get_gc()
H A Dzend_execute.h80 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval);
81 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse…
430 ZEND_API ZEND_ATTRIBUTE_DEPRECATED HashTable *zend_unfinished_execution_gc(zend_execute_data *execu…
431 ZEND_API HashTable *zend_unfinished_execution_gc_ex(zend_execute_data *execute_data, zend_execute_d…
H A Dzend_API.h56 HashTable *named_params;
448 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type);
450 static zend_always_inline HashTable *zend_class_constants_table(zend_class_entry *ce) { in zend_class_constants_table()
484 static zend_always_inline HashTable *zend_class_backed_enum_table(zend_class_entry *ce) in zend_class_backed_enum_table()
541 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *propert…
543 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties);
544 ZEND_API void object_properties_load(zend_object *object, HashTable *properties);
546 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties);
632 ZEND_API zend_result array_set_zval_key(HashTable *ht, zval *key, zval *value);
839 uint32_t param_count, zval *params, HashTable *named_params);
[all …]
/php-src/ext/opcache/
H A Dzend_persist.c92 static void zend_hash_persist(HashTable *ht) in zend_hash_persist()
220 HashTable *ht; in zend_persist_zval()
274 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
284 HashTable *xlat = zend_shared_alloc_get_xlat_entry(attributes); in zend_persist_attributes()
308 HashTable *ptr = zend_shared_memdup_put_free(attributes, sizeof(HashTable)); in zend_persist_attributes()
499 …ray->static_variables = zend_shared_memdup_put_free(op_array->static_variables, sizeof(HashTable)); in zend_persist_op_array_ex()
1227 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/snmp/
H A Dsnmp.c104 static HashTable php_snmp_properties;
632 zval *object, int st, struct objid_query *objid_query, zend_string *oid_str, HashTable *oid_ht, in php_snmp_parse_oid()
633 zend_string *type_str, HashTable *type_ht, zend_string *value_str, HashTable *value_ht in php_snmp_parse_oid()
1126 HashTable *oid_ht, *type_ht = NULL, *value_ht = NULL; in php_snmp()
1664 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
1776 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
1786 static HashTable *php_snmp_get_properties(zend_object *object) in php_snmp_get_properties()
1790 HashTable *props; in php_snmp_get_properties()
/php-src/ext/mbstring/
H A Dmbstring.c1374 HashTable *order_ht = NULL; in PHP_FUNCTION()
2728 HashTable *output, *chash; in php_mb_convert_encoding_recursive()
2882 HashTable *tmp; in PHP_FUNCTION()
3074 HashTable what_ht; in mb_trim_default_chars()
3096 HashTable what_ht; in mb_trim_what_chars()
3477 HashTable *array = emalloc(sizeof(HashTable)); in PHP_FUNCTION()
3796 HashTable *from_enc_ht; in PHP_FUNCTION()
4011 HashTable *target_hash; in PHP_FUNCTION()
4243 HashTable *target_hash; in PHP_FUNCTION()
4452 HashTable ht_headers; in PHP_FUNCTION()
[all …]
/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 */
579 HashTable *id_to_name) in php_com_wrapper_export_as_sink()
H A Dcom_handlers.c221 static HashTable *com_properties_get(zend_object *object) in com_properties_get()
228 return (HashTable *) &zend_empty_array; in com_properties_get()
231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc()
/php-src/ext/ftp/
H A Dftp.h166 int ftp_mlsd_parse_line(HashTable *ht, const char *input);

Completed in 125 milliseconds

12345678910>>...13