OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sock_gets
(Results
1 - 3
of
3
) sorted by null
/external/tlsdate/src/
proxy-polarssl.c
209
int
sock_gets
(proxy_polarssl_ctx *ctx, char *buf, size_t sz)
function
244
r =
sock_gets
(ctx, buf, sizeof(buf));
253
while (!(r =
sock_gets
(ctx, buf, sizeof(buf)))) {
proxy-bio-plan9.c
248
int
sock_gets
(BIO *b, char *buf, size_t sz)
function
290
r =
sock_gets
(b->next_bio, buf, sizeof(buf));
299
while (!(r =
sock_gets
(b->next_bio, buf, sizeof(buf)))) {
proxy-bio.c
232
int
sock_gets
(BIO *b, char *buf, size_t sz)
function
274
r =
sock_gets
(b->next_bio, buf, sizeof (buf));
282
while (! (r =
sock_gets
(b->next_bio, buf, sizeof (buf))))
Completed in 88 milliseconds