Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tokList

33244     xmlChar ** tokList; /* where to store the tokens */
33256 tokList = gen_const_xmlChar_ptr_ptr(n_tokList, 2);
33259 ret_val = xmlExpGetStart(ctxt, exp, (const xmlChar **)tokList, len);
33264 des_const_xmlChar_ptr_ptr(n_tokList, (const xmlChar **)tokList, 2);