Searched refs:fault_code (Results 1 – 4 of 4) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc.h | 47 char *soup_xmlrpc_build_fault (int fault_code, 56 int fault_code,
|
D | soup-xmlrpc-old.c | 322 char *soup_xmlrpc_build_faultv (int fault_code, 340 soup_xmlrpc_set_fault (SoupMessage *msg, int fault_code, in soup_xmlrpc_set_fault() argument 347 body = soup_xmlrpc_build_faultv (fault_code, fault_format, args); in soup_xmlrpc_set_fault() 643 int fault_code; in soup_xmlrpc_parse_method_response() local 659 G_TYPE_INT, &fault_code) || in soup_xmlrpc_parse_method_response() 667 fault_code, "%s", fault_string); in soup_xmlrpc_parse_method_response()
|
D | soup-xmlrpc.c | 417 soup_xmlrpc_build_faultv (int fault_code, 422 soup_xmlrpc_build_faultv (int fault_code, const char *fault_format, va_list args) in soup_xmlrpc_build_faultv() argument 447 value = g_variant_new_int32 (fault_code); in soup_xmlrpc_build_faultv() 479 soup_xmlrpc_build_fault (int fault_code, const char *fault_format, ...) in soup_xmlrpc_build_fault() argument 485 body = soup_xmlrpc_build_faultv (fault_code, fault_format, args); in soup_xmlrpc_build_fault() 504 soup_xmlrpc_message_set_fault (SoupMessage *msg, int fault_code, in soup_xmlrpc_message_set_fault() argument 511 body = soup_xmlrpc_build_faultv (fault_code, fault_format, args); in soup_xmlrpc_message_set_fault() 1309 int fault_code; in soup_xmlrpc_parse_response() local 1325 if (!g_variant_lookup (fault_val, "faultCode", "i", &fault_code) || in soup_xmlrpc_parse_response() 1332 fault_code, "%s", fault_string); in soup_xmlrpc_parse_response()
|
D | soup-xmlrpc-old.h | 62 int fault_code,
|