Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbneg

4186  * @nbneg: return number of negative transitions
4197 int *nbval, int *nbneg,
4202 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4208 *nbneg = 0;
4243 (*nbneg)++;
4333 (*nbneg)++;
4345 * @nbneg: return number of negative transitions
4359 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
4361 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4369 * @nbneg: return number of negative transitions
4385 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4394 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));
4402 int nbneg;
4404 xmlRegExecErrInfo(exec, &string, &nb, &nbneg, &values[0], &terminal);