Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c170 zend_string *new_prefix; in php_url_encode_hash_ex() local
182new_prefix = zend_string_concat2(ZSTR_VAL(encoded_key), ZSTR_LEN(encoded_key), "%5B", strlen("%5B"… in php_url_encode_hash_ex()
194 new_prefix = zend_string_alloc(len, 0); in php_url_encode_hash_ex()
196 memcpy(ZSTR_VAL(new_prefix), ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix)); in php_url_encode_hash_ex()
197 memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix), num_prefix, num_prefix_len); in php_url_encode_hash_ex()
198 …memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix) + num_prefix_len, index_int_as_str, index_int_a… in php_url_encode_hash_ex()
199 …memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix) + num_prefix_len +index_int_as_str_len, "%5D%5B… in php_url_encode_hash_ex()
200 ZSTR_VAL(new_prefix)[len] = '\0'; in php_url_encode_hash_ex() local
204new_prefix = zend_string_concat3(num_prefix, num_prefix_len, index_int_as_str, index_int_as_str_le… in php_url_encode_hash_ex()
206 new_prefix = zend_string_concat2(index_int_as_str, index_int_as_str_len, "%5B", strlen("%5B")); in php_url_encode_hash_ex()
[all …]

Completed in 4 milliseconds