Lines Matching refs:SQLITE_TCLAPI
40 static int SQLITE_TCLAPI btree_open( in btree_open()
86 static int SQLITE_TCLAPI btree_close( in btree_close()
121 static int SQLITE_TCLAPI btree_begin_transaction( in btree_begin_transaction()
150 static int SQLITE_TCLAPI btree_pager_stats( in btree_pager_stats()
200 static int SQLITE_TCLAPI btree_cursor( in btree_cursor()
249 static int SQLITE_TCLAPI btree_close_cursor( in btree_close_cursor()
291 static int SQLITE_TCLAPI btree_next( in btree_next()
330 static int SQLITE_TCLAPI btree_first( in btree_first()
365 static int SQLITE_TCLAPI btree_eof( in btree_eof()
394 static int SQLITE_TCLAPI btree_payload_size( in btree_payload_size()
432 static int SQLITE_TCLAPI btree_varint_test( in btree_varint_test()
516 static int SQLITE_TCLAPI btree_from_db( in btree_from_db()
556 static int SQLITE_TCLAPI btree_ismemdb( in btree_ismemdb()
587 static int SQLITE_TCLAPI btree_set_cache_size( in btree_set_cache_size()
617 static int SQLITE_TCLAPI btree_insert( in btree_insert()