Home | History | Annotate | Download | only in orig

Lines Matching defs:P4_KEYINFO

8480     KeyInfo *pKeyInfo;     /* Used when p4type is P4_KEYINFO */
8529 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
8542 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
10935 ** the P4_KEYINFO and P2 parameters later. Neither the KeyInfo nor
60113 case P4_KEYINFO:
60204 ** If n==P4_KEYINFO it means that zP4 is a pointer to a KeyInfo structure.
60225 if ( n!=P4_KEYINFO && n!=P4_VTAB ) {
60246 }else if( n==P4_KEYINFO ){
60262 pOp->p4type = P4_KEYINFO;
60269 pOp->p4type = P4_KEYINFO;
60371 case P4_KEYINFO: {
67955 ** a KeyInfo structure (P4_KEYINFO). If it is a pointer to a KeyInfo
67969 ** a KeyInfo structure (P4_KEYINFO). If it is a pointer to a KeyInfo
68034 if( pOp->p4type==P4_KEYINFO ){
68057 u.ax.pCur->isTable = pOp->p4type!=P4_KEYINFO;
68121 assert( pOp->p4type==P4_KEYINFO );
76130 sqlite3VdbeChangeP4(v, addr, (void *)&keyInfo, P4_KEYINFO);
83578 sqlite3VdbeAddOp4(v, OP_SorterOpen, iSorter, 0, 0, (char*)pKey, P4_KEYINFO);
96399 sqlite3VdbeChangeP4(v, addr, (char*)pKeyInfo, P4_KEYINFO);
98774 (char*)pKeyInfo, P4_KEYINFO);