Searched defs:ppVm (Results 1 – 3 of 3) sorted by relevance
70 sqlite_vm **ppVm, char **pzErrmsg) in sqlite_compile()
698 sqlite_vm **ppVm, /* OUT: The virtual machine */ in sqlite_compile()
49 static int getVmPointer(Tcl_Interp *interp, const char *zArg, sqlite_vm **ppVm){ in getVmPointer()