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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h252 typedef struct FKey FKey; typedef in typeref:struct:FKey
513 FKey *pFKey; /* Linked list of all foreign keys in this table */
538 ** associated with that table are on a linked list using the FKey.pNextTo
541 struct FKey { struct
543 FKey *pNextFrom; /* Next foreign key in pFrom */
545 FKey *pNextTo; /* Next foreign key that points to zTo */
H A Dpragma.c451 FKey *pFK;
H A Dbuild.c324 FKey *pFKey, *pNextFKey;
366 FKey *pF1, *pF2;
974 FKey *pFKey;
1344 ** An FKey structure is created and added to the table currently
1345 ** under construction in the pParse->pNewTable field. The new FKey
1364 FKey *pFKey = 0;
1458 FKey *pFKey;

Completed in 25 milliseconds