Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15749 typedef struct FKey FKey; typedef
18953 struct FKey { struct
18955 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18957 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18958 FKey *pPrevTo; /* Previous with the same zTo */ argument
18970 /* The size (in bytes) of an FKey object holding N columns. The answer argument