Searched refs:etBUFSIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19458 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
19499 char buf[etBUFSIZE]; /* Conversion buffer */
19655 if( precision<etBUFSIZE-10 ){
19656 nOut = etBUFSIZE;
19774 if( e2+precision+width > etBUFSIZE - 15 ){
19909 if( n>etBUFSIZE ){
[all...]

Completed in 494 milliseconds