Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h66 const char **pzTail __unused, sqlite_vm **ppVm __unused, in sqlite_compile()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c694 const char **pzTail, /* OUT: Next statement after the first */ in sqlite_compile() argument
769 if( pzTail ) *pzTail = sParse.zTail; in sqlite_compile()
H A Dsqlite.h.in621 ** *pzTail is made to point to the first character past the end of the first
623 ** in zSql, so *pzTail is left pointing to what remains uncompiled.
642 const char **pzTail, /* OUT: uncompiled tail of zSql */