Home
last modified time | relevance | path

Searched refs:SXERR_CORRUPT (Results 1 – 3 of 3) sorted by relevance

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h322 #define SXERR_CORRUPT (-24) /* Corrupted pointer */ macro
354 #define UNQLITE_CORRUPT SXERR_CORRUPT /* Corrupt pointer */
H A Dunqlite.c6724 rc = SXERR_CORRUPT; in FastJsonDecode()
6740 rc = SXERR_CORRUPT; in FastJsonDecode()
6746 rc = SXERR_CORRUPT; in FastJsonDecode()
6762 rc = SXERR_CORRUPT; in FastJsonDecode()
6768 rc = SXERR_CORRUPT; in FastJsonDecode()
6886 rc = SXERR_CORRUPT; in FastJsonDecode()
29869 rc = SXERR_CORRUPT; in GetCentralDirectoryEntry()
42768 rc = SXERR_CORRUPT; in jx9VmConfigure()
42819 rc = SXERR_CORRUPT; in jx9VmConfigure()
42836 rc = SXERR_CORRUPT; in jx9VmConfigure()
[all …]
/dports/databases/py-unqlite/unqlite-0.5.3/
H A Dunqlite.pyx193 cdef int SXERR_CORRUPT = -24
210 cdef int UNQLITE_CORRUPT = SXERR_CORRUPT