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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c6532 * xmlExpHashGetEntry:
6542 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, function
6624 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6627 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6639 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
6642 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6652 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
6655 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6840 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0));
6865 return(xmlExpHashGetEntry(ctx
[all...]
/external/libxml2/
H A Dxmlregexp.c6546 * xmlExpHashGetEntry:
6556 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, function
6638 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6641 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6653 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
6656 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6666 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
6669 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6854 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0));
6879 return(xmlExpHashGetEntry(ctx
[all...]

Completed in 407 milliseconds