Searched refs:bufpt (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.c229 char *bufpt; /* Pointer to the conversion buffer */ local
261 bufpt = 0;
265 bufpt = (char *)fmt;
268 sqlite3StrAccumAppend(pAccum, bufpt, amt);
415 bufpt = &buf[etBUFSIZE-1];
424 bufpt -= 2;
432 *(--bufpt) = cset[longvalue%base];
436 length = &buf[etBUFSIZE-1]-bufpt;
438 *(--bufpt) = '0'; /* Zero pad */
440 if( prefix ) *(--bufpt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c229 char *bufpt; /* Pointer to the conversion buffer */ local
261 bufpt = 0;
265 bufpt = (char *)fmt;
268 sqlite3StrAccumAppend(pAccum, bufpt, amt);
415 bufpt = &buf[etBUFSIZE-1];
424 bufpt -= 2;
432 *(--bufpt) = cset[longvalue%base];
436 length = &buf[etBUFSIZE-1]-bufpt;
438 *(--bufpt) = '0'; /* Zero pad */
440 if( prefix ) *(--bufpt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c229 char *bufpt; /* Pointer to the conversion buffer */ local
261 bufpt = 0;
265 bufpt = (char *)fmt;
268 sqlite3StrAccumAppend(pAccum, bufpt, amt);
415 bufpt = &buf[etBUFSIZE-1];
424 bufpt -= 2;
432 *(--bufpt) = cset[longvalue%base];
436 length = &buf[etBUFSIZE-1]-bufpt;
438 *(--bufpt) = '0'; /* Zero pad */
440 if( prefix ) *(--bufpt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c18069 char *bufpt; /* Pointer to the conversion buffer */ local
18100 bufpt = 0;
18104 bufpt = (char *)fmt;
18107 sqlite3StrAccumAppend(pAccum, bufpt, amt);
18259 bufpt = &buf[etBUFSIZE-1];
18268 bufpt -= 2;
18276 *(--bufpt) = cset[longvalue%base];
18280 length = (int)(&buf[etBUFSIZE-1]-bufpt);
18282 *(--bufpt) = '0'; /* Zero pad */
18284 if( prefix ) *(--bufpt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c18069 char *bufpt; /* Pointer to the conversion buffer */ local
18100 bufpt = 0;
18104 bufpt = (char *)fmt;
18107 sqlite3StrAccumAppend(pAccum, bufpt, amt);
18259 bufpt = &buf[etBUFSIZE-1];
18268 bufpt -= 2;
18276 *(--bufpt) = cset[longvalue%base];
18280 length = (int)(&buf[etBUFSIZE-1]-bufpt);
18282 *(--bufpt) = '0'; /* Zero pad */
18284 if( prefix ) *(--bufpt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c18069 char *bufpt; /* Pointer to the conversion buffer */ local
18100 bufpt = 0;
18104 bufpt = (char *)fmt;
18107 sqlite3StrAccumAppend(pAccum, bufpt, amt);
18259 bufpt = &buf[etBUFSIZE-1];
18268 bufpt -= 2;
18276 *(--bufpt) = cset[longvalue%base];
18280 length = (int)(&buf[etBUFSIZE-1]-bufpt);
18282 *(--bufpt) = '0'; /* Zero pad */
18284 if( prefix ) *(--bufpt)
[all...]

Completed in 1081 milliseconds