Searched refs:key_prefix (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | http.c | 25 const zend_string *key_prefix, in php_url_encode_scalar() argument 32 if (key_prefix) { in php_url_encode_scalar() 33 smart_str_append(form_str, key_prefix); in php_url_encode_scalar() 51 if (key_prefix) { in php_url_encode_scalar() 98 const zend_string *key_prefix, in php_url_encode_hash_ex() argument 164 if (key_prefix) { in php_url_encode_hash_ex() 176 if (key_prefix && num_prefix) { in php_url_encode_hash_ex() 181 memcpy(ZSTR_VAL(new_prefix), ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix)); in php_url_encode_hash_ex() 186 } else if (key_prefix) { in php_url_encode_hash_ex() 187 …new_prefix = zend_string_concat3(ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix), index_int_as_str, ind… in php_url_encode_hash_ex() [all …]
|
H A D | php_http.h | 26 const zend_string *key_prefix,
|
/PHP-8.3/ |
H A D | UPGRADING.INTERNALS | 106 const char *key_prefix, size_t key_prefix_len, 112 const zend_string *key_prefix, 116 constant value and depended on the key_prefix parameter to not be NULL.
|
Completed in 8 milliseconds