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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c87804 int *aiCol = 0; /* Value to return via *paiCol */ local
87929 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
88084 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
88337 int *aiCol; local
88422 int *aiCol = 0; local
88603 int *aiCol = 0; /* child table cols -> parent key cols */ local
[all...]

Completed in 593 milliseconds