Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c500 XMLRPC_VALUE xNewTypes = XMLRPC_VectorGetValueWithID(desc, "typeList"); in XMLRPC_ServerAddIntrospectionData() local
522 if(xNewTypes) { in XMLRPC_ServerAddIntrospectionData()
528 XMLRPC_AddValueToVector(server->xIntrospection, xNewTypes); in XMLRPC_ServerAddIntrospectionData()
532 XMLRPC_VALUE xIter = XMLRPC_VectorRewind(xNewTypes); in XMLRPC_ServerAddIntrospectionData()
541 xIter = XMLRPC_VectorNext(xNewTypes); in XMLRPC_ServerAddIntrospectionData()

Completed in 4 milliseconds