P4_KEYINFO       57720 third_party/sqlite/amalgamation/sqlite3.c       case P4_KEYINFO:
P4_KEYINFO       57835 third_party/sqlite/amalgamation/sqlite3.c     if ( n!=P4_KEYINFO && n!=P4_VTAB ) {
P4_KEYINFO       57856 third_party/sqlite/amalgamation/sqlite3.c   }else if( n==P4_KEYINFO ){
P4_KEYINFO       57872 third_party/sqlite/amalgamation/sqlite3.c       pOp->p4type = P4_KEYINFO;
P4_KEYINFO       57879 third_party/sqlite/amalgamation/sqlite3.c     pOp->p4type = P4_KEYINFO;
P4_KEYINFO       57982 third_party/sqlite/amalgamation/sqlite3.c     case P4_KEYINFO: {
P4_KEYINFO       65420 third_party/sqlite/amalgamation/sqlite3.c   if( pOp->p4type==P4_KEYINFO ){
P4_KEYINFO       65449 third_party/sqlite/amalgamation/sqlite3.c   u.aw.pCur->isTable = pOp->p4type!=P4_KEYINFO;
P4_KEYINFO       65508 third_party/sqlite/amalgamation/sqlite3.c       assert( pOp->p4type==P4_KEYINFO );
P4_KEYINFO       72457 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeChangeP4(v, addr, (void *)&keyInfo, P4_KEYINFO);
P4_KEYINFO       91787 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeChangeP4(v, addr, (char*)pKeyInfo, P4_KEYINFO);
P4_KEYINFO       94050 third_party/sqlite/amalgamation/sqlite3.c                           (char*)pKeyInfo, P4_KEYINFO);
P4_KEYINFO       1720 third_party/sqlite/src/src/expr.c         sqlite3VdbeChangeP4(v, addr, (void *)&keyInfo, P4_KEYINFO);
P4_KEYINFO       1865 third_party/sqlite/src/src/select.c         sqlite3VdbeChangeP4(v, addr, (char*)pKeyInfo, P4_KEYINFO);
P4_KEYINFO       4128 third_party/sqlite/src/src/select.c                           (char*)pKeyInfo, P4_KEYINFO);
P4_KEYINFO       3062 third_party/sqlite/src/src/vdbe.c   if( pOp->p4type==P4_KEYINFO ){
P4_KEYINFO       3091 third_party/sqlite/src/src/vdbe.c   pCur->isTable = pOp->p4type!=P4_KEYINFO;
P4_KEYINFO       3148 third_party/sqlite/src/src/vdbe.c       assert( pOp->p4type==P4_KEYINFO );
P4_KEYINFO        595 third_party/sqlite/src/src/vdbeaux.c       case P4_KEYINFO:
P4_KEYINFO        710 third_party/sqlite/src/src/vdbeaux.c     if ( n!=P4_KEYINFO && n!=P4_VTAB ) {
P4_KEYINFO        731 third_party/sqlite/src/src/vdbeaux.c   }else if( n==P4_KEYINFO ){
P4_KEYINFO        747 third_party/sqlite/src/src/vdbeaux.c       pOp->p4type = P4_KEYINFO;
P4_KEYINFO        754 third_party/sqlite/src/src/vdbeaux.c     pOp->p4type = P4_KEYINFO;
P4_KEYINFO        857 third_party/sqlite/src/src/vdbeaux.c     case P4_KEYINFO: {