Lines Matching defs:ctxt
70 #define xmlXPathSetError(ctxt, err) \ argument
80 #define xmlXPathSetArityError(ctxt) \ argument
89 #define xmlXPathSetTypeError(ctxt) \ argument
100 #define xmlXPathGetError(ctxt) ((ctxt)->error) argument
110 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK) argument
120 #define xmlXPathGetDocument(ctxt) ((ctxt)->context->doc) argument
130 #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) argument
150 #define xmlXPathReturnBoolean(ctxt, val) \ argument
159 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1) argument
167 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0) argument
176 #define xmlXPathReturnNumber(ctxt, val) \ argument
186 #define xmlXPathReturnString(ctxt, str) \ argument
195 #define xmlXPathReturnEmptyString(ctxt) \ argument
205 #define xmlXPathReturnNodeSet(ctxt, ns) \ argument
214 #define xmlXPathReturnEmptyNodeSet(ctxt) \ argument
224 #define xmlXPathReturnExternal(ctxt, val) \ argument
236 #define xmlXPathStackIsNodeSet(ctxt) \ argument
251 #define xmlXPathStackIsExternal(ctxt) \ argument