Searched refs:pKeyInfo (Results 1 – 1 of 1) sorted by relevance
17568 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member19744 KeyInfo *pKeyInfo; /* Comparison info for the index that is unpacked */ member24393 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member72739 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member74096 KeyInfo *pKeyInfo = pCur->pKeyInfo; local74098 pIdxKey = sqlite3VdbeAllocUnpackedRecord(pKeyInfo);74101 if( pIdxKey->nField==0 || pIdxKey->nField>pKeyInfo->nAllField ){74106 sqlite3DbFree(pCur->pKeyInfo->db, pIdxKey);77918 struct KeyInfo *pKeyInfo, /* First arg to comparison function */ argument77934 assert( hasSharedCacheTableLock(p, iTable, pKeyInfo!=0, (wrFlag?2:1))[all …]