Searched refs:p4type (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 8209 signed char p4type; /* One of the P4_xxx constants for p4 */ member 58463 pOp->p4type = P4_NOTUSED; 58495 int p4type /* P4 operand type */ 58498 sqlite3VdbeChangeP4(p, addr, zP4, p4type); 58633 if( pRet->p4type==P4_SUBPROGRAM ){ 58743 pOp->p4type = P4_ADVANCE; 58746 pOp->p4type = P4_ADVANCE; 58817 pOut->p4type = P4_NOTUSED; 58903 static void freeP4(sqlite3 *db, int p4type, void *p4){ 58906 switch( p4type ){ [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 9726 signed char p4type; /* One of the P4_xxx constants for p4 */ member 66076 pOp->p4type = P4_NOTUSED; 66125 int p4type /* P4 operand type */ 66128 sqlite3VdbeChangeP4(p, addr, zP4, p4type); 66142 int p4type /* P4 operand type */ 66146 return sqlite3VdbeAddOp4(p, op, p1, p2, p3, p4copy, p4type); 66281 if( pRet->p4type==P4_SUBPROGRAM ){ 66424 pOp->p4type = P4_ADVANCE; 66430 pOp->p4type = P4_ADVANCE; 66506 pOut->p4type = P4_NOTUSED; [all …]
|