Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp.c163 if (formstr->s) { in php_url_encode_hash_ex()
177 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
189 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex()
198 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
221 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
240 smart_str formstr = {0}; in PHP_FUNCTION() local
252 if (formstr.s) { in PHP_FUNCTION()
253 smart_str_free(&formstr); in PHP_FUNCTION()
258 if (!formstr.s) { in PHP_FUNCTION()
262 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 9 milliseconds