Home
last modified time | relevance | path

Searched defs:zTo (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c253 static void copy_file(const char *zFrom, const char *zTo, int isDatabase){ in copy_file()
291 void testCopyLsmdb(const char *zFrom, const char *zTo){ in testCopyLsmdb()
/sqlite-3.40.0/ext/misc/
H A Dfuzzer.c200 char zTo[4]; /* Transform to (extra space appended) */ member
302 const char *zTo = (const char *)sqlite3_column_text(pStmt, 2); in fuzzerLoadOneRule() local
H A Damatch.c487 char zTo[4]; /* Tranform to V.W value (extra space appended) */ member
575 const char *zTo = (const char *)sqlite3_column_text(pStmt, 2); in amatchLoadOneRule() local
H A Dfileio.c374 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() local
H A Dspellfix.c759 const char *zTo = (const char*)sqlite3_column_text(pStmt, 2); in editDist3ConfigLoad() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c272 const char *zTo, /* ... change the ending to this (not reversed) */ in stem()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c273 const char *zTo, /* ... change the ending to this (not reversed) */ in stem()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c271 const char *zTo, /* ... change the ending to this (not reversed) */ in stem()
/sqlite-3.40.0/test/
H A Dthreadtest3.c885 const char *zTo in filecopy_x()
/sqlite-3.40.0/src/
H A DsqliteInt.h2425 char *zTo; /* Name of table that the key points to (aka: Parent) */ member