Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c502 XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in XMLRPC_ServerAddIntrospectionData() local
523 if(!xServerTypes) { in XMLRPC_ServerAddIntrospectionData()
535 …XMLRPC_VALUE xPrev = find_named_value(xServerTypes, XMLRPC_VectorGetStringWithID(xIter, xi_token_n… in XMLRPC_ServerAddIntrospectionData()
537 XMLRPC_VectorRemoveValue(xServerTypes, xPrev); in XMLRPC_ServerAddIntrospectionData()
539 XMLRPC_AddValueToVector(xServerTypes, xIter); in XMLRPC_ServerAddIntrospectionData()

Completed in 6 milliseconds