Searched refs:read_ahead (Results 1 – 10 of 10) sorted by relevance
71 extern void read_ahead(FILE *, int);
135 read_ahead(file, convert); /* fill it */ in readit()145 read_ahead(FILE *file, int convert) in read_ahead() function
170 read_ahead(file, convert); in tftp_sendfile()
192 s->read_ahead=s->ctx->read_ahead; in SSL_clear()284 s->read_ahead=ctx->read_ahead; in SSL_new()709 s->read_ahead=yes; in SSL_set_read_ahead()714 return(s->read_ahead); in SSL_get_read_ahead()949 return(s->read_ahead); in SSL_ctrl()951 l=s->read_ahead; in SSL_ctrl()952 s->read_ahead=larg; in SSL_ctrl()1006 return(ctx->read_ahead); in SSL_CTX_ctrl()1008 l=ctx->read_ahead; in SSL_CTX_ctrl()1009 ctx->read_ahead=larg; in SSL_CTX_ctrl()[all …]
338 if (!s->read_ahead) max=n; in read_n()
728 int read_ahead; member882 int read_ahead; /* Read as many input bytes as possible member
162 if (!s->read_ahead) in ssl3_read_n()
32 I<read_ahead> flag is set, additional protocol bytes may have been
1114 read_ahead(file, pf->f_convert); in tftpd_sendfile()
4030 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new