Searched refs:FKey (Results 1 – 1 of 1) sorted by relevance
16360 typedef struct FKey FKey; typedef19443 FKey *pFKey; /* Linked list of all foreign keys in this table */19579 struct FKey { struct19581 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument19583 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument19584 FKey *pPrevTo; /* Previous with the same zTo */ argument19598 #define SZ_FKEY(N) (offsetof(FKey,aCol)+(N)*sizeof(struct sColMap))22707 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);22720 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);106053 FKey *pFKey;[all …]