Searched defs:tmpType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c24059 xmlSchemaTypePtr tmpType; local
24089 tmpType = xmlSchemaGetPrimitiveType(type);
24090 if ((tmpType->builtInType == XML_SCHEMAS_STRING) ||
24091 WXS_IS_ANY_SIMPLE_TYPE(tmpType)) {
24191 tmpType = type;
24193 for (facet = tmpType->facets; facet != NULL; facet = facet->next) {
24216 tmpType = tmpType->baseType;
24217 } while ((tmpType != NULL) &&
24218 (tmpType
[all...]

Completed in 394 milliseconds