Home
last modified time | relevance | path

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

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h351 #define UNQLITE_NOMEM SXERR_MEM /* Out of memory */ macro
H A Dunqlite.c4089 return UNQLITE_NOMEM; in unqliteInitVm()
4127 return UNQLITE_NOMEM; in unqliteInitVm()
4279 return UNQLITE_NOMEM; in unqlite_open()
4297 rc = UNQLITE_NOMEM; in unqlite_open()
6406 return UNQLITE_NOMEM; in unqliteBitvecSet()
51222 rc = UNQLITE_NOMEM; in lhash_kv_init()
56772 rc = UNQLITE_NOMEM; in unqliteOpenJournal()
57639 rc = UNQLITE_NOMEM; in unqlitePagerOpen()
59461 rc = UNQLITE_NOMEM; in unqliteVmLoadCollection()
59474 rc = UNQLITE_NOMEM; in unqliteVmLoadCollection()
[all …]
/dports/databases/py-unqlite/unqlite-0.5.3/
H A Dunqlite.pyx207 cdef int UNQLITE_NOMEM = SXERR_MEM
464 UNQLITE_NOMEM: MemoryError,
H A Dunqlite.c4830 …__pyx_t_2 = __Pyx_PyInt_From_int(UNQLITE_NOMEM); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx… in __pyx_f_7unqlite_7UnQLite__build_exception_for_error()