Searched defs:FKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h608 typedef struct FKey FKey; typedef in typeref:struct:FKey
1280 FKey *pFKey; /* Linked list of all foreign keys in this table */
1342 struct FKey { struct
1344 FKey *pNextFrom; /* Next foreign key in pFrom */
1346 FKey *pNextTo; /* Next foreign key on table named zTo */
1347 FKey *pPrevTo; /* Previous foreign key on table named zTo */
3101 FKey *sqlite3FkReferences(Table *);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7588 typedef struct FKey FKey; typedef in typeref:struct:FKey
9625 FKey *pFKey; /* Linked list of all foreign keys in this table */
9687 struct FKey { struct
9689 FKey *pNextFrom; /* Next foreign key in pFrom */
9691 FKey *pNextTo; /* Next foreign key on table named zTo */
9692 FKey *pPrevTo; /* Previous foreign key on table named zTo */
11446 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8791 typedef struct FKey FKey; typedef in typeref:struct:FKey
10943 FKey *pFKey; /* Linked list of all foreign keys in this table */
11027 struct FKey { struct
11029 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */
11031 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
11032 FKey *pPrevTo; /* Previous with the same zTo */
13032 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
13042 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Inde
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8791 typedef struct FKey FKey; typedef in typeref:struct:FKey
10943 FKey *pFKey; /* Linked list of all foreign keys in this table */
11027 struct FKey { struct
11029 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */
11031 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
11032 FKey *pPrevTo; /* Previous with the same zTo */
13032 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
13042 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Inde
[all...]

Completed in 579 milliseconds