Searched refs:ppVm (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sqlite.h | 66 const char **pzTail __unused, sqlite_vm **ppVm __unused, in sqlite_compile()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | main.c | 695 sqlite_vm **ppVm, /* OUT: The virtual machine */ in sqlite_compile() argument 767 assert( ppVm ); in sqlite_compile() 768 *ppVm = (sqlite_vm*)sParse.pVdbe; in sqlite_compile()
|
H A D | test1.c | 46 static int getVmPointer(Tcl_Interp *interp, const char *zArg, sqlite_vm **ppVm){ in getVmPointer() argument 47 if( sscanf(zArg, PTR_FMT, (void**)ppVm)!=1 ){ in getVmPointer()
|
H A D | sqlite.h.in | 625 ** *ppVm is left pointing to a "virtual machine" that can be used to execute 626 ** the compiled statement. Or if there is an error, *ppVm may be set to NULL. 628 ** a comment) then *ppVm is set to NULL. 643 sqlite_vm **ppVm, /* OUT: the virtual machine to execute zSql */ 719 ** Additionally, if ppVm is not NULL, *ppVm is left pointing to a new virtual 723 ** If sqlite_reset() returns SQLITE_SCHEMA, then *ppVm is set to NULL.
|