Searched defs:RECV_FLAGS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c99 #define RECV_FLAGS 0 macro
342 bytes = PR_Recv(fd, buffer, netbytes, RECV_FLAGS, timeout);
423 fd, descriptor, sizeof(*descriptor), RECV_FLAGS, timeout);
477 bytes = PR_Recv(fd, buffer, netbytes, RECV_FLAGS, timeout);
H A Dprovider.c99 #define RECV_FLAGS 0 macro
343 bytes = PR_Recv(fd, buffer, netbytes, RECV_FLAGS, timeout);
424 fd, descriptor, sizeof(*descriptor), RECV_FLAGS, timeout);
478 bytes = PR_Recv(fd, buffer, netbytes, RECV_FLAGS, timeout);

Completed in 50 milliseconds