Searched refs:xmlExpHashGetEntry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6505 * xmlExpHashGetEntry:
6515 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, function
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(ctx
[all...]

Completed in 58 milliseconds