Searched refs:formstr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | http.c | 148 if (formstr->len) { in php_url_encode_hash_ex() 159 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 167 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 171 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex() 200 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() 216 smart_str formstr = {0}; in PHP_FUNCTION() local 229 if (formstr.c) { in PHP_FUNCTION() 230 efree(formstr.c); in PHP_FUNCTION() 235 if (!formstr.c) { in PHP_FUNCTION() 239 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 9 milliseconds