Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c138418 char const *zFrom; /* Name of child table */ local
138507 zFrom = pFKey->pFrom->zName;
138508 nFrom = sqlite3Strlen30(zFrom);
138522 pItem->zName = sqlite3DbStrDup(db, zFrom);
138547 pItem->zName = sqlite3DbStrNDup(db, zFrom, nFrom);
202373 const char *zFrom, /* If the ending matches this... (Reversed) */ argument
202378 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
202379 if( *zFrom!=0 ) return 0;
235526 const char *zFrom, argument
235532 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
[all …]
H A Dshell.c29556 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
29591 zIndent, zFrom, zTarget in lintFkeyIndexes()