Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1619 XMLRPC_VALUE XMLRPC_DupValueNew (XMLRPC_VALUE xSource) { in XMLRPC_DupValueNew() argument
1621 if (xSource) { in XMLRPC_DupValueNew()
1623 if (xSource->id.len) { in XMLRPC_DupValueNew()
1624 XMLRPC_SetValueID (xReturn, xSource->id.str, xSource->id.len); in XMLRPC_DupValueNew()
1627 switch (xSource->type) { in XMLRPC_DupValueNew()
1630 XMLRPC_SetValueInt (xReturn, xSource->i); in XMLRPC_DupValueNew()
1634 XMLRPC_SetValueString (xReturn, xSource->str.str, xSource->str.len); in XMLRPC_DupValueNew()
1637 XMLRPC_SetValueDateTime (xReturn, xSource->i); in XMLRPC_DupValueNew()
1640 XMLRPC_SetValueDouble (xReturn, xSource->d); in XMLRPC_DupValueNew()
1644 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 15 milliseconds