Lines Matching refs:xmlExpHashGetEntry

6505  * xmlExpHashGetEntry:
6515 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type,
6597 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6600 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6612 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
6615 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6625 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
6628 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6813 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0));
6838 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
6863 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0));
6889 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7074 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
7097 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right,
7127 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL,
7138 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp,
7223 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7324 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
7398 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7429 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7435 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7461 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
7593 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7598 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7624 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7628 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7700 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
7866 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0);
7892 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7897 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7902 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7907 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7928 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
7948 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0);