Home
last modified time | relevance | path

Searched refs:pKeyInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16457 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member
18609 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member
23134 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member
69701 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */
71006 KeyInfo *pKeyInfo = pCur->pKeyInfo;
71008 pIdxKey = sqlite3VdbeAllocUnpackedRecord(pKeyInfo);
71010 sqlite3VdbeRecordUnpack(pKeyInfo, (int)nKey, pKey, pIdxKey);
71011 if( pIdxKey->nField==0 || pIdxKey->nField>pKeyInfo->nAllField ){
71016 sqlite3DbFree(pCur->pKeyInfo->db, pIdxKey);
74782 struct KeyInfo *pKeyInfo, /* First arg to comparison function */
[all …]