Searched refs:BUF2_LEN (Results 1 – 2 of 2) sorted by relevance
15 #define BUF2_LEN 4096 macro40 buf2[BUF2_LEN - 1] = 0; in do_test()49 buf2[BUF2_LEN] = 0; in do_test()89 {&buf2, .size = BUF2_LEN},
1718 const int BUF2_LEN = 64; in testAutoQuoteApostrophe() local1720 char buf2[BUF2_LEN]; in testAutoQuoteApostrophe()1721 int32_t len = result.extract(0, result.length(), buf2, BUF2_LEN); in testAutoQuoteApostrophe()1722 if (len >= BUF2_LEN) { in testAutoQuoteApostrophe()1723 buf2[BUF2_LEN-1] = 0; in testAutoQuoteApostrophe()