Home
last modified time | relevance | path

Searched refs:struct_node (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c80 xmlNode *struct_node, *member; in insert_value() local
82 struct_node = xmlNewChild (xvalue, NULL, in insert_value()
88 member = xmlNewChild (struct_node, NULL, in insert_value()
94 xmlFreeNode (struct_node); in insert_value()
95 struct_node = NULL; in insert_value()
100 if (!struct_node) in insert_value()
Dsoup-xmlrpc.c87 xmlNode *struct_node; in insert_struct() local
91 struct_node = xmlNewChild (parent, NULL, in insert_struct()
96 if (!insert_struct_member (struct_node, child, error)) { in insert_struct()