Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbneg

4203  * @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,
4378 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4386 * @nbneg: return number of negative transitions
4402 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4411 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));
4419 int nbneg;
4421 xmlRegExecErrInfo(exec, &string, &nb, &nbneg, &values[0], &terminal);