Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:calls

683 ** different.  For maximum portability, it is best not to mix calls
836 ** is invoked periodically during long running calls to [sqlite3_exec()],
911 ** string may be overwritten or deallocated by subsequent calls to SQLite
914 ** Calls to many sqlite3_* functions set the error code and string returned
916 ** (overwriting the previous values). Note that calls to [sqlite3_errcode()],
918 ** results of future invocations. Calls to API routines that do not return
922 ** Assuming no other intervening sqlite3_* API calls are made, the error
1245 ** The first argument to the following calls is a
1497 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
1535 ** sqlite3_column_blob() with calls to sqlite3_column_bytes16(). And do not
1536 ** mix calls to sqlite3_column_text16() with calls to sqlite3_column_bytes().
1746 ** is allocated, zeroed, and returned. On subsequent calls (for the
1796 ** In practice, meta-data is preserved between function calls for
1896 ** they are overridden by later calls to the collation creation functions
2341 ** calls.