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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19075 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
19128 char buf[etBUFSIZE]; /* Conversion buffer */
19186 if( width > etBUFSIZE-10 ){
19187 width = etBUFSIZE-10;
19237 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
19238 precision = etBUFSIZE-40;
19305 bufpt = &buf[etBUFSIZE-1];
19312 buf[etBUFSIZE-3] = zOrd[x*2];
19313 buf[etBUFSIZE-2] = zOrd[x*2+1];
19326 length = (int)(&buf[etBUFSIZE
[all...]

Completed in 476 milliseconds