HomeSort by relevance Sort by last modified time
    Searched refs:P4_KEYINFO (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 61 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
108 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
120 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
vdbeaux.c 595 case P4_KEYINFO:
689 ** If n==P4_KEYINFO it means that zP4 is a pointer to a KeyInfo structure.
710 if ( n!=P4_KEYINFO && n!=P4_VTAB ) {
731 }else if( n==P4_KEYINFO ){
747 pOp->p4type = P4_KEYINFO;
754 pOp->p4type = P4_KEYINFO;
857 case P4_KEYINFO: {
    [all...]
vdbe.c     [all...]
select.c     [all...]
expr.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 50 milliseconds