Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h617 const char **pzTail, /* OUT: uncompiled tail of zSql */
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.in639 ** *pzTail is made to point to the first character past the end of the first
641 ** in zSql, so *pzTail is left pointing to what remains uncompiled.
660 const char **pzTail, /* OUT: uncompiled tail of zSql */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h2837 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2844 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2851 const void **pzTail /* OUT: Pointer to unused portion of zSql */
2858 const void **pzTail /* OUT: Pointer to unused portion of zSql */
H A Dsqlite3.c90138 const char **pzTail /* OUT: End of parsed string */
90230 if( pzTail ){
90231 *pzTail = pParse->zTail;
90298 const char **pzTail /* OUT: End of parsed string */
90368 const char **pzTail /* OUT: End of parsed string */
90380 const char **pzTail /* OUT: End of parsed string */
90399 const void **pzTail /* OUT: End of parsed string */
90420 if( zTail8 && pzTail ){
90448 const void **pzTail /* OUT: End of parsed string */
90451 rc = sqlite3Prepare16(db,zSql,nBytes,0,ppStmt,pzTail);
[all …]

Completed in 326 milliseconds