Lines Matching refs:BSIZE
1446 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1447 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1496 char buf[1][BSIZE]; in save_serial()
1506 if (j >= BSIZE) { in save_serial()
1512 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
1547 char buf[2][BSIZE]; in rotate_serial()
1554 if (j + 1 >= BSIZE) { in rotate_serial()
1618 char buf[BSIZE]; in load_index()
1706 char buf[3][BSIZE]; in save_index()
1711 if (j + 6 >= BSIZE) { in save_index()
1754 char buf[5][BSIZE]; in rotate_index()
1761 if (j + 6 >= BSIZE) { in rotate_index()