Searched refs:FKey (Results 1 – 1 of 1) sorted by relevance
15749 typedef struct FKey FKey; typedef18818 FKey *pFKey; /* Linked list of all foreign keys in this table */18953 struct FKey { struct18955 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18957 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18958 FKey *pPrevTo; /* Previous with the same zTo */ argument18972 #define SZ_FKEY(N) (offsetof(FKey,aCol)+(N)*sizeof(struct sColMap))22055 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);22068 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);103797 FKey *pFKey;[all …]