Home | History | Annotate | Download | only in libxml2

Lines Matching defs:actualLen

35972     unsigned long actualLen; /* the number of list items */
35984 actualLen = gen_unsigned_long(n_actualLen, 2);
35987 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35992 des_unsigned_long(n_actualLen, actualLen, 2);