Searched refs:nbneg (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlregexp.h99 int *nbneg,
106 int *nbneg,
/external/libxml2/
H A Dxmlregexp.c4203 * @nbneg: return number of negative transitions
4214 int *nbval, int *nbneg,
4219 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4225 *nbneg = 0;
4260 (*nbneg)++;
4350 (*nbneg)++;
4362 * @nbneg: return number of negative transitions
4376 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, argument
4378 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4386 * @nbneg
4213 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4401 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4419 int nbneg; local
[all...]
H A Dxmlschemas.c2544 int nbneg,
2560 if (nbval + nbneg > 0) {
2561 if (nbval + nbneg > 1) {
2567 for (i = 0; i < nbval + nbneg; i++) {
2596 if ((nbneg == 0) || (*end != '*') || (*localName != '*')) {
2625 if (i < nbval + nbneg -1)
26061 int terminal, nbval = 10, nbneg; local
26100 &nbval, &nbneg, &values[0], &terminal);
26112 nbval, nbneg, values);
26593 int terminal, nbval = 10, nbneg; local
2538 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, int nbval, int nbneg, xmlChar **values) argument
[all...]
H A Dtestapi.c33529 int * nbneg; /* return number of negative transitions */ local
33546 nbneg = gen_int_ptr(n_nbneg, 3);
33550 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33556 des_int_ptr(n_nbneg, nbneg, 3);
33596 int * nbneg; /* return number of negative transitions */ local
33611 nbneg = gen_int_ptr(n_nbneg, 2);
33615 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33620 des_int_ptr(n_nbneg, nbneg, 2);
[all...]

Completed in 299 milliseconds