Searched refs:zFrom (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 14144 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2); in lintFkeyIndexes() local 14178 zIndent, zFrom, zTarget in lintFkeyIndexes()
|
| H A D | sqlite3.c | 119904 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 D | sqlite3.c | 86645 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;
|