Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c256 bufpt = 0; in sqlite3_str_vappendf()
271 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
502 bufpt[idx] = bufpt[idx+nn]; in sqlite3_str_vappendf()
580 bufpt = buf; in sqlite3_str_vappendf()
613 zOut = bufpt; in sqlite3_str_vappendf()
644 while( bufpt[-1]=='0' ) *(--bufpt) = 0; in sqlite3_str_vappendf()
669 *bufpt = 0; in sqlite3_str_vappendf()
675 bufpt = zOut; in sqlite3_str_vappendf()
683 bufpt[i] = bufpt[i-nPad]; in sqlite3_str_vappendf()
699 bufpt = buf; in sqlite3_str_vappendf()
[all …]