Searched refs:pzTail (Results 1 – 3 of 3) sorted by relevance
69 sqlite_compile(sqlite *db, const char *zSql, const char **pzTail, in sqlite_compile() argument
697 const char **pzTail, /* OUT: Next statement after the first */ in sqlite_compile() argument772 if( pzTail ) *pzTail = sParse.zTail; in sqlite_compile()
624 ** *pzTail is made to point to the first character past the end of the first626 ** in zSql, so *pzTail is left pointing to what remains uncompiled.645 const char **pzTail, /* OUT: uncompiled tail of zSql */