xServerTypes      505 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList");
xServerTypes      526 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          if(!xServerTypes) {
xServerTypes      538 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                XMLRPC_VALUE xPrev = find_named_value(xServerTypes, XMLRPC_VectorGetStringWithID(xIter, xi_token_name));
xServerTypes      540 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                   XMLRPC_VectorRemoveValue(xServerTypes, xPrev);
xServerTypes      542 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                XMLRPC_AddValueToVector(xServerTypes, xIter);