Home
last modified time | relevance | path

Searched refs:conversion_map_size (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/mbstring/
H A Dmbstring.c3886 static uint32_t *make_conversion_map(HashTable *target_hash, size_t *conversion_map_size) in make_conversion_map() argument
3890 size_t n_elems = *conversion_map_size = zend_hash_num_elements(target_hash); in make_conversion_map()
3915 uint32_t *convmap_end = convmap + conversion_map_size; in html_numeric_entity_convert()
3960 if (html_numeric_entity_convert(w, convmap, conversion_map_size, &w)) { in html_numeric_entity_encode()
4005 size_t conversion_map_size; in PHP_FUNCTION() local
4022 uint32_t *convmap = make_conversion_map(target_hash, &conversion_map_size); in PHP_FUNCTION()
4027 RETVAL_STR(html_numeric_entity_encode(str, enc, convmap, conversion_map_size, is_hex)); in PHP_FUNCTION()
4034 uint32_t *convmap_end = convmap + conversion_map_size; in html_numeric_entity_deconvert()
4237 size_t conversion_map_size; in PHP_FUNCTION() local
4252 uint32_t *convmap = make_conversion_map(target_hash, &conversion_map_size); in PHP_FUNCTION()
[all …]

Completed in 32 milliseconds