Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlregexp.h99 int *nbneg,
106 int *nbneg,
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle105 d nbneg like(xmlCint)
115 d nbneg like(xmlCint)
/external/libxml2/
Dxmlregexp.c4220 int *nbval, int *nbneg, in xmlRegExecGetValues() argument
4225 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) || in xmlRegExecGetValues()
4231 *nbneg = 0; in xmlRegExecGetValues()
4266 (*nbneg)++; in xmlRegExecGetValues()
4356 (*nbneg)++; in xmlRegExecGetValues()
4382 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, in xmlRegExecNextValues() argument
4384 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal)); in xmlRegExecNextValues()
4408 int *nbval, int *nbneg, xmlChar **values, int *terminal) { in xmlRegExecErrInfo() argument
4417 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal)); in xmlRegExecErrInfo()
4425 int nbneg; in testerr() local
[all …]
Dxmlschemas.c2553 int nbneg, in xmlSchemaComplexTypeErr() argument
2569 if (nbval + nbneg > 0) { in xmlSchemaComplexTypeErr()
2570 if (nbval + nbneg > 1) { in xmlSchemaComplexTypeErr()
2576 for (i = 0; i < nbval + nbneg; i++) { in xmlSchemaComplexTypeErr()
2605 if ((nbneg == 0) || (*end != '*') || (*localName != '*')) { in xmlSchemaComplexTypeErr()
2634 if (i < nbval + nbneg -1) in xmlSchemaComplexTypeErr()
26091 int terminal, nbval = 10, nbneg; in xmlSchemaValidatorPopElem() local
26129 &nbval, &nbneg, &values[0], &terminal); in xmlSchemaValidatorPopElem()
26141 nbval, nbneg, values); in xmlSchemaValidatorPopElem()
26622 int terminal, nbval = 10, nbneg; in xmlSchemaValidateChildElem() local
[all …]
Dtestapi.c33691 int * nbneg; /* return number of negative transitions */ in test_xmlRegExecErrInfo() local
33708 nbneg = gen_int_ptr(n_nbneg, 3); in test_xmlRegExecErrInfo()
33712 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal); in test_xmlRegExecErrInfo()
33718 des_int_ptr(n_nbneg, nbneg, 3); in test_xmlRegExecErrInfo()
33758 int * nbneg; /* return number of negative transitions */ in test_xmlRegExecNextValues() local
33773 nbneg = gen_int_ptr(n_nbneg, 2); in test_xmlRegExecNextValues()
33777 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal); in test_xmlRegExecNextValues()
33782 des_int_ptr(n_nbneg, nbneg, 2); in test_xmlRegExecNextValues()