Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll27 …%struct.FKey = type { %struct.Table*, %struct.FKey*, i8*, %struct.FKey*, i32, %struct.sColMap*, i8…
49 …i32, %struct.Index*, i32, %struct.Select*, i32, %struct.Trigger*, %struct.FKey*, i8*, %struct.Expr…
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll30 …%struct.FKey = type { %struct.Table*, %struct.FKey*, i8*, %struct.FKey*, i32, %struct.sColMap*, i8…
50 …i32, %struct.Index*, i32, %struct.Select*, i32, %struct.Trigger*, %struct.FKey*, i8*, %struct.Expr…
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8649 typedef struct FKey FKey; typedef
10756 FKey *pFKey; /* Linked list of all foreign keys in this table */
10837 struct FKey { struct
10839 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
10841 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
10842 FKey *pPrevTo; /* Previous with the same zTo */ argument
12789 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
12799 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
73024 FKey *pFKey;
81002 FKey *p;
[all …]