Searched defs:FKey (Results 1 – 1 of 1) sorted by relevance
15749 typedef struct FKey FKey; typedef18953 struct FKey { struct18955 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18957 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18958 FKey *pPrevTo; /* Previous with the same zTo */ argument18970 /* The size (in bytes) of an FKey object holding N columns. The answer argument