Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h118 #define P4_FREE_IF_LE (-6) macro
H A Dvdbeaux.c1284 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray()