| ||||||||||||||||||
| ||||||||||||||||||
| Documentation | ||||||||||||||||||
| data OpenMode | ||||||||||||||||||
| ||||||||||||||||||
| openModeToCInt :: OpenMode -> CInt | ||||||||||||||||||
| combineOpenMode :: [OpenMode] -> CInt | ||||||||||||||||||
| data TuningOption | ||||||||||||||||||
| ||||||||||||||||||
| tuningOptionToWord8 :: TuningOption -> Word8 | ||||||||||||||||||
| combineTuningOption :: [TuningOption] -> Word8 | ||||||||||||||||||
| data HDB' | ||||||||||||||||||
| tchdbFinalizer :: FunPtr (Ptr HDB' -> IO ()) | ||||||||||||||||||
| c_tchdbnew :: IO (Ptr HDB') | ||||||||||||||||||
| c_tchdbdel :: Ptr HDB' -> IO () | ||||||||||||||||||
| c_tchdbecode :: Ptr HDB' -> IO CInt | ||||||||||||||||||
| c_tchdbtune :: Ptr HDB' -> Int64 -> Int8 -> Int8 -> Word8 -> IO Bool | ||||||||||||||||||
| c_tchdbsetcache :: Ptr HDB' -> Int32 -> IO Bool | ||||||||||||||||||
| c_tchdbsetxmsiz :: Ptr HDB' -> Int64 -> IO Bool | ||||||||||||||||||
| c_tchdbopen :: Ptr HDB' -> CString -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbclose :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbput :: Ptr HDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbput2 :: Ptr HDB' -> CString -> CString -> IO Bool | ||||||||||||||||||
| c_tchdbputkeep :: Ptr HDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbputkeep2 :: Ptr HDB' -> CString -> CString -> IO Bool | ||||||||||||||||||
| c_tchdbputcat :: Ptr HDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbputcat2 :: Ptr HDB' -> CString -> CString -> IO Bool | ||||||||||||||||||
| c_tchdbputasync :: Ptr HDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbout :: Ptr HDB' -> Ptr Word8 -> CInt -> IO Bool | ||||||||||||||||||
| c_tchdbout2 :: Ptr HDB' -> CString -> IO Bool | ||||||||||||||||||
| c_tchdbget :: Ptr HDB' -> Ptr Word8 -> CInt -> Ptr CInt -> IO (Ptr Word8) | ||||||||||||||||||
| c_tchdbget2 :: Ptr HDB' -> CString -> IO CString | ||||||||||||||||||
| c_tchdbvsiz :: Ptr HDB' -> Ptr Word8 -> CInt -> IO CInt | ||||||||||||||||||
| c_tchdbiterinit :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbiternext :: Ptr HDB' -> Ptr CInt -> IO (Ptr Word8) | ||||||||||||||||||
| c_tchdbiternext2 :: Ptr HDB' -> IO CString | ||||||||||||||||||
| c_tchdbfwmkeys :: Ptr HDB' -> Ptr Word8 -> CInt -> CInt -> IO (Ptr LIST) | ||||||||||||||||||
| c_tchdbaddint :: Ptr HDB' -> Ptr Word8 -> CInt -> CInt -> IO CInt | ||||||||||||||||||
| c_tchdbadddouble :: Ptr HDB' -> Ptr Word8 -> CInt -> CDouble -> IO CDouble | ||||||||||||||||||
| c_tchdbsync :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdboptimize :: Ptr HDB' -> Int64 -> Int8 -> Int8 -> Word8 -> IO Bool | ||||||||||||||||||
| c_tchdbvanish :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbcopy :: Ptr HDB' -> CString -> IO Bool | ||||||||||||||||||
| c_tchdbtranbegin :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbtrancommit :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbtranabort :: Ptr HDB' -> IO Bool | ||||||||||||||||||
| c_tchdbpath :: Ptr HDB' -> IO CString | ||||||||||||||||||
| c_tchdbrnum :: Ptr HDB' -> IO Word64 | ||||||||||||||||||
| c_tchdbfsiz :: Ptr HDB' -> IO Word64 | ||||||||||||||||||
| Produced by Haddock version 2.4.2 |