Home
last modified time | relevance | path

Searched refs:ppVm (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h618 sqlite_vm **ppVm, /* OUT: the virtual machine to execute zSql */
H A Dmain.c695 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 Dsqlite.h.in643 ** *ppVm is left pointing to a "virtual machine" that can be used to execute
644 ** the compiled statement. Or if there is an error, *ppVm may be set to NULL.
646 ** a comment) then *ppVm is set to NULL.
661 sqlite_vm **ppVm, /* OUT: the virtual machine to execute zSql */
737 ** Additionally, if ppVm is not NULL, *ppVm is left pointing to a new virtual
741 ** If sqlite_reset() returns SQLITE_SCHEMA, then *ppVm is set to NULL.

Completed in 14 milliseconds