Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c134561 char const *zFrom; /* Name of child table */
134650 zFrom = pFKey->pFrom->zName;
134651 nFrom = sqlite3Strlen30(zFrom);
134666 pSrc->a[0].zName = sqlite3DbStrDup(db, zFrom);
134690 memcpy((char *)pStep->zTarget, zFrom, nFrom);
197826 const char *zFrom, /* If the ending matches this... (Reversed) */
197831 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
197832 if( *zFrom!=0 ) return 0;
230293 const char *zFrom,
230299 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
[all …]
H A Dshell.c27487 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
27522 zIndent, zFrom, zTarget in lintFkeyIndexes()