Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbneg

33529     int * nbneg; /* return number of negative transitions */
33546 nbneg = gen_int_ptr(n_nbneg, 3);
33550 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33556 des_int_ptr(n_nbneg, nbneg, 3);
33596 int * nbneg; /* return number of negative transitions */
33611 nbneg = gen_int_ptr(n_nbneg, 2);
33615 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33620 des_int_ptr(n_nbneg, nbneg, 2);