Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c68 char const *zFts3; /* Name of fts3 table */ in fts3termConnectMethod() local
92 zFts3 = argv[3]; in fts3termConnectMethod()
93 nFts3 = (int)strlen(zFts3); in fts3termConnectMethod()
111 memcpy((char *)p->pFts3Tab->zName, zFts3, nFts3); in fts3termConnectMethod()
H A Dfts3_aux.c66 char const *zFts3; /* Name of fts3 table */ in fts3auxConnectMethod() local
88 zFts3 = argv[4]; in fts3auxConnectMethod()
93 zFts3 = argv[3]; in fts3auxConnectMethod()
95 nFts3 = (int)strlen(zFts3); in fts3auxConnectMethod()
112 memcpy((char *)p->pFts3Tab->zName, zFts3, nFts3); in fts3auxConnectMethod()