Searched refs:appendList (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 1123 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 D | fts2.c | 551 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()
|