Home
last modified time | relevance | path

Searched refs:p4type (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c16919 signed char p4type; /* One of the P4_xxx constants for p4 */ member
17369 SQLITE_PRIVATE void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
86139 pOp->p4type = P4_INT32;
86187 pOp->p4type = P4_NOTUSED;
86236 pOp->p4type = P4_INT32;
86316 int p4type /* P4 operand type */
86319 sqlite3VdbeChangeP4(p, addr, zP4, p4type);
86376 int p4type /* P4 operand type */
86380 return sqlite3VdbeAddOp4(p, op, p1, p2, p3, p4copy, p4type);
86621 if( pRet->p4type==P4_SUBPROGRAM ){
[all …]