Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c132 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()
H A Dxmlrpc_private.h145 XMLRPC_VALUE xIntrospection; member
H A Dxmlrpc.c2404 if(server->xIntrospection) { in XMLRPC_ServerDestroy()
2405 XMLRPC_CleanupValue(server->xIntrospection); in XMLRPC_ServerDestroy()

Completed in 13 milliseconds