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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9932 FKey *pFKey; /* Linked list of all foreign keys in this table */ member in struct:Table
70032 FKey *pFKey; local
81326 FKey *pFKey = 0; local
81441 FKey *pFKey; local
85841 locateFkeyIndex( Parse *pParse, Table *pParent, FKey *pFKey, Index **ppIdx, int **paiCol ) argument
85974 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
86129 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
86362 FKey *pFKey; /* Used to iterate through FKs */ local
86629 fkActionTrigger( Parse *pParse, Table *pTab, FKey *pFKey, ExprList *pChanges ) argument
86825 FKey *pFKey; /* Iterator variable */ local
86843 FKey *pFKey; /* Iterator variable */ local
[all...]

Completed in 493 milliseconds