Searched refs:etBUFSIZE (Results 1 – 1 of 1) sorted by relevance
31302 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro31347 char buf[etBUFSIZE]; /* Conversion buffer */ in sqlite3_str_vappendf()31561 if( precision<etBUFSIZE-10-etBUFSIZE/3 ){ in sqlite3_str_vappendf()31562 nOut = etBUFSIZE; in sqlite3_str_vappendf()31703 if( szBufNeeded > etBUFSIZE ){ in sqlite3_str_vappendf()31942 if( n>etBUFSIZE ){ in sqlite3_str_vappendf()