Searched refs:bufpt (Results 1 – 2 of 2) sorted by relevance
119 bufpt = buf; in wr_start()158 bufpt = bufend; in rd_start()257 bufpt = buf; in appnd_start()273 bufpt = buf; in appnd_start()337 bufpt = buf; in rd_sync()377 bufpt -= cnt; in pback()406 bufpt += res; in rd_skip()445 bufpt += cnt; in rd_skip()463 memset(bufpt, 0, bufend - bufpt); in wr_fin()498 bufpt += cnt; in wr_rdbuf()[all …]
31354 bufpt = 0; in sqlite3_str_vappendf()31369 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()31600 bufpt[idx] = bufpt[idx+nn]; in sqlite3_str_vappendf()31698 bufpt = buf; in sqlite3_str_vappendf()31708 zOut = bufpt; in sqlite3_str_vappendf()31739 while( bufpt[-1]=='0' ) *(--bufpt) = 0; in sqlite3_str_vappendf()31765 *bufpt = 0; in sqlite3_str_vappendf()31771 bufpt = zOut; in sqlite3_str_vappendf()31779 bufpt[i] = bufpt[i-nPad]; in sqlite3_str_vappendf()31795 bufpt = buf; in sqlite3_str_vappendf()[all …]