Lines Matching defs:read
84 #define read( s, b, l ) tcpread( s, 0, (unsigned char *)b, l, NULL )
93 #define read( s, b, l ) recv( s, b, l, 0 )
100 #define read( s, b, l ) nread( s, b, l )
107 #define read( s, b, l ) recv( s, b, l, 0 )
115 #define read( s, b, l ) recv( s, b, l, 0 )
187 rc = read( sb->sb_sd, sb->sb_ber.ber_buf,
200 /* nothing received or error, just abandon the read */
593 * read the tag and the length and as much of the rest as we can
598 * First, we read the tag.
607 * Next, read the length. The first byte contains the length
634 * Finally, malloc a buffer for the contents and read it in.