Lines Matching defs:size
254 static int ebcdic_gets(BIO *bp, char *buf, int size);
342 num = num + num; /* double the size */
379 static int ebcdic_gets(BIO *bp, char *buf, int size)
386 /* return(BIO_gets(bp->next_bio,buf,size));*/
387 for (i = 0; i < size - 1; ++i) {
396 if (i < size)
888 "Default read buffer size to be used for connections"},
1905 BIO_printf(bio_err, "%s: Max send fragment size %u is out of permitted range\n",
1912 BIO_printf(bio_err, "%s: Split send fragment size %u is out of permitted range\n",
3072 /* lets make the output buffer a reasonable size */
3508 /* lets make the output buffer a reasonable size */