Home
last modified time | relevance | path

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

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