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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c199 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
252 char buf[etBUFSIZE]; /* Conversion buffer */
310 if( width > etBUFSIZE-10 ){
311 width = etBUFSIZE-10;
361 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
362 precision = etBUFSIZE-40;
429 bufpt = &buf[etBUFSIZE-1];
436 buf[etBUFSIZE-3] = zOrd[x*2];
437 buf[etBUFSIZE-2] = zOrd[x*2+1];
450 length = (int)(&buf[etBUFSIZE
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18682 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
18735 char buf[etBUFSIZE]; /* Conversion buffer */
18793 if( width > etBUFSIZE-10 ){
18794 width = etBUFSIZE-10;
18844 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18845 precision = etBUFSIZE-40;
18912 bufpt = &buf[etBUFSIZE-1];
18919 buf[etBUFSIZE-3] = zOrd[x*2];
18920 buf[etBUFSIZE-2] = zOrd[x*2+1];
18933 length = (int)(&buf[etBUFSIZE
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20698 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
20742 char buf[etBUFSIZE]; /* Conversion buffer */
20916 if( precision<etBUFSIZE-10 ){
20917 nOut = etBUFSIZE;
21034 if( MAX(e2,0)+precision+width > etBUFSIZE - 15 ){
21186 if( n>etBUFSIZE ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20698 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
20742 char buf[etBUFSIZE]; /* Conversion buffer */
20916 if( precision<etBUFSIZE-10 ){
20917 nOut = etBUFSIZE;
21034 if( MAX(e2,0)+precision+width > etBUFSIZE - 15 ){
21186 if( n>etBUFSIZE ){
[all...]

Completed in 611 milliseconds