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.c159 zend_string *new_prefix; in php_url_encode_hash_ex() local
171new_prefix = zend_string_concat2(ZSTR_VAL(encoded_key), ZSTR_LEN(encoded_key), "%5B", strlen("%5B"… in php_url_encode_hash_ex()
183 new_prefix = zend_string_alloc(len, 0); in php_url_encode_hash_ex()
185 memcpy(ZSTR_VAL(new_prefix), ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix)); in php_url_encode_hash_ex()
186 memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix), num_prefix, num_prefix_len); in php_url_encode_hash_ex()
187 …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()
188 …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()
189 ZSTR_VAL(new_prefix)[len] = '\0'; in php_url_encode_hash_ex() local
193new_prefix = zend_string_concat3(num_prefix, num_prefix_len, index_int_as_str, index_int_as_str_le… in php_url_encode_hash_ex()
195 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 5 milliseconds