Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h115 #define P4_SUBPROGRAM (-4) /* P4 is a pointer to a SubProgram structure */ macro
H A Dvdbeaux.c665 if( pRet->p4type==P4_SUBPROGRAM ){ in opIterNext()
1842 case P4_SUBPROGRAM: { in sqlite3VdbeDisplayP4()
2160 if( pSub!=0 && aOp[i].p4type==P4_SUBPROGRAM ){ in sqlite3VdbeNextOpcode()
H A Dtrigger.c1318 (const char *)pPrg->pProgram, P4_SUBPROGRAM); in sqlite3CodeRowTriggerDirect()