Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c503 XMLRPC_VALUE xNewTypes = XMLRPC_VectorGetValueWithID(desc, "typeList"); in XMLRPC_ServerAddIntrospectionData() local
525 if(xNewTypes) { in XMLRPC_ServerAddIntrospectionData()
531 XMLRPC_AddValueToVector(server->xIntrospection, xNewTypes); in XMLRPC_ServerAddIntrospectionData()
535 XMLRPC_VALUE xIter = XMLRPC_VectorRewind(xNewTypes); in XMLRPC_ServerAddIntrospectionData()
544 xIter = XMLRPC_VectorNext(xNewTypes); in XMLRPC_ServerAddIntrospectionData()

Completed in 13 milliseconds