Searched refs:etBUFSIZE (Results 1 – 1 of 1) sorted by relevance
31816 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro31861 char buf[etBUFSIZE]; /* Conversion buffer */ in sqlite3_str_vappendf()32075 if( precision<etBUFSIZE-10-etBUFSIZE/3 ){ in sqlite3_str_vappendf()32076 nOut = etBUFSIZE; in sqlite3_str_vappendf()32217 if( szBufNeeded > etBUFSIZE ){ in sqlite3_str_vappendf()32470 if( n>etBUFSIZE ){ in sqlite3_str_vappendf()