Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1622 XMLRPC_VALUE XMLRPC_DupValueNew (XMLRPC_VALUE xSource) { in XMLRPC_DupValueNew() argument
1624 if (xSource) { in XMLRPC_DupValueNew()
1626 if (xSource->id.len) { in XMLRPC_DupValueNew()
1627 XMLRPC_SetValueID (xReturn, xSource->id.str, xSource->id.len); in XMLRPC_DupValueNew()
1630 switch (xSource->type) { in XMLRPC_DupValueNew()
1633 XMLRPC_SetValueInt (xReturn, xSource->i); in XMLRPC_DupValueNew()
1637 XMLRPC_SetValueString (xReturn, xSource->str.str, xSource->str.len); in XMLRPC_DupValueNew()
1640 XMLRPC_SetValueDateTime (xReturn, xSource->i); in XMLRPC_DupValueNew()
1643 XMLRPC_SetValueDouble (xReturn, xSource->d); in XMLRPC_DupValueNew()
1647 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()
[all …]
H A Dxmlrpc.h344 XMLRPC_VALUE XMLRPC_DupValueNew(XMLRPC_VALUE xSource);

Completed in 16 milliseconds