Home
last modified time | relevance | path

Searched refs:form_data_set (Results 1 – 4 of 4) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-form.c87 GHashTable *form_data_set; in soup_form_decode() local
91 form_data_set = g_hash_table_new_full (g_str_hash, g_str_equal, in soup_form_decode()
107 g_hash_table_replace (form_data_set, name, value); in soup_form_decode()
111 return form_data_set; in soup_form_decode()
155 GHashTable *form_data_set, *params; in soup_form_decode_multipart() local
175 form_data_set = g_hash_table_new_full (g_str_hash, g_str_equal, in soup_form_decode_multipart()
198 g_hash_table_insert (form_data_set, in soup_form_decode_multipart()
209 return form_data_set; in soup_form_decode_multipart()
289 soup_form_encode_hash (GHashTable *form_data_set) in soup_form_encode_hash() argument
295 g_hash_table_iter_init (&iter, form_data_set); in soup_form_encode_hash()
[all …]
Dsoup-form.h30 char *soup_form_encode_hash (GHashTable *form_data_set);
32 char *soup_form_encode_datalist (GData **form_data_set);
52 GHashTable *form_data_set);
56 GData **form_data_set);
DSoup-2.4.metadata6 form_encode_datalist.form_data_set type_arguments="string"
7 form_request_new_from_datalist.form_data_set type_arguments="string"
Dsoup-server.c1307 GHashTable *form_data_set; in call_handler() local
1320 form_data_set = soup_form_decode (uri->query); in call_handler()
1322 form_data_set = NULL; in call_handler()
1326 uri->path, form_data_set, in call_handler()
1330 uri->path, form_data_set, in call_handler()
1334 if (form_data_set) in call_handler()
1335 g_hash_table_unref (form_data_set); in call_handler()