Searched refs:P4_FREE_IF_LE (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ | ||
| H A D | vdbe.h | 118 #define P4_FREE_IF_LE (-6) macro |
| H A D | vdbeaux.c | 1284 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray() |