Lines Matching refs:lastError
644 ctxt->lastError.message = (char *) xmlStrdup(buf); in xmlXPathErrMemory()
646 ctxt->lastError.message = (char *) in xmlXPathErrMemory()
649 ctxt->lastError.domain = XML_FROM_XPATH; in xmlXPathErrMemory()
650 ctxt->lastError.code = XML_ERR_NO_MEMORY; in xmlXPathErrMemory()
652 ctxt->error(ctxt->userData, &ctxt->lastError); in xmlXPathErrMemory()
721 xmlResetError(&ctxt->context->lastError); in xmlXPathErr()
723 ctxt->context->lastError.domain = XML_FROM_XPATH; in xmlXPathErr()
724 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK - in xmlXPathErr()
726 ctxt->context->lastError.level = XML_ERR_ERROR; in xmlXPathErr()
727 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base); in xmlXPathErr()
728 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base; in xmlXPathErr()
729 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr()
732 &ctxt->context->lastError); in xmlXPathErr()
2427 ctxt->lastError.domain = XML_FROM_XPATH; in xmlXPathCacheNewNodeSet()
2428 ctxt->lastError.code = XML_ERR_NO_MEMORY; in xmlXPathCacheNewNodeSet()
6168 xmlResetError(&ctxt->lastError); in xmlXPathFreeContext()
14395 ctxt->lastError.domain = XML_FROM_XPATH; in xmlXPathRunStreamEval()
14396 ctxt->lastError.code = XML_ERR_NO_MEMORY; in xmlXPathRunStreamEval()