Searched refs:CONFBUFSIZE (Results 1 – 1 of 1) sorted by relevance
524 static const size_t CONFBUFSIZE = 512; in def_load_bio() local556 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()562 BIO_gets(in, p, CONFBUFSIZE - 1); in def_load_bio()563 p[CONFBUFSIZE - 1] = '\0'; in def_load_bio()