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