Searched refs:xIntrospection (Results 1 – 3 of 3) sorted by relevance
132 xTypeList = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in xi_system_describe_methods_cb()505 XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in XMLRPC_ServerAddIntrospectionData()527 if(!server->xIntrospection) { in XMLRPC_ServerAddIntrospectionData()528 server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_ServerAddIntrospectionData()531 XMLRPC_AddValueToVector(server->xIntrospection, xNewTypes); in XMLRPC_ServerAddIntrospectionData()
145 XMLRPC_VALUE xIntrospection; member
2404 if (server->xIntrospection) { in XMLRPC_ServerDestroy()2405 XMLRPC_CleanupValue(server->xIntrospection); in XMLRPC_ServerDestroy()
Completed in 13 milliseconds