xIntrospection   2404 ext/xmlrpc/libxmlrpc/xmlrpc.c       if (server->xIntrospection) {
xIntrospection   2405 ext/xmlrpc/libxmlrpc/xmlrpc.c          XMLRPC_CleanupValue(server->xIntrospection);
xIntrospection    132 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    xTypeList = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList");
xIntrospection    505 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList");
xIntrospection    527 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             if(!server->xIntrospection) {
xIntrospection    528 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
xIntrospection    531 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             XMLRPC_AddValueToVector(server->xIntrospection, xNewTypes);
xIntrospection    145 ext/xmlrpc/libxmlrpc/xmlrpc_private.h    XMLRPC_VALUE xIntrospection;