Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c132642 char const *zFrom; /* Name of child table */
132731 zFrom = pFKey->pFrom->zName;
132732 nFrom = sqlite3Strlen30(zFrom);
132746 pSrc->a[0].zName = sqlite3DbStrDup(db, zFrom);
132769 memcpy((char *)pStep->zTarget, zFrom, nFrom);
194860 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
194861 if( *zFrom!=0 ) return 0;
227010 const char *zFrom,
227022 char *z2 = sessionAllCols(zFrom, pTab);
227054 const char *zFrom,
[all …]
H A Dshell.c24778 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
24812 zIndent, zFrom, zTarget in lintFkeyIndexes()