Home
last modified time | relevance | path

Searched defs:popStack (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A DvdbeInt.h281 int popStack; /* Pop the stack this much on entry to VdbeExec() */ member
H A Dvdbe.c280 static void popStack(Mem **ppTos, int N){ in popStack() function