Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16381 typedef struct FKey FKey; typedef
19464 FKey *pFKey; /* Linked list of all foreign keys in this table */
19600 struct FKey { struct
19602 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
19604 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
19605 FKey *pPrevTo; /* Previous with the same zTo */ argument
19619 #define SZ_FKEY(N) (offsetof(FKey,aCol)+(N)*sizeof(struct sColMap))
22737 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
22750 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
106211 FKey *pFKey;
[all …]