Home
last modified time | relevance | path

Searched refs:unqlite_config (Results 1 – 4 of 4) sorted by relevance

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h806 UNQLITE_APIEXPORT int unqlite_config(unqlite *pDb,int nOp,...);
H A Dunqlite.c3013 UNQLITE_APIEXPORT int unqlite_config(unqlite *pDb,int nOp,...);
4327 int unqlite_config(unqlite *pDb,int nConfigOp,...) in unqlite_config() function
/dports/databases/py-unqlite/unqlite-0.5.3/
H A Dunqlite.pyx44 cdef int unqlite_config(unqlite *pDb, int nOp, ...) function
352 ret = unqlite_config(
491 ret = unqlite_config(
H A Dunqlite.c3044 __pyx_v_ret = unqlite_config(__pyx_v_self->database, UNQLITE_CONFIG_DISABLE_AUTO_COMMIT); in __pyx_f_7unqlite_7UnQLite_disable_autocommit()
5152 …__pyx_v_ret = unqlite_config(__pyx_v_self->database, UNQLITE_CONFIG_ERR_LOG, (&__pyx_v_zBuf), (&__… in __pyx_f_7unqlite_7UnQLite__get_last_error()