Home
last modified time | relevance | path

Searched refs:HashTable (Results 51 – 75 of 325) sorted by relevance

12345678910>>...13

/php-src/ext/hash/
H A Dphp_hash_snefru.h35 PHP_HASH_API void PHP_SNEFRUInit(PHP_SNEFRU_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
H A Dphp_hash_whirlpool.h32 PHP_HASH_API void PHP_WHIRLPOOLInit(PHP_WHIRLPOOL_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
H A Dphp_hash_gost.h32 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *args);
H A Dphp_hash_joaat.h25 PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
H A Dphp_hash_adler32.h27 PHP_HASH_API void PHP_ADLER32Init(PHP_ADLER32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
H A Dphp_hash_haval.h33 …b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); \
H A Dphp_hash_crc32.h27 PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
/php-src/ext/random/
H A Dengine_combinedlcg.c73 static bool serialize(void *state, HashTable *data) in serialize()
86 static bool unserialize(void *state, HashTable *data) in unserialize()
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.h19 void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args,
H A Dmsgformat_data.h32 HashTable* arg_types;
/php-src/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h31 PHPAPI HashTable * mysqlnd_reverse_api_get_api_list(void);
/php-src/ext/intl/collator/
H A Dcollator_convert.c36 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
77 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
115 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
134 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
/php-src/ext/standard/
H A Dsha1.h31 PHPAPI void PHP_SHA1InitArgs(PHP_SHA1_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
H A Dvar.c34 HashTable ht;
91 HashTable *myht; in php_var_dump()
281 HashTable *myht = NULL; in php_debug_zval_dump()
490 HashTable *myht; in php_var_export_ex()
816HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
846 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
971 HashTable props; in php_var_serialize_class()
985 HashTable *myht; in php_var_serialize_intern()
1148 HashTable *ht; in php_var_serialize_intern()
1315 HashTable *class_hash = NULL, *prev_class_hash; in php_unserialize_with_options()
[all …]
H A Dmd5.h46 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
/php-src/Zend/
H A Dzend.h117 HashTable *constants_table;
119 HashTable *backed_enum_table;
163 HashTable function_table;
164 HashTable properties_info;
165 HashTable constants_table;
217 HashTable *attributes;
220 HashTable *backed_enum_table;
H A Dzend_compile.h116 HashTable *imports;
117 HashTable *imports_function;
118 HashTable *imports_const;
120 HashTable seen_symbols;
203 HashTable *labels;
407 HashTable *attributes;
424 HashTable *attributes;
467 HashTable *attributes;
479 HashTable *static_variables;
525 HashTable *attributes;
[all …]
/php-src/ext/phar/
H A Ddirstream.c43 HashTable *data = (HashTable *)stream->abstract; in phar_dir_close()
60 HashTable *data = (HashTable *)stream->abstract; in phar_dir_seek()
92 HashTable *data = (HashTable *)stream->abstract; in phar_dir_read()
143 static int phar_add_empty(HashTable *ht, char *arKey, uint32_t nKeyLength) /* {{{ */ in phar_add_empty()
169 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
171 HashTable *data; in phar_make_dirstream()
/php-src/ext/mysqli/
H A Dmysqli.c53 static HashTable classes;
60 static HashTable mysqli_driver_properties;
61 static HashTable mysqli_link_properties;
62 static HashTable mysqli_result_properties;
63 static HashTable mysqli_stmt_properties;
64 static HashTable mysqli_warning_properties;
294 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property()
343 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info()
346 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info()
751 HashTable *ctor_params = NULL; in php_mysqli_fetch_into_hash()
[all …]
/php-src/ext/dom/
H A Dnamespace_compat.c40 HashTable uri_to_prefix_map;
50 static HashTable *php_dom_libxml_ns_mapper_ensure_prefix_map(php_dom_libxml_ns_mapper *mapper, zend… in php_dom_libxml_ns_mapper_ensure_prefix_map()
53 HashTable *prefix_map; in php_dom_libxml_ns_mapper_ensure_prefix_map()
55 prefix_map = emalloc(sizeof(HashTable)); in php_dom_libxml_ns_mapper_ensure_prefix_map()
147 HashTable *prefix_map = php_dom_libxml_ns_mapper_ensure_prefix_map(mapper, &uri); in php_dom_libxml_ns_mapper_get_ns()
208 HashTable *prefix_map = php_dom_libxml_ns_mapper_ensure_prefix_map(mapper, &href_str); in php_dom_libxml_ns_mapper_store_and_normalize_parsed_ns()
239 HashTable old_ns_to_new_ns_ptr;
460 HashTable tmp_prefix_to_ns_table; in php_dom_get_in_scope_ns()
H A Dphp_dom.c101 static HashTable classes;
103 static HashTable dom_document_prop_handlers;
108 static HashTable dom_node_prop_handlers;
112 static HashTable dom_nodelist_prop_handlers;
116 static HashTable dom_attr_prop_handlers;
118 static HashTable dom_element_prop_handlers;
121 static HashTable dom_text_prop_handlers;
125 static HashTable dom_notation_prop_handlers;
127 static HashTable dom_entity_prop_handlers;
133 static HashTable dom_xpath_prop_handlers;
[all …]
/php-src/ext/spl/
H A Dspl_functions.h32 …(const zend_class_entry *ce, const char *property, size_t property_len, HashTable *debug_info, zva…
/php-src/win32/
H A Dphp_win32_globals.h41 HashTable *registry_directories;
/php-src/ext/pdo/
H A Dpdo_sqlstate.c32 static HashTable err_hash;
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp133 static HashTable *Calendar_get_debug_info(zend_object *object, int *is_temp) in Calendar_get_debug_info()
139 HashTable *debug_info; in Calendar_get_debug_info()
162 HashTable *debug_info_tz; in Calendar_get_debug_info()

Completed in 72 milliseconds

12345678910>>...13