Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1256 rc = sqlite3_bind_value(s, 2+i, pValues[i]); in content_insert()
1273 rc = sqlite3_bind_value(s, 1+i, pValues[i]); in content_update()
1299 const char ***pValues){ in content_select() argument
1305 *pValues = NULL; in content_select()
1329 *pValues = values; in content_select()
3084 sqlite3_value **pValues){ in insertTerms() argument
3097 const char **pValues; in deleteTerms() local
3100 int rc = content_select(v, iRowid, &pValues); in deleteTerms()
3108 freeStringArray(v->nColumn, pValues); in deleteTerms()
3115 sqlite3_value **pValues, in index_insert() argument
[all …]
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2019 rc = sqlite3_bind_value(s, 2+i, pValues[i]); in content_insert()
2036 rc = sqlite3_bind_value(s, 1+i, pValues[i]); in content_update()
2068 *pValues = NULL; in content_select()
2092 *pValues = values; in content_select()
3950 sqlite3_value **pValues){ in insertTerms() argument
3964 const char **pValues; in deleteTerms() local
3970 rc = content_select(v, iRowid, &pValues); in deleteTerms()
3974 rc = buildTerms(v, iRowid, pValues[i], -1); in deleteTerms()
3978 freeStringArray(v->nColumn, pValues); in deleteTerms()
3999 return insertTerms(v, *piRowid, pValues); in index_insert()
[all …]