Lines Matching refs:BSIZE
1526 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1527 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1586 char buf[1][BSIZE]; in save_serial()
1596 if (j >= BSIZE) { in save_serial()
1602 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
1637 char buf[2][BSIZE]; in rotate_serial()
1644 if (j + 1 >= BSIZE) { in rotate_serial()
1708 char buf[BSIZE]; in load_index()
1795 char buf[3][BSIZE]; in save_index()
1800 if (j + 6 >= BSIZE) { in save_index()
1843 char buf[5][BSIZE]; in rotate_index()
1850 if (j + 6 >= BSIZE) { in rotate_index()