Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17568 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member
19744 KeyInfo *pKeyInfo; /* Comparison info for the index that is unpacked */ member
24393 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member
72739 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member
74096 KeyInfo *pKeyInfo = pCur->pKeyInfo; local
74098 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 */ argument
77934 assert( hasSharedCacheTableLock(p, iTable, pKeyInfo!=0, (wrFlag?2:1))
[all …]