XMLRPC_IntrospectionCallback  577 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c int XMLRPC_ServerRegisterIntrospectionCallback(XMLRPC_SERVER server, XMLRPC_IntrospectionCallback cb) {
XMLRPC_IntrospectionCallback   78 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.h typedef void (*XMLRPC_IntrospectionCallback)(XMLRPC_SERVER server, void* userData);
XMLRPC_IntrospectionCallback   91 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.h int XMLRPC_ServerRegisterIntrospectionCallback(XMLRPC_SERVER server, XMLRPC_IntrospectionCallback cb);
XMLRPC_IntrospectionCallback   84 ext/xmlrpc/libxmlrpc/xmlrpc_introspection_private.h    XMLRPC_IntrospectionCallback         method;