Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h69 sqlite_compile(sqlite *db, const char *zSql, const char **pzTail, in sqlite_compile() argument
/titanic_41/usr/src/lib/libsqlite/src/
H A Dmain.c697 const char **pzTail, /* OUT: Next statement after the first */ in sqlite_compile() argument
772 if( pzTail ) *pzTail = sParse.zTail; in sqlite_compile()
H A Dsqlite.h.in624 ** *pzTail is made to point to the first character past the end of the first
626 ** in zSql, so *pzTail is left pointing to what remains uncompiled.
645 const char **pzTail, /* OUT: uncompiled tail of zSql */