OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memio_Recv
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
nss_memio.c
209
static int PR_CALLBACK
memio_Recv
(PRFileDesc *fd, void *buf, PRInt32 len,
239
return
memio_Recv
(fd, buf, len, 0, PR_INTERVAL_NO_TIMEOUT);
322
memio_Recv
,
/external/chromium_org/net/base/
nss_memio.c
213
static int PR_CALLBACK
memio_Recv
(PRFileDesc *fd, void *buf, PRInt32 len,
254
return
memio_Recv
(fd, buf, len, 0, PR_INTERVAL_NO_TIMEOUT);
342
memio_Recv
,
Completed in 30 milliseconds