Searched refs:xmlXPathCompExprAdd (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | xpath.c | 1079 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), \
|
D | NEWS | 1000 xmlXPathEvalExpr problem (Kasimier), xmlXPathCompExprAdd bug (Kasimier),
|
D | ChangeLog | 1855 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
|