Searched refs:formstr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | http.c | 151 if (formstr->s) { in php_url_encode_hash_ex() 163 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 173 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex() 182 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 213 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 232 smart_str formstr = {0}; in PHP_FUNCTION() local 245 if (formstr.s) { in PHP_FUNCTION() 246 smart_str_free(&formstr); in PHP_FUNCTION() 251 if (!formstr.s) { in PHP_FUNCTION() 255 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 6 milliseconds