Home
last modified time | relevance | path

Searched refs:xmlXPathCompExprAdd (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dxpath.c1079 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, in xmlXPathCompExprAdd() function
1156 xmlXPathCompExprAdd(ctxt->comp, (op1), (op2), \
1159 xmlXPathCompExprAdd(ctxt->comp, ctxt->comp->last, -1, \
1163 xmlXPathCompExprAdd(ctxt->comp, -1, -1, (op), (val), (val2), 0 ,NULL ,NULL)
1166 xmlXPathCompExprAdd(ctxt->comp, (ch), -1, (op), (val), (val2), 0 ,NULL ,NULL)
1169 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
DNEWS1000 xmlXPathEvalExpr problem (Kasimier), xmlXPathCompExprAdd bug (Kasimier),
DChangeLog1855 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly