Home | History | Annotate | Download | only in orig

Lines Matching refs:P4_KEYINFO

13728     KeyInfo *pKeyInfo;     /* Used when p4type is P4_KEYINFO */
13791 #define P4_KEYINFO (-9) /* P4 is a pointer to a KeyInfo structure */
16601 ** the P4_KEYINFO and P2 parameters later. Neither the KeyInfo nor
73834 case P4_KEYINFO: {
74023 if( pKeyInfo ) sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO);
74283 case P4_KEYINFO: {
83339 ** a KeyInfo structure (P4_KEYINFO). If it is a pointer to a KeyInfo
83355 ** a P4_KEYINFO object. Furthermore, the P3 value must be the same as
83368 ** a KeyInfo structure (P4_KEYINFO). If it is a pointer to a KeyInfo
83391 assert( pOp->p4type==P4_KEYINFO );
83445 if( pOp->p4type==P4_KEYINFO ){
83470 pCur->isTable = pOp->p4type!=P4_KEYINFO;
83572 assert( pOp->p4type==P4_KEYINFO );
95400 sqlite3VdbeChangeP4(v, addr, (void *)pKeyInfo, P4_KEYINFO);
104427 sqlite3KeyInfoRef(pKey), P4_KEYINFO);
104442 (char *)pKey, P4_KEYINFO);
119248 sqlite3VdbeChangeP4(v, -1, (char*)pKI, P4_KEYINFO);
120792 (char*)pKeyInfo, P4_KEYINFO);
121261 P4_KEYINFO);
121332 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO);
121796 (char*)pKeyMerge, P4_KEYINFO);
123469 (char*)pKeyInfo, P4_KEYINFO);
124188 (char*)pKeyInfo, P4_KEYINFO
124219 P4_KEYINFO);
124395 0, (char*)pKeyInfo, P4_KEYINFO);
124519 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO);
124653 sqlite3VdbeChangeP4(v, -1, (char *)pKeyInfo, P4_KEYINFO);