Searched refs:formstr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | http.c | 147 if (formstr->len) { in php_url_encode_hash_ex() 158 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 166 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 170 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex() 199 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 215 smart_str formstr = {0}; in PHP_FUNCTION() local 228 if (formstr.c) { in PHP_FUNCTION() 229 efree(formstr.c); in PHP_FUNCTION() 234 if (!formstr.c) { in PHP_FUNCTION() 238 smart_str_0(&formstr); in PHP_FUNCTION() [all …]
|
H A D | php_http.h | 27 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, 32 #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, … argument
|
Completed in 8 milliseconds