Lines Matching full:if
5 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
53 #if 0 in test_compress()
57 if (0 == inpBytes) break; in test_compress()
61 if (!fgets(inpPtr, (int) messageMaxBytes, inpFp)) in test_compress()
69 if (cmpBytes <= 0) break; in test_compress()
75 if ((size_t)inpOffset >= ringBufferBytes - messageMaxBytes) inpOffset = 0; in test_compress()
101 if (read_uint16(inpFp, &cmpBytes) != 1) break; in test_decompress()
102 if (cmpBytes == 0) break; in test_decompress()
103 if (read_bin(inpFp, cmpBuf, cmpBytes) != cmpBytes) break; in test_decompress()
109 if (decBytes <= 0) break; in test_decompress()
114 if ((size_t)decOffset >= ringBufferBytes - messageMaxBytes) decOffset = 0; in test_decompress()
138 if (0 == r0 || 0 == r1) break; in compare()
139 if (0 == result) result = memcmp(b0, b1, r0); in compare()
159 if (argc < 2) in main()
201 if (0 == cmp) in main()