Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c123774 char const *zFrom; /* Name of child table */
123863 zFrom = pFKey->pFrom->zName;
123864 nFrom = sqlite3Strlen30(zFrom);
123870 tFrom.z = zFrom;
123896 memcpy((char *)pStep->zTarget, zFrom, nFrom);
181261 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
181262 if( *zFrom!=0 ) return 0;
210153 const char *zFrom,
210159 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
210192 const char *zFrom,
[all …]
H A Dshell.c17009 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
17043 zIndent, zFrom, zTarget in lintFkeyIndexes()