Home | History | Annotate | Download | only in libxml2

Lines Matching defs:ptx

20116     xmlSchemaTypePtr tx, ty, ptx, pty;
20123 ptx = xmlSchemaGetPrimitiveType(tx);
20134 if (ptx != pty)
20140 if ((ptx->builtInType == XML_SCHEMAS_STRING) ||
20141 WXS_IS_ANY_SIMPLE_TYPE(ptx)) {