Lines Matching defs:nbval
33527 int * nbval; /* pointer to the number of accepted values IN/OUT */
33545 nbval = gen_int_ptr(n_nbval, 2);
33550 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33555 des_int_ptr(n_nbval, nbval, 2);
33594 int * nbval; /* pointer to the number of accepted values IN/OUT */
33610 nbval = gen_int_ptr(n_nbval, 1);
33615 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33619 des_int_ptr(n_nbval, nbval, 1);