Lines Matching refs:ccall
22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle
23 foreign import ccall "ucl_parser_add_string" ucl_parser_add_string :: ParserHandle -> CString -> CU…
24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool
25 foreign import ccall "ucl_parser_get_object" ucl_parser_get_object :: ParserHandle -> UCLObjectHand…
26 foreign import ccall "ucl_parser_get_error" ucl_parser_get_error :: ParserHandle -> CString
28 foreign import ccall "ucl_object_iterate_new" ucl_object_iterate_new :: UCLObjectHandle -> UCLIterH…
29 foreign import ccall "ucl_object_iterate_safe" ucl_object_iterate_safe :: UCLIterHandle -> Bool -> …
30 foreign import ccall "ucl_object_type" ucl_object_type :: UCLObjectHandle -> CUInt
31 foreign import ccall "ucl_object_key" ucl_object_key :: UCLObjectHandle -> CString
32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
33 foreign import ccall "ucl_object_todouble" ucl_object_todouble :: UCLObjectHandle -> CDouble
34 foreign import ccall "ucl_object_tostring" ucl_object_tostring :: UCLObjectHandle -> CString
35 foreign import ccall "ucl_object_toboolean" ucl_object_toboolean :: UCLObjectHandle -> Bool
37 foreign import ccall "ucl_object_emit" ucl_object_emit :: UCLObjectHandle -> UCLEmitterType -> CStr…
38 foreign import ccall "ucl_object_emit_len" ucl_object_emit_len :: UCLObjectHandle -> UCLEmitterType…