Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/libxmlrpc/
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
H A Dxmlrpc.c2399 if (server->xIntrospection) { in XMLRPC_ServerDestroy()
2400 XMLRPC_CleanupValue(server->xIntrospection); in XMLRPC_ServerDestroy()

Completed in 21 milliseconds