Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tokList

7029  * @tokList: where to store the tokens
7041 const xmlChar**tokList, int len) {
7042 if ((ctxt == NULL) || (exp == NULL) || (tokList == NULL) || (len <= 0))
7044 return(xmlExpGetStartInt(ctxt, exp, tokList, len, 0));