Searched refs:xIntrospection (Results 1 – 3 of 3) sorted by relevance
129 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()
145 XMLRPC_VALUE xIntrospection; member
2399 if (server->xIntrospection) { in XMLRPC_ServerDestroy()2400 XMLRPC_CleanupValue(server->xIntrospection); in XMLRPC_ServerDestroy()
Completed in 21 milliseconds