Home
last modified time | relevance | path

Searched refs:nbval (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlregexp.h98 int *nbval,
105 int *nbval,
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c4285 int *nbval, int *nbneg, in xmlRegExecGetValues() argument
4290 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) || in xmlRegExecGetValues()
4291 (values == NULL) || (*nbval <= 0)) in xmlRegExecGetValues()
4294 maxval = *nbval; in xmlRegExecGetValues()
4295 *nbval = 0; in xmlRegExecGetValues()
4322 (*nbval)++; in xmlRegExecGetValues()
4384 (*nbval)++; in xmlRegExecGetValues()
4394 (*nbval)++; in xmlRegExecGetValues()
4447 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, in xmlRegExecNextValues() argument
4449 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal)); in xmlRegExecNextValues()
[all …]
H A Dxmlschemas.c2603 int nbval, in xmlSchemaComplexTypeErr() argument
2620 if (nbval + nbneg > 0) { in xmlSchemaComplexTypeErr()
2621 if (nbval + nbneg > 1) { in xmlSchemaComplexTypeErr()
2627 for (i = 0; i < nbval + nbneg; i++) { in xmlSchemaComplexTypeErr()
2667 if (i >= nbval) in xmlSchemaComplexTypeErr()
2685 if (i < nbval + nbneg -1) in xmlSchemaComplexTypeErr()
26283 int terminal, nbval = 10, nbneg; in xmlSchemaValidatorPopElem() local
26321 &nbval, &nbneg, &values[0], &terminal); in xmlSchemaValidatorPopElem()
26333 nbval, nbneg, values); in xmlSchemaValidatorPopElem()
26816 int terminal, nbval = 10, nbneg; in xmlSchemaValidateChildElem() local
[all …]