Lines Matching defs:readn
212 * readn
216 readn(PRFileDesc *sockfd, char *buf, int len)
304 if (readn(sockfd, in_buf->data, bytes) < bytes) {
305 fprintf(stderr,"prsocket_test: ERROR - Serve_Client:readn\n");
715 if (readn(sockfd, in_buf->data, bytes) < bytes) {
716 fprintf(stderr,"prsocket_test: ERROR - TCP_Client:readn\n");
1178 if (readn(sockfd, small_buf, SMALL_FILE_SIZE + SMALL_FILE_HEADER_SIZE)
1203 if (readn(sockfd, large_buf, LARGE_FILE_SIZE) != LARGE_FILE_SIZE) {
1226 if (readn(sockfd, small_buf, rlen) != rlen) {
1260 if (readn(sockfd, large_buf, rlen) != rlen) {
1293 if (readn(sockfd, small_buf, rlen) != rlen) {
1318 if (readn(sockfd, small_buf, rlen) != rlen) {
1344 if (readn(sockfd, large_buf, rlen) != rlen) {
1370 if (readn(sockfd, small_buf, rlen) != rlen) {
1408 if (readn(sockfd, large_buf, rlen) != rlen) {
1436 if (readn(sockfd, large_buf, rlen) != rlen) {