Lines Matching refs:facet
35016 xmlSchemaFacetPtr facet; /* the facet */
35030 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35035 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
35038 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35386 xmlSchemaFacetPtr facet; /* an schemas type facet */
35391 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35393 ret_val = xmlSchemaGetFacetValueAsULong(facet);
35396 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35514 int facetType; /* the facet type */
35715 xmlSchemaFacetPtr facet; /* the facet to check */
35728 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35732 ret_val = xmlSchemaValidateFacet(base, facet, (const xmlChar *)value, val);
35736 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35768 xmlSchemaFacetPtr facet; /* the facet to check */
35770 xmlSchemaWhitespaceValueType fws; /* the whitespace type of the facet's value */
35788 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35795 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35798 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35839 xmlSchemaFacetPtr facet; /* the facet to check */
35855 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35860 ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
35864 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35899 xmlSchemaFacetPtr facet; /* the facet to check */
35919 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35926 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35929 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35968 xmlSchemaFacetPtr facet; /* the facet to check */
35982 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35987 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35990 des_xmlSchemaFacetPtr(n_facet, facet, 0);