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

/external/sqlite/dist/orig/
H A Dsqlite3.c19534 char *bufpt; /* Pointer to the conversion buffer */ local
19565 bufpt = 0;
19569 bufpt = (char *)fmt;
19572 sqlite3StrAccumAppend(pAccum, bufpt, amt);
19730 bufpt = &zOut[nOut-1];
19737 *(--bufpt) = zOrd[x*2+1];
19738 *(--bufpt) = zOrd[x*2];
19746 *(--bufpt) = cset[longvalue%base];
19750 length = (int)(&zOut[nOut-1]-bufpt);
19752 *(--bufpt)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19534 char *bufpt; /* Pointer to the conversion buffer */ local
19565 bufpt = 0;
19569 bufpt = (char *)fmt;
19572 sqlite3StrAccumAppend(pAccum, bufpt, amt);
19730 bufpt = &zOut[nOut-1];
19737 *(--bufpt) = zOrd[x*2+1];
19738 *(--bufpt) = zOrd[x*2];
19746 *(--bufpt) = cset[longvalue%base];
19750 length = (int)(&zOut[nOut-1]-bufpt);
19752 *(--bufpt)
[all...]

Completed in 323 milliseconds