Searched refs:xSource (Results 1 – 2 of 2) sorted by relevance
1621 XMLRPC_VALUE XMLRPC_DupValueNew (XMLRPC_VALUE xSource) { in XMLRPC_DupValueNew() argument1623 if (xSource) { in XMLRPC_DupValueNew()1625 if (xSource->id.len) { in XMLRPC_DupValueNew()1626 XMLRPC_SetValueID (xReturn, xSource->id.str, xSource->id.len); in XMLRPC_DupValueNew()1629 switch (xSource->type) { in XMLRPC_DupValueNew()1632 XMLRPC_SetValueInt (xReturn, xSource->i); in XMLRPC_DupValueNew()1636 XMLRPC_SetValueString (xReturn, xSource->str.str, xSource->str.len); in XMLRPC_DupValueNew()1639 XMLRPC_SetValueDateTime (xReturn, xSource->i); in XMLRPC_DupValueNew()1642 XMLRPC_SetValueDouble (xReturn, xSource->d); in XMLRPC_DupValueNew()1646 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()[all …]
343 XMLRPC_VALUE XMLRPC_DupValueNew(XMLRPC_VALUE xSource);
Completed in 15 milliseconds