Home
last modified time | relevance | path

Searched refs:returnDepth (Results 1 – 10 of 10) sorted by relevance

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DvdbeInt.h275 int returnDepth; /* Next unused element in returnStack[] */ member
H A Dvdbe.c616 if( p->returnDepth>=sizeof(p->returnStack)/sizeof(p->returnStack[0]) ){ in sqliteVdbeExec()
621 p->returnStack[p->returnDepth++] = pc+1; in sqliteVdbeExec()
633 if( p->returnDepth<=0 ){ in sqliteVdbeExec()
638 p->returnDepth--; in sqliteVdbeExec()
639 pc = p->returnStack[p->returnDepth] - 1; in sqliteVdbeExec()
H A Dvdbeaux.c638 p->returnDepth = 0; in sqliteVdbeMakeReady()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DvdbeInt.h275 int returnDepth; /* Next unused element in returnStack[] */ member
H A Dvdbe.c616 if( p->returnDepth>=sizeof(p->returnStack)/sizeof(p->returnStack[0]) ){ in sqliteVdbeExec()
621 p->returnStack[p->returnDepth++] = pc+1; in sqliteVdbeExec()
633 if( p->returnDepth<=0 ){ in sqliteVdbeExec()
638 p->returnDepth--; in sqliteVdbeExec()
639 pc = p->returnStack[p->returnDepth] - 1; in sqliteVdbeExec()
H A Dvdbeaux.c638 p->returnDepth = 0; in sqliteVdbeMakeReady()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h275 int returnDepth; /* Next unused element in returnStack[] */ member
/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dalien.cpp49 int podStatusFlagOffset = -1, int returnDepth = -1, int popSwordAnim = -1);
78 int podStatusFlagOffset, int returnDepth, int popSwordAnim) : in RetrieveFromPods() argument
92 _returnDepth = returnDepth; in RetrieveFromPods()
H A Dfuture_apartment.cpp1189 …int left = -1, int top = -1, int right = -1, int bottom = -1, int returnDepth = -1, int clickAnima…
1202 …int left, int top, int right, int bottom, int returnDepth, int clickAnimation, int returnAnimation… in ToyClick() argument
1205 _returnDepth = returnDepth; in ToyClick()
/dports/graphics/openrm/rm160/include/rm/
H A Drmpublic.h287 … *toQuery, int *returnNDims, int *returnWidth, int *returnHeight, int *returnDepth, int *returnEle…