Home
last modified time | relevance | path

Searched defs:nString (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1123 static void appendList(StringBuffer *sb, int nString, char **azString){ in appendList()
1283 static void freeStringArray(int nString, const char **pString){ in freeStringArray()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c551 static void appendList(StringBuffer *sb, int nString, char **azString){ in appendList()
2046 static void freeStringArray(int nString, const char **pString){ in freeStringArray()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1187 int nString = 0; /* Bytes required to hold all column names */ in fts3InitVtab() local