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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24826 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
24869 char buf[etBUFSIZE]; /* Conversion buffer */
25067 if( precision<etBUFSIZE-10 ){
25068 nOut = etBUFSIZE;
25181 if( MAX(e2,0)+(i64)precision+(i64)width > etBUFSIZE - 15 ){
25338 if( n>etBUFSIZE ){
[all...]

Completed in 644 milliseconds