Lines Matching defs:ctxt
41 #define xmlXPathSetError(ctxt, err) \ argument
51 #define xmlXPathSetArityError(ctxt) \ argument
60 #define xmlXPathSetTypeError(ctxt) \ argument
71 #define xmlXPathGetError(ctxt) ((ctxt)->error) argument
81 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK) argument
91 #define xmlXPathGetDocument(ctxt) ((ctxt)->context->doc) argument
101 #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) argument
121 #define xmlXPathReturnBoolean(ctxt, val) \ argument
130 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1) argument
138 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0) argument
147 #define xmlXPathReturnNumber(ctxt, val) \ argument
157 #define xmlXPathReturnString(ctxt, str) \ argument
166 #define xmlXPathReturnEmptyString(ctxt) \ argument
176 #define xmlXPathReturnNodeSet(ctxt, ns) \ argument
185 #define xmlXPathReturnEmptyNodeSet(ctxt) \ argument
195 #define xmlXPathReturnExternal(ctxt, val) \ argument
207 #define xmlXPathStackIsNodeSet(ctxt) \ argument
222 #define xmlXPathStackIsExternal(ctxt) \ argument