• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:facet

34453     xmlSchemaFacetPtr facet; /* the facet */
34467 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34472 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34475 des_xmlSchemaFacetPtr(n_facet, facet, 0);
34823 xmlSchemaFacetPtr facet; /* an schemas type facet */
34828 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34830 ret_val = xmlSchemaGetFacetValueAsULong(facet);
34833 des_xmlSchemaFacetPtr(n_facet, facet, 0);
34951 int facetType; /* the facet type */
35152 xmlSchemaFacetPtr facet; /* the facet to check */
35165 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35169 ret_val = xmlSchemaValidateFacet(base, facet, (const xmlChar *)value, val);
35173 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35205 xmlSchemaFacetPtr facet; /* the facet to check */
35207 xmlSchemaWhitespaceValueType fws; /* the whitespace type of the facet's value */
35225 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35232 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35235 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35276 xmlSchemaFacetPtr facet; /* the facet to check */
35292 facet = gen_xmlSchemaFacetPtr(n_facet, 1);
35297 ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
35301 des_xmlSchemaFacetPtr(n_facet, facet, 1);
35336 xmlSchemaFacetPtr facet; /* the facet to check */
35356 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35363 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35366 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35405 xmlSchemaFacetPtr facet; /* the facet to check */
35419 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35424 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35427 des_xmlSchemaFacetPtr(n_facet, facet, 0);