Searched refs:etBUFSIZE (Results 1 – 1 of 1) sorted by relevance
201 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro249 char buf[etBUFSIZE]; /* Conversion buffer */ in sqlite3_str_vappendf()463 if( precision<etBUFSIZE-10-etBUFSIZE/3 ){ in sqlite3_str_vappendf()464 nOut = etBUFSIZE; in sqlite3_str_vappendf()608 if( szBufNeeded > etBUFSIZE ){ in sqlite3_str_vappendf()833 if( n>etBUFSIZE ){ in sqlite3_str_vappendf()