Searched refs:WARNINGMSG (Results 1 – 3 of 3) sorted by relevance
48 …WARNINGMSG((len <= PAYLOAD_SIZE), "You attempt to read too large size of data (bigger than payload… in GetData()
57 #define WARNINGMSG(exp, ...) (void) ((exp) || \ macro
85 WARNINGMSG(n > 0, "Argument is not positive number. Do nothing.\n"); in Pop()