Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8990 signed char p4type; /* One of the P4_xxx constants for p4 */ member
61489 pOp->p4type = P4_NOTUSED;
61535 int p4type /* P4 operand type */
61538 sqlite3VdbeChangeP4(p, addr, zP4, p4type);
61674 if( pRet->p4type==P4_SUBPROGRAM ){
61813 pOp->p4type = P4_ADVANCE;
61819 pOp->p4type = P4_ADVANCE;
61895 pOut->p4type = P4_NOTUSED;
61983 static void freeP4(sqlite3 *db, int p4type, void *p4){
61986 switch( p4type ){
[all …]