Lines Matching refs:BSIZE
1460 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1461 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1520 char buf[1][BSIZE]; in save_serial()
1530 if (j >= BSIZE) { in save_serial()
1536 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
1571 char buf[2][BSIZE]; in rotate_serial()
1578 if (j + 1 >= BSIZE) { in rotate_serial()
1642 char buf[BSIZE]; in load_index()
1733 char buf[3][BSIZE]; in save_index()
1738 if (j + 6 >= BSIZE) { in save_index()
1781 char buf[5][BSIZE]; in rotate_index()
1788 if (j + 6 >= BSIZE) { in rotate_index()