Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c31021 char *bufpt; /* Pointer to the conversion buffer */ in sqlite3_str_vappendf() local
31055 bufpt = 0; in sqlite3_str_vappendf()
31064 bufpt = (char *)fmt; in sqlite3_str_vappendf()
31070 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
31273 bufpt = &zOut[nOut-1]; in sqlite3_str_vappendf()
31280 *(--bufpt) = zOrd[x*2+1]; in sqlite3_str_vappendf()
31281 *(--bufpt) = zOrd[x*2]; in sqlite3_str_vappendf()
31287 *(--bufpt) = cset[longvalue%base]; in sqlite3_str_vappendf()
31291 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf()
31293 *(--bufpt) = '0'; /* Zero pad */ in sqlite3_str_vappendf()
[all …]