Searched refs:read_ahead (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/usr.bin/tftp/ |
| D | tftpsubs.c | 118 read_ahead(file, convert, segment_size); /* fill it */ in readit() 130 read_ahead(FILE *file, int convert, int segment_size) in read_ahead() function
|
| D | tftpsubs.h | 40 void read_ahead(FILE *, int, int);
|
| D | tftp.c | 180 read_ahead(file, convert, segment_size); in sendfile()
|
| /openbsd/src/lib/libssl/ |
| D | ssl_lib.c | 270 s->read_ahead = ctx->read_ahead; in SSL_new() 893 s->read_ahead = yes; in SSL_set_read_ahead() 900 return (s->read_ahead); in SSL_get_read_ahead() 1350 return (s->read_ahead); in SSL_ctrl() 1352 l = s->read_ahead; in SSL_ctrl() 1353 s->read_ahead = larg; in SSL_ctrl() 1427 return (ctx->read_ahead); in SSL_CTX_ctrl() 1429 l = ctx->read_ahead; in SSL_CTX_ctrl() 1430 ctx->read_ahead = larg; in SSL_CTX_ctrl() 2118 ret->read_ahead = 0; in SSL_CTX_new()
|
| D | ssl_local.h | 809 int read_ahead; member 1010 int read_ahead; /* Read as many input bytes as possible member
|
| D | ssl_pkt.c | 236 if (s->read_ahead || SSL_is_dtls(s)) { in ssl3_read_n()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.4 | 4376 macro invocation, use extra_char since read_ahead is 8021 (cpp_push_buffer): Initialize new pfile and read_ahead members 8025 (struct cpp_buffer): read_ahead, pfile and col_adjust are
|
| D | ChangeLog.6 | 7975 * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. 7981 * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
|