Lines Matching refs:HashTable

382 static zend_result php_mb_parse_encoding_array(HashTable *target_hash, const mbfl_encoding ***retur…  in php_mb_parse_encoding_array()
1374 HashTable *order_ht = NULL; in PHP_FUNCTION()
2726 MBSTRING_API HashTable *php_mb_convert_encoding_recursive(HashTable *input, const mbfl_encoding *to… in php_mb_convert_encoding_recursive()
2728 HashTable *output, *chash; in php_mb_convert_encoding_recursive()
2830 HashTable *input_ht, *from_encodings_ht = NULL; in PHP_FUNCTION()
2882 HashTable *tmp; in PHP_FUNCTION()
3010 static bool is_trim_wchar(uint32_t w, const HashTable *ht, const uint32_t *default_chars, size_t de… in is_trim_wchar()
3024 static zend_string* trim_each_wchar(zend_string *str, const HashTable *what_ht, const uint32_t *def… in trim_each_wchar()
3074 HashTable what_ht; in mb_trim_default_chars()
3096 HashTable what_ht; in mb_trim_what_chars()
3401 HashTable *encoding_ht = NULL; in PHP_FUNCTION()
3477 HashTable *array = emalloc(sizeof(HashTable)); in PHP_FUNCTION()
3696 HashTable *ht = HASH_OF(var); in mb_recursive_count_strings()
3728 HashTable *ht = HASH_OF(var); in mb_recursive_find_strings()
3771 HashTable *ht = HASH_OF(var); in mb_recursive_convert_variable()
3796 HashTable *from_enc_ht; in PHP_FUNCTION()
3891 static uint32_t *make_conversion_map(HashTable *target_hash, size_t *conversion_map_size) in make_conversion_map()
4011 HashTable *target_hash; in PHP_FUNCTION()
4243 HashTable *target_hash; in PHP_FUNCTION()
4270 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
4439 HashTable *headers_ht = NULL; in PHP_FUNCTION()
4452 HashTable ht_headers; in PHP_FUNCTION()
5546 static bool php_mb_check_encoding_recursive(HashTable *vars, const mbfl_encoding *encoding) in php_mb_check_encoding_recursive()
5601 HashTable *input_ht = NULL; in PHP_FUNCTION()