Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlregexp.h99 int *nbneg,
106 int *nbneg,
/external/libxml2/
Dxmlregexp.c4197 int *nbval, int *nbneg, in xmlRegExecGetValues() argument
4202 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) || in xmlRegExecGetValues()
4208 *nbneg = 0; in xmlRegExecGetValues()
4243 (*nbneg)++; in xmlRegExecGetValues()
4333 (*nbneg)++; in xmlRegExecGetValues()
4359 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, in xmlRegExecNextValues() argument
4361 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal)); in xmlRegExecNextValues()
4385 int *nbval, int *nbneg, xmlChar **values, int *terminal) { in xmlRegExecErrInfo() argument
4394 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal)); in xmlRegExecErrInfo()
4402 int nbneg; in testerr() local
[all …]
Dxmlschemas.c2514 int nbneg, in xmlSchemaComplexTypeErr() argument
2530 if (nbval + nbneg > 0) { in xmlSchemaComplexTypeErr()
2531 if (nbval + nbneg > 1) { in xmlSchemaComplexTypeErr()
2537 for (i = 0; i < nbval + nbneg; i++) { in xmlSchemaComplexTypeErr()
2566 if ((nbneg == 0) || (*end != '*') || (*localName != '*')) { in xmlSchemaComplexTypeErr()
2595 if (i < nbval + nbneg -1) in xmlSchemaComplexTypeErr()
26018 int terminal, nbval = 10, nbneg; in xmlSchemaValidatorPopElem() local
26043 &nbval, &nbneg, &values[0], &terminal); in xmlSchemaValidatorPopElem()
26055 nbval, nbneg, values); in xmlSchemaValidatorPopElem()
26533 int terminal, nbval = 10, nbneg; in xmlSchemaValidateChildElem() local
[all …]