Lines Matching refs:pzTail
3167 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3174 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3181 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3188 const void **pzTail /* OUT: Pointer to unused portion of zSql */
87512 const char **pzTail /* OUT: End of parsed string */
87607 if( pzTail ){
87608 *pzTail = pParse->zTail;
87675 const char **pzTail /* OUT: End of parsed string */
87685 rc = sqlite3Prepare(db, zSql, nBytes, saveSqlFlag, pOld, ppStmt, pzTail);
87688 rc = sqlite3Prepare(db, zSql, nBytes, saveSqlFlag, pOld, ppStmt, pzTail);
87745 const char **pzTail /* OUT: End of parsed string */
87748 rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail);
87757 const char **pzTail /* OUT: End of parsed string */
87760 rc = sqlite3LockAndPrepare(db,zSql,nBytes,1,0,ppStmt,pzTail);
87776 const void **pzTail /* OUT: End of parsed string */
87797 if( zTail8 && pzTail ){
87804 *pzTail = (u8 *)zSql + sqlite3Utf16ByteLen(zSql, chars_parsed);
87825 const void **pzTail /* OUT: End of parsed string */
87828 rc = sqlite3Prepare16(db,zSql,nBytes,0,ppStmt,pzTail);
87837 const void **pzTail /* OUT: End of parsed string */
87840 rc = sqlite3Prepare16(db,zSql,nBytes,1,ppStmt,pzTail);