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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c193 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
246 char buf[etBUFSIZE]; /* Conversion buffer */
306 if( width > etBUFSIZE-10 ){
307 width = etBUFSIZE-10;
359 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
360 precision = etBUFSIZE-40;
415 bufpt = &buf[etBUFSIZE-1];
422 buf[etBUFSIZE-3] = zOrd[x*2];
423 buf[etBUFSIZE-2] = zOrd[x*2+1];
436 length = &buf[etBUFSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c193 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
246 char buf[etBUFSIZE]; /* Conversion buffer */
306 if( width > etBUFSIZE-10 ){
307 width = etBUFSIZE-10;
359 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
360 precision = etBUFSIZE-40;
415 bufpt = &buf[etBUFSIZE-1];
422 buf[etBUFSIZE-3] = zOrd[x*2];
423 buf[etBUFSIZE-2] = zOrd[x*2+1];
436 length = &buf[etBUFSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c193 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
246 char buf[etBUFSIZE]; /* Conversion buffer */
306 if( width > etBUFSIZE-10 ){
307 width = etBUFSIZE-10;
359 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
360 precision = etBUFSIZE-40;
415 bufpt = &buf[etBUFSIZE-1];
422 buf[etBUFSIZE-3] = zOrd[x*2];
423 buf[etBUFSIZE-2] = zOrd[x*2+1];
436 length = &buf[etBUFSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c18033 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
18086 char buf[etBUFSIZE]; /* Conversion buffer */
18144 if( width > etBUFSIZE-10 ){
18145 width = etBUFSIZE-10;
18195 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18196 precision = etBUFSIZE-40;
18259 bufpt = &buf[etBUFSIZE-1];
18266 buf[etBUFSIZE-3] = zOrd[x*2];
18267 buf[etBUFSIZE-2] = zOrd[x*2+1];
18280 length = (int)(&buf[etBUFSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c18033 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
18086 char buf[etBUFSIZE]; /* Conversion buffer */
18144 if( width > etBUFSIZE-10 ){
18145 width = etBUFSIZE-10;
18195 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18196 precision = etBUFSIZE-40;
18259 bufpt = &buf[etBUFSIZE-1];
18266 buf[etBUFSIZE-3] = zOrd[x*2];
18267 buf[etBUFSIZE-2] = zOrd[x*2+1];
18280 length = (int)(&buf[etBUFSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c18033 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */ macro
18086 char buf[etBUFSIZE]; /* Conversion buffer */
18144 if( width > etBUFSIZE-10 ){
18145 width = etBUFSIZE-10;
18195 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18196 precision = etBUFSIZE-40;
18259 bufpt = &buf[etBUFSIZE-1];
18266 buf[etBUFSIZE-3] = zOrd[x*2];
18267 buf[etBUFSIZE-2] = zOrd[x*2+1];
18280 length = (int)(&buf[etBUFSIZE
[all...]

Completed in 886 milliseconds