Home | History | Annotate | Download | only in libxml2

Lines Matching full:nbval

4185  * @nbval: pointer to the number of accepted values IN/OUT
4197 int *nbval, int *nbneg,
4202 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4203 (values == NULL) || (*nbval <= 0))
4206 maxval = *nbval;
4207 *nbval = 0;
4234 (*nbval)++;
4296 (*nbval)++;
4306 (*nbval)++;
4344 * @nbval: pointer to the number of accepted values IN/OUT
4350 * the parameter @values must point to an array of @nbval string pointers
4351 * on return nbval will contain the number of possible strings in that
4359 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
4361 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4368 * @nbval: pointer to the number of accepted values IN/OUT
4375 * the parameter @values must point to an array of @nbval string pointers
4376 * on return nbval will contain the number of possible strings in that
4385 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4394 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));