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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c5107 xmlSchemaTypeType valType,
5138 switch (valType) {
5148 if (valType == XML_SCHEMAS_STRING)
5236 * @valType: the built-in type
5250 xmlSchemaValType valType,
5256 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5264 * @valType: the built-in type of the value
5277 xmlSchemaValType valType,
5349 facet->val, facet->value, fws, valType, val,
5362 if ((valType
5106 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5249 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5275 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5533 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1481 xmlSchemaValType valType; local
1491 valType = xmlSchemaGetValType(val);
1492 switch (valType) {
13260 * @valType: the value type
13267 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13274 if (type->builtInType == valType)
13279 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13281 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13289 * @valType: the value type
13296 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
24048 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]
H A Dtestapi.c35113 xmlSchemaValType valType; /* the built-in type of the value */ local
35131 valType = gen_xmlSchemaValType(n_valType, 2);
35136 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35141 des_xmlSchemaValType(n_valType, valType, 2);
35242 xmlSchemaValType valType; /* the built-in type */ local
35261 valType = gen_xmlSchemaValType(n_valType, 1);
35267 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35271 des_xmlSchemaValType(n_valType, valType, 1);
[all...]

Completed in 204 milliseconds