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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c14401 FKey *pFKey; /* Linked list of all foreign keys in this table */ member in struct:Table
14504 ** The list of all parents for child Table X is held at X.pFKey.
84313 FKey *pFKey; local
100008 FKey *pFKey = 0; local
100123 FKey *pFKey; local
105241 sqlite3FkLocateIndex( Parse *pParse, Table *pParent, FKey *pFKey, Index **ppIdx, int **paiCol ) argument
105376 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
105596 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
105878 isSetNullAction(Parse *pParse, FKey *pFKey) argument
105920 FKey *pFKey; /* Used to iterate through FKs */ local
106211 fkActionTrigger( Parse *pParse, Table *pTab, FKey *pFKey, ExprList *pChanges ) argument
106410 FKey *pFKey; /* Iterator variable */ local
106430 FKey *pFKey; /* Iterator variable */ local
[all...]

Completed in 523 milliseconds