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

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c121 ** sqlite3FkDelete() - Delete an FKey structure.
184 FKey *pFKey, /* Foreign key to find index for */
319 FKey *pFKey, /* Foreign key constraint */
462 FKey *pFKey, /* Foreign key relationship */
576 ** to the FKey structure representing the foreign key constraint on table
581 FKey *sqlite3FkReferences(Table *pTab){
583 return (FKey *)sqlite3HashFind(&pTab->pSchema->fkeyHash, pTab->zName, nName);
635 FKey *p;
690 FKey *pFKey; /* Used to iterate through FKs */
835 FKey *
[all...]
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 *);
H A Dalter.c283 FKey *p;
570 FKey *p;
H A Dvdbeblob.c225 FKey *pFKey;
H A Dbuild.c2161 ** An FKey structure is created and added to the table currently
2176 FKey *pFKey = 0;
2177 FKey *pNextTo;
2256 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
2291 FKey *pFKey;
H A Dpragma.c989 FKey *pFK;
/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 3697 milliseconds