Home | History | Annotate | Download | only in libxml2

Lines Matching defs:nbneg

4198  * @nbneg: return number of negative transitions
4209 int *nbval, int *nbneg,
4214 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4220 *nbneg = 0;
4255 (*nbneg)++;
4345 (*nbneg)++;
4357 * @nbneg: return number of negative transitions
4371 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
4373 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4381 * @nbneg: return number of negative transitions
4397 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4406 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));
4414 int nbneg;
4416 xmlRegExecErrInfo(exec, &string, &nb, &nbneg, &values[0], &terminal);