Searched defs:readn (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | thrpool_client.c | 117 * readn 121 readn(PRFileDesc *sockfd, char *buf, int len) function 233 if (readn(sockfd, in_buf->data, bytes) < bytes) { 234 fprintf(stderr,"%s: ERROR - TCP_Client:readn\n", program_name);
|
H A D | socket.c | 212 * readn 216 readn(PRFileDesc *sockfd, char *buf, int len) function 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(sockf [all...] |
Completed in 469 milliseconds