Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1123 static void appendList(StringBuffer *sb, int nString, char **azString){ in appendList() function
1140 appendList(&sb, v->nColumn, v->azContentColumn); in contentInsertStatement()
2068 appendList(&schema, spec.nColumn, spec.azContentColumn); in fulltextCreate()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c551 static void appendList(StringBuffer *sb, int nString, char **azString){ in appendList() function
1913 appendList(&sb, v->nColumn, v->azContentColumn); in contentInsertStatement()
2918 appendList(&schema, spec.nColumn, spec.azContentColumn); in fulltextCreate()