Home
last modified time | relevance | path

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

/freebsd/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);
194855 const char *zFrom, /* If the ending matches this... (Reversed) */
194860 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
194861 if( *zFrom!=0 ) return 0;
227010 const char *zFrom,
227016 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
[all …]
H A Dshell.c24778 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
24812 zIndent, zFrom, zTarget in lintFkeyIndexes()