Lines Matching defs:code
250 int code = -1;
267 code = err->code;
272 if (code == XML_ERR_OK)
438 * @code: the code for the error
457 void *nod, int domain, int code, xmlErrorLevel level,
469 if (code == XML_ERR_OK)
547 to->code = code;
644 * @code: the error code
651 __xmlSimpleError(int domain, int code, xmlNodePtr node,
655 if (code == XML_ERR_NO_MEMORY) {
667 code, XML_ERR_ERROR, NULL, 0, extra,
861 if (xmlLastError.code == XML_ERR_OK)
877 if (err->code == XML_ERR_OK)
890 err->code = XML_ERR_OK;
902 if (xmlLastError.code == XML_ERR_OK)
922 if (ctxt->lastError.code == XML_ERR_OK)
942 if (ctxt->lastError.code == XML_ERR_OK)
980 to->code = from->code;