Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c138639 char const *zFrom; /* Name of child table */ local
138728 zFrom = pFKey->pFrom->zName;
138729 nFrom = sqlite3Strlen30(zFrom);
138743 pItem->zName = sqlite3DbStrDup(db, zFrom);
138768 pItem->zName = sqlite3DbStrNDup(db, zFrom, nFrom);
202687 const char *zFrom, /* If the ending matches this... (Reversed) */ argument
202692 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
202693 if( *zFrom!=0 ) return 0;
235930 const char *zFrom, argument
235936 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
[all …]
H A Dshell.c29594 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
29629 zIndent, zFrom, zTarget in lintFkeyIndexes()