Home
last modified time | relevance | path

Searched refs:xIntrospection (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2396 if (server->xIntrospection) { in XMLRPC_ServerDestroy()
2397 XMLRPC_CleanupValue(server->xIntrospection); in XMLRPC_ServerDestroy()
H A Dxmlrpc_introspection.c129 xTypeList = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in xi_system_describe_methods_cb()
502 XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in XMLRPC_ServerAddIntrospectionData()
524 if(!server->xIntrospection) { in XMLRPC_ServerAddIntrospectionData()
525 server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_ServerAddIntrospectionData()
528 XMLRPC_AddValueToVector(server->xIntrospection, xNewTypes); in XMLRPC_ServerAddIntrospectionData()
H A Dxmlrpc_private.h145 XMLRPC_VALUE xIntrospection; member

Completed in 20 milliseconds