Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c122 XMLRPC_VALUE xMethodList = XMLRPC_CreateVector("methodList", xmlrpc_vector_array); in xi_system_describe_methods_cb() local
132 XMLRPC_AddValueToVector(xResponse, xMethodList); in xi_system_describe_methods_cb()
140 describe_method(server, xMethodList, XMLRPC_GetValueString(xParams)); in xi_system_describe_methods_cb()
147 describe_method(server, xMethodList, XMLRPC_GetValueString(xIter)); in xi_system_describe_methods_cb()
160 XMLRPC_AddValueToVector(xMethodList, sm->desc); in xi_system_describe_methods_cb()

Completed in 6 milliseconds