Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c505 XMLRPC_VALUE xMethod = XMLRPC_VectorRewind(xNewMethods); in XMLRPC_ServerAddIntrospectionData() local
507 while(xMethod) { in XMLRPC_ServerAddIntrospectionData()
508 const char* name = XMLRPC_VectorGetStringWithID(xMethod, xi_token_name); in XMLRPC_ServerAddIntrospectionData()
515 sm->desc = XMLRPC_CopyValue(xMethod); in XMLRPC_ServerAddIntrospectionData()
519 xMethod = XMLRPC_VectorNext(xNewMethods); in XMLRPC_ServerAddIntrospectionData()

Completed in 7 milliseconds