Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1625 XMLRPC_VALUE XMLRPC_DupValueNew (XMLRPC_VALUE xSource) { in XMLRPC_DupValueNew() argument
1627 if (xSource) { in XMLRPC_DupValueNew()
1629 if (xSource->id.len) { in XMLRPC_DupValueNew()
1630 XMLRPC_SetValueID (xReturn, xSource->id.str, xSource->id.len); in XMLRPC_DupValueNew()
1633 switch (xSource->type) { in XMLRPC_DupValueNew()
1636 XMLRPC_SetValueInt (xReturn, xSource->i); in XMLRPC_DupValueNew()
1640 XMLRPC_SetValueString (xReturn, xSource->str.str, xSource->str.len); in XMLRPC_DupValueNew()
1643 XMLRPC_SetValueDateTime (xReturn, xSource->i); in XMLRPC_DupValueNew()
1646 XMLRPC_SetValueDouble (xReturn, xSource->d); in XMLRPC_DupValueNew()
1650 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()
[all …]
H A Dxmlrpc.h343 XMLRPC_VALUE XMLRPC_DupValueNew(XMLRPC_VALUE xSource);

Completed in 738 milliseconds