Lines Matching defs:nbval
33689 int * nbval; /* pointer to the number of accepted values IN/OUT */
33707 nbval = gen_int_ptr(n_nbval, 2);
33712 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33717 des_int_ptr(n_nbval, nbval, 2);
33756 int * nbval; /* pointer to the number of accepted values IN/OUT */
33772 nbval = gen_int_ptr(n_nbval, 1);
33777 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33781 des_int_ptr(n_nbval, nbval, 1);