Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbval

4197  * @nbval: pointer to the number of accepted values IN/OUT
4209 int *nbval, int *nbneg,
4214 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4215 (values == NULL) || (*nbval <= 0))
4218 maxval = *nbval;
4219 *nbval = 0;
4246 (*nbval)++;
4308 (*nbval)++;
4318 (*nbval)++;
4356 * @nbval: pointer to the number of accepted values IN/OUT
4362 * the parameter @values must point to an array of @nbval string pointers
4363 * on return nbval will contain the number of possible strings in that
4371 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
4373 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4380 * @nbval: pointer to the number of accepted values IN/OUT
4387 * the parameter @values must point to an array of @nbval string pointers
4388 * on return nbval will contain the number of possible strings in that
4397 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4406 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));