Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dhttp.c149 if (formstr->s) { in php_url_encode_hash_ex()
161 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
171 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex()
180 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
203 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
222 smart_str formstr = {0}; in PHP_FUNCTION() local
239 if (formstr.s) { in PHP_FUNCTION()
240 smart_str_free(&formstr); in PHP_FUNCTION()
245 if (!formstr.s) { in PHP_FUNCTION()
249 smart_str_0(&formstr); in PHP_FUNCTION()
[all …]
H A Dphp_http.h25 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
30 #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, … argument

Completed in 5 milliseconds