Lines Matching refs:sqlite3_str_appendf
296 sqlite3_str_appendf(pStr, "NULL"); in qpvtabStrAppendValue()
299 sqlite3_str_appendf(pStr, "%lld", sqlite3_value_int64(pVal)); in qpvtabStrAppendValue()
302 sqlite3_str_appendf(pStr, "%!f", sqlite3_value_double(pVal)); in qpvtabStrAppendValue()
324 sqlite3_str_appendf(pStr, "%02x", a[i]); in qpvtabStrAppendValue()
345 sqlite3_str_appendf(pStr, "nConstraint,%d,,,,\n", pIdxInfo->nConstraint); in qpvtabBestIndex()
364 sqlite3_str_appendf(pStr,"aConstraint,%d,%s,%d,%d,", in qpvtabBestIndex()
392 sqlite3_str_appendf(pStr, "nOrderBy,%d,,,,\n", pIdxInfo->nOrderBy); in qpvtabBestIndex()
395 sqlite3_str_appendf(pStr, "aOrderBy,%d,%s,%d,,\n",i, in qpvtabBestIndex()
400 sqlite3_str_appendf(pStr, "sqlite3_vtab_distinct,%d,,,,\n", in qpvtabBestIndex()
402 sqlite3_str_appendf(pStr, "idxFlags,%d,,,,\n", pIdxInfo->idxFlags); in qpvtabBestIndex()
403 sqlite3_str_appendf(pStr, "colUsed,%d,,,,\n", (int)pIdxInfo->colUsed); in qpvtabBestIndex()
406 sqlite3_str_appendf(pStr, "idxNum,%d,,,,\n", pIdxInfo->idxNum); in qpvtabBestIndex()
407 sqlite3_str_appendf(pStr, "orderByConsumed,%d,,,,\n", in qpvtabBestIndex()