Lines Matching defs:exp
32614 xmlExpNodePtr exp; /* the expression */
32627 exp = gen_xmlExpNodePtr(n_exp, 1);
32631 ret_val = xmlExpGetLanguage(ctxt, exp, (const xmlChar **)langList, len);
32635 des_xmlExpNodePtr(n_exp, exp, 1);
32669 xmlExpNodePtr exp; /* the expression */
32682 exp = gen_xmlExpNodePtr(n_exp, 1);
32686 ret_val = xmlExpGetStart(ctxt, exp, (const xmlChar **)tokList, len);
32690 des_xmlExpNodePtr(n_exp, exp, 1);
32722 xmlExpNodePtr exp; /* the expression */
32727 exp = gen_xmlExpNodePtr(n_exp, 0);
32729 ret_val = xmlExpIsNillable(exp);
32732 des_xmlExpNodePtr(n_exp, exp, 0);
32849 xmlExpNodePtr exp; /* the expression */
32854 exp = gen_xmlExpNodePtr(n_exp, 0);
32856 xmlExpRef(exp);
32858 des_xmlExpNodePtr(n_exp, exp, 0);
32894 xmlExpNodePtr exp; /* the englobing expression */
32904 exp = gen_xmlExpNodePtr(n_exp, 1);
32907 ret_val = xmlExpSubsume(ctxt, exp, sub);
32911 des_xmlExpNodePtr(n_exp, exp, 1);