Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c417 xmlNode *member, *child, *mname, *mxval; in parse_value() local
429 mname = mxval = NULL; in parse_value()
438 mxval = child; in parse_value()
443 if (!mname || !mxval || !parse_value (mxval, &mgval)) { in parse_value()
Dsoup-xmlrpc.c767 xmlNode *child, *mname, *mxval; in parse_dictionary() local
778 mname = mxval = NULL; in parse_dictionary()
786 mxval = child; in parse_dictionary()
794 if (!mname || !mxval) { in parse_dictionary()
801 value = parse_value (mxval, &tmp_signature, error); in parse_dictionary()