Searched defs:nFrom (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | fuzzer.c | 198 fuzzer_len nFrom, nTo; /* Length of the zFrom and zTo strings */ member 306 int nFrom; /* Size of string zFrom, in bytes */ in fuzzerLoadOneRule() local
|
| H A D | amatch.c | 486 amatch_len nFrom, nTo; /* Length of the zFrom and zTo strings */ member 579 int nFrom; /* Size of string zFrom, in bytes */ in amatchLoadOneRule() local
|
| H A D | spellfix.c | 561 u8 nFrom; /* Number of bytes in aFrom */ member 758 int nFrom = zFrom ? sqlite3_column_bytes(pStmt, 1) : 0; in editDist3ConfigLoad() local
|
| /sqlite-3.40.0/src/ |
| H A D | fkey.c | 1227 int nFrom; /* Length in bytes of zFrom */ in fkActionTrigger() local
|
| H A D | where.c | 4789 int nTo, nFrom; /* Number of valid entries in aTo[] and aFrom[] */ in wherePathSolver() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 78 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 539 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend()
|