Lines Matching refs:SET_BINARY_MODE
89 # define SET_BINARY_MODE(fd) /**/ macro
104 # undef SET_BINARY_MODE
105 # define SET_BINARY_MODE(fd) \ macro
116 # undef SET_BINARY_MODE
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
338 SET_BINARY_MODE(stream); in compressStream()
339 SET_BINARY_MODE(zStream); in compressStream()
446 SET_BINARY_MODE(stream); in uncompressStream()
447 SET_BINARY_MODE(zStream); in uncompressStream()
567 SET_BINARY_MODE(zStream); in testStream()