Searched refs:CONTENT_SIZE (Results 1 – 2 of 2) sorted by relevance
140 if (h.bytes > CONTENT_SIZE || h.bytes <= 0) { in readPacket()188 h.done = (size - bytesWrittenInTransfer <= CONTENT_SIZE); in writePacket()189 h.bytes = (h.done) ? size - bytesWrittenInTransfer : CONTENT_SIZE; in writePacket()
18 #define CONTENT_SIZE 1004 macro