Searched defs:zFrom (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest6.c | 253 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 D | fuzzer.c | 196 char *zFrom; /* Transform from */ member 301 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in fuzzerLoadOneRule() local
|
| H A D | amatch.c | 483 char *zFrom; /* Transform from (a string from user input) */ member 574 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in amatchLoadOneRule() local
|
| H A D | spellfix.c | 757 const char *zFrom = (const char*)sqlite3_column_text(pStmt, 1); in editDist3ConfigLoad() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 271 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_porter.c | 272 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem()
|
| H A D | fts2.c | 539 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend() 546 static void append(StringBuffer *sb, const char *zFrom){ in append()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_porter.c | 270 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem()
|
| H A D | fts1.c | 78 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend() 91 static void append(StringBuffer *sb, const char *zFrom){ in append()
|
| /sqlite-3.40.0/src/ |
| H A D | fkey.c | 1226 char const *zFrom; /* Name of child table */ in fkActionTrigger() local
|
| H A D | shell.c.in | 6368 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); local
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest3.c | 884 const char *zFrom, in filecopy_x()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 1700 const char *zFrom, in sessionDiffFindModified() 1739 const char *zFrom, in sqlite3session_diff()
|