Lines Matching refs:pzTail

77   const char **pzTail       /* OUT: End of parsed string */
684 const char **pzTail /* OUT: End of parsed string */ in sqlite3Prepare() argument
776 if( pzTail ){ in sqlite3Prepare()
777 *pzTail = sParse.zTail; in sqlite3Prepare()
829 const char **pzTail /* OUT: End of parsed string */ in sqlite3LockAndPrepare() argument
847 rc = sqlite3Prepare(db, zSql, nBytes, prepFlags, pOld, ppStmt, pzTail); in sqlite3LockAndPrepare()
913 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare() argument
916 rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail); in sqlite3_prepare()
925 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare_v2() argument
934 ppStmt,pzTail); in sqlite3_prepare_v2()
944 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare_v3() argument
956 0,ppStmt,pzTail); in sqlite3_prepare_v3()
972 const void **pzTail /* OUT: End of parsed string */ in sqlite3Prepare16() argument
1001 if( zTail8 && pzTail ){ in sqlite3Prepare16()
1008 *pzTail = (u8 *)zSql + sqlite3Utf16ByteLen(zSql, chars_parsed); in sqlite3Prepare16()
1029 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16() argument
1032 rc = sqlite3Prepare16(db,zSql,nBytes,0,ppStmt,pzTail); in sqlite3_prepare16()
1041 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16_v2() argument
1044 rc = sqlite3Prepare16(db,zSql,nBytes,SQLITE_PREPARE_SAVESQL,ppStmt,pzTail); in sqlite3_prepare16_v2()
1054 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16_v3() argument
1059 ppStmt,pzTail); in sqlite3_prepare16_v3()