Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h43 signed char p4type; /* One of the P4_xxx constants for p4 */ member
H A Dvdbeaux.c344 int p4type /* P4 operand type */ in sqlite3VdbeAddOp4()
406 int p4type /* P4 operand type */ in sqlite3VdbeAddOp4Dup8()
1230 static void freeP4(sqlite3 *db, int p4type, void *p4){ in freeP4()
H A Dbuild.c5319 i8 p4type, /* P4_STATIC or P4_TRANSIENT */ in sqlite3HaltConstraint()