Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c14144 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local
14178 zIndent, zFrom, zTarget in lintFkeyIndexes()
H A Dsqlite3.c119904 char const *zFrom; /* Name of child table */
119993 zFrom = pFKey->pFrom->zName;
119994 nFrom = sqlite3Strlen30(zFrom);
120000 tFrom.z = zFrom;
120026 memcpy((char *)pStep->zTarget, zFrom, nFrom);
174630 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
174631 if( *zFrom!=0 ) return 0;
203082 const char *zFrom,
203088 pSession->zDb, zFrom, pTab->zName, pTab->azCol, pTab->abPK
203121 const char *zFrom,
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c86645 char const *zFrom; /* Name of child table */
86730 zFrom = pFKey->pFrom->zName;
86731 nFrom = sqlite3Strlen30(zFrom);
86737 tFrom.z = zFrom;
86765 memcpy((char *)pStep->target.z, zFrom, nFrom);
121158 const char *zFrom, /* If the ending matches this... (Reversed) */
121163 while( *zFrom && *zFrom==*z ){ z++; zFrom++; }
121164 if( *zFrom!=0 ) return 0;