Searched refs:bufpt (Results 1 – 1 of 1) sorted by relevance
31021 char *bufpt; /* Pointer to the conversion buffer */ in sqlite3_str_vappendf() local31055 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 …]