Searched refs:returnDepth (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h278 int returnDepth; /* Next unused element in returnStack[] */ member in struct:Vdbe
H A Dvdbe.c627 if( p->returnDepth>=sizeof(p->returnStack)/sizeof(p->returnStack[0]) ){
632 p->returnStack[p->returnDepth++] = pc+1;
644 if( p->returnDepth<=0 ){
649 p->returnDepth--;
650 pc = p->returnStack[p->returnDepth] - 1;
H A Dvdbeaux.c641 p->returnDepth = 0;

Completed in 49 milliseconds