Searched refs:MAX_ERR_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance
49 #define MAX_ERR_MSG_SIZE 64000 macro4817 if ((chars < size) || (size == MAX_ERR_MSG_SIZE)) in xmlTextReaderBuildMessage()4819 if (chars < MAX_ERR_MSG_SIZE) in xmlTextReaderBuildMessage()4822 size = MAX_ERR_MSG_SIZE; in xmlTextReaderBuildMessage()