Searched refs:MAX_ERR_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance
47 #define MAX_ERR_MSG_SIZE 64000 macro4558 if ((chars < size) || (size == MAX_ERR_MSG_SIZE)) in xmlTextReaderBuildMessage()4560 if (chars < MAX_ERR_MSG_SIZE) in xmlTextReaderBuildMessage()4563 size = MAX_ERR_MSG_SIZE; in xmlTextReaderBuildMessage()