formstr 28 ext/standard/http.c PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, formstr 142 ext/standard/http.c php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); formstr 151 ext/standard/http.c if (formstr->s) { formstr 152 ext/standard/http.c smart_str_appendl(formstr, arg_sep, arg_sep_len); formstr 155 ext/standard/http.c smart_str_appendl(formstr, key_prefix, key_prefix_len); formstr 163 ext/standard/http.c smart_str_append(formstr, ekey); formstr 168 ext/standard/http.c smart_str_appendl(formstr, num_prefix, num_prefix_len); formstr 170 ext/standard/http.c smart_str_append_long(formstr, idx); formstr 172 ext/standard/http.c smart_str_appendl(formstr, key_suffix, key_suffix_len); formstr 173 ext/standard/http.c smart_str_appendl(formstr, "=", 1); formstr 182 ext/standard/http.c smart_str_append(formstr, ekey); formstr 187 ext/standard/http.c smart_str_append_long(formstr, Z_LVAL_P(zdata)); formstr 190 ext/standard/http.c smart_str_appendl(formstr, "0", sizeof("0")-1); formstr 193 ext/standard/http.c smart_str_appendl(formstr, "1", sizeof("1")-1); formstr 200 ext/standard/http.c smart_str_appendl(formstr, ekey, ekey_len); formstr 213 ext/standard/http.c smart_str_append(formstr, ekey); formstr 232 ext/standard/http.c smart_str formstr = {0}; formstr 244 ext/standard/http.c if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { formstr 245 ext/standard/http.c if (formstr.s) { formstr 246 ext/standard/http.c smart_str_free(&formstr); formstr 251 ext/standard/http.c if (!formstr.s) { formstr 255 ext/standard/http.c smart_str_0(&formstr); formstr 257 ext/standard/http.c RETURN_NEW_STR(formstr.s); formstr 27 ext/standard/php_http.h PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, formstr 32 ext/standard/php_http.h #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)