Lines Matching defs:facet

34357     xmlSchemaFacetPtr facet; /* the facet */
34371 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34376 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34379 des_xmlSchemaFacetPtr(n_facet, facet, 0);
34727 xmlSchemaFacetPtr facet; /* an schemas type facet */
34732 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34734 ret_val = xmlSchemaGetFacetValueAsULong(facet);
34737 des_xmlSchemaFacetPtr(n_facet, facet, 0);
34855 int facetType; /* the facet type */
35056 xmlSchemaFacetPtr facet; /* the facet to check */
35069 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35073 ret_val = xmlSchemaValidateFacet(base, facet, (const xmlChar *)value, val);
35077 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35109 xmlSchemaFacetPtr facet; /* the facet to check */
35111 xmlSchemaWhitespaceValueType fws; /* the whitespace type of the facet's value */
35129 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35136 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35139 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35180 xmlSchemaFacetPtr facet; /* the facet to check */
35196 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35201 ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
35205 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35240 xmlSchemaFacetPtr facet; /* the facet to check */
35260 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35267 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35270 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35309 xmlSchemaFacetPtr facet; /* the facet to check */
35323 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35328 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35331 des_xmlSchemaFacetPtr(n_facet, facet, 0);