Searched refs:MAX_ERR_MSG_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c47 #define MAX_ERR_MSG_SIZE 64000 macro
4540 if ((chars < size) || (size == MAX_ERR_MSG_SIZE))
4542 if (chars < MAX_ERR_MSG_SIZE)
4545 size = MAX_ERR_MSG_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c47 #define MAX_ERR_MSG_SIZE 64000 macro
4540 if ((chars < size) || (size == MAX_ERR_MSG_SIZE))
4542 if (chars < MAX_ERR_MSG_SIZE)
4545 size = MAX_ERR_MSG_SIZE;

Completed in 66 milliseconds