Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16935 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member
19083 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member
23702 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member
71070 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member
72424 KeyInfo *pKeyInfo = pCur->pKeyInfo; local
72426 pIdxKey = sqlite3VdbeAllocUnpackedRecord(pKeyInfo);
72428 sqlite3VdbeRecordUnpack(pKeyInfo, (int)nKey, pKey, pIdxKey);
72429 if( pIdxKey->nField==0 || pIdxKey->nField>pKeyInfo->nAllField ){
72434 sqlite3DbFree(pCur->pKeyInfo->db, pIdxKey);
76213 struct KeyInfo *pKeyInfo, /* First arg to comparison function */
[all …]