Index

_ | B | C | E | F | I | P | R | S | T | U | X

_

_free_ (C macro)
_gc_ (C macro)
_gc_leaf_ (C macro)
_gc_no_free_ (C macro)
_gc_no_recurse_ (C macro)
_recurse_ (C macro)

B

bool (C type)

C

cork_abort (C function)
cork_alloc (C type)
cork_alloc_calloc_f (C type)
cork_alloc_free_f (C type)
cork_alloc_malloc_f (C type)
cork_alloc_new_alloc (C function)
cork_alloc_realloc_f (C type)
cork_alloc_set_calloc (C function)
cork_alloc_set_free (C function)
cork_alloc_set_malloc (C function)
cork_alloc_set_realloc (C function)
cork_alloc_set_user_data (C function)
cork_alloc_set_xcalloc (C function)
cork_alloc_set_xmalloc (C function)
cork_alloc_set_xrealloc (C function)
cork_allocator (C variable)
cork_array (C type)
cork_array_append (C function)
cork_array_append_get (C function)
cork_array_at (C function)
cork_array_copy (C function)
cork_array_done (C function)
cork_array_element_size (C function)
cork_array_elements (C function)
cork_array_ensure_size (C function)
cork_array_init (C function)
cork_array_is_empty (C function)
cork_array_set_callback_data (C function)
cork_array_set_done (C function)
cork_array_set_init (C function)
cork_array_set_remove (C function)
cork_array_set_reuse (C function)
cork_array_size (C function)
cork_array_void (C function)
CORK_ATTR_CONST (C macro)
CORK_ATTR_MALLOC (C macro)
CORK_ATTR_NOINLINE (C macro)
CORK_ATTR_PRINTF (C macro)
CORK_ATTR_PURE (C macro)
CORK_ATTR_SENTINEL (C macro)
CORK_ATTR_UNUSED (C macro)
CORK_BIG_ENDIAN (C macro)
cork_big_hash (C type)
cork_big_hash_buffer (C function)
cork_big_hash_equal (C function)
cork_bitset (C type)
cork_bitset.bit_count (C member)
cork_bitset_clear (C function)
cork_bitset_done (C function)
cork_bitset_free (C function)
cork_bitset_get (C function)
cork_bitset_init (C function)
cork_bitset_new (C function)
cork_bitset_set (C function)
cork_buffer (C type)
cork_buffer.buf (C member)
cork_buffer.size (C member)
cork_buffer_append (C function)
cork_buffer_append_binary (C function)
cork_buffer_append_c_string (C function)
cork_buffer_append_copy (C function)
cork_buffer_append_hex_dump (C function)
cork_buffer_append_indent (C function)
cork_buffer_append_literal (C function)
cork_buffer_append_multiline (C function)
cork_buffer_append_printf (C function)
cork_buffer_append_string (C function)
cork_buffer_append_vprintf (C function)
cork_buffer_byte (C function)
cork_buffer_char (C function)
cork_buffer_clear (C function)
cork_buffer_copy (C function)
cork_buffer_done (C function)
cork_buffer_ensure_size (C function)
cork_buffer_equal (C function)
cork_buffer_free (C function)
CORK_BUFFER_INIT (C function)
cork_buffer_init (C function)
cork_buffer_new (C function)
cork_buffer_printf (C function)
cork_buffer_set (C function)
cork_buffer_set_literal (C function)
cork_buffer_set_string (C function)
cork_buffer_to_managed_buffer (C function)
cork_buffer_to_slice (C function)
cork_buffer_to_stream_consumer (C function)
cork_buffer_truncate (C function)
cork_buffer_vprintf (C function)
cork_calloc (C function)
cork_cfree (C function)
cork_cleanup_at_exit (C function)
cork_cleanup_at_exit_named (C function)
cork_cleanup_function (C type)
cork_command (C type)
cork_command_main (C function)
cork_command_set (C macro)
cork_command_show_help (C function)
CORK_CONFIG_ARCH_PPC (C macro)
CORK_CONFIG_ARCH_X64 (C macro)
CORK_CONFIG_ARCH_X86 (C macro)
CORK_CONFIG_HAVE_GCC_ASM (C macro)
CORK_CONFIG_HAVE_GCC_ATOMICS (C macro)
CORK_CONFIG_HAVE_GCC_ATTRIBUTES (C macro)
CORK_CONFIG_HAVE_GCC_INT128 (C macro)
CORK_CONFIG_HAVE_GCC_MODE_ATTRIBUTE (C macro)
CORK_CONFIG_HAVE_GCC_STATEMENT_EXPRS (C macro)
CORK_CONFIG_HAVE_REALLOCF (C macro)
CORK_CONFIG_IS_BIG_ENDIAN (C macro)
CORK_CONFIG_IS_LITTLE_ENDIAN (C macro)
CORK_CONFIG_REVISION (C macro)
CORK_CONFIG_SKIP_AUTODETECT (C macro)
CORK_CONFIG_VERSION_MAJOR (C macro)
CORK_CONFIG_VERSION_MINOR (C macro)
CORK_CONFIG_VERSION_PATCH (C macro)
CORK_CONFIG_VERSION_STRING (C macro)
cork_consume_fd (C function)
cork_consume_file (C function)
cork_consume_file_from_path (C function)
cork_container_of (C function)
cork_copy_f (C type)
cork_current_thread_get (C function)
cork_current_thread_get_id (C function)
cork_delete (C function)
cork_dir_walker (C type)
cork_dir_walker.enter_directory (C member)
cork_dir_walker.file (C member)
cork_dir_walker.leave_directory (C member)
cork_dllist (C type)
cork_dllist_add_after (C function)
cork_dllist_add_before (C function)
cork_dllist_add_list_to_head (C function)
cork_dllist_add_list_to_tail (C function)
cork_dllist_add_to_head (C function)
cork_dllist_add_to_tail (C function)
cork_dllist_end (C function)
cork_dllist_foreach (C macro)
cork_dllist_foreach_void (C macro)
cork_dllist_head (C function)
CORK_DLLIST_INIT (C function)
cork_dllist_init (C function)
cork_dllist_is_empty (C function)
cork_dllist_is_end (C function)
cork_dllist_is_start (C function)
cork_dllist_item (C type)
cork_dllist_item.next (C member)
cork_dllist_item.prev (C member)
cork_dllist_remove (C function)
cork_dllist_size (C function)
cork_dllist_start (C function)
cork_dllist_tail (C function)
cork_dllist_visit (C function)
cork_dllist_visit_f (C type)
cork_done_f (C type)
cork_env (C type)
cork_env_add (C function)
cork_env_add_printf (C function)
cork_env_add_vprintf (C function)
cork_env_clone_current (C function)
cork_env_free (C function)
cork_env_get (C function)
cork_env_new (C function)
cork_env_remove (C function)
cork_env_replace_current (C function)
cork_equals_f (C type)
cork_error (C type)
cork_error_clear (C function)
cork_error_code (C function)
cork_error_message (C function)
CORK_ERROR_NONE (C macro)
cork_error_occurred (C function)
cork_error_prefix_printf (C function)
cork_error_prefix_string (C function)
cork_error_prefix_vprintf (C function)
cork_error_set_printf (C function)
cork_error_set_string (C function)
cork_error_set_vprintf (C function)
cork_exec (C type)
cork_exec_add_param (C function)
cork_exec_cwd (C function)
cork_exec_description (C function)
cork_exec_env (C function)
cork_exec_free (C function)
cork_exec_new (C function)
cork_exec_new_with_param_array (C function)
cork_exec_new_with_params (C function)
cork_exec_param (C function)
cork_exec_param_count (C function)
cork_exec_program (C function)
cork_exec_run (C function)
cork_exec_set_cwd (C function)
cork_exec_set_env (C function)
CORK_EXPORT (C macro)
cork_fd_consumer_new (C function)
cork_file (C type)
cork_file_consumer_new (C function)
cork_file_directory_iterator (C type)
cork_file_exists (C function)
cork_file_free (C function)
cork_file_from_path_consumer_new (C function)
cork_file_iterate_directory (C function)
cork_file_list (C type)
cork_file_list_add (C function)
cork_file_list_free (C function)
cork_file_list_get (C function)
cork_file_list_new (C function)
cork_file_list_new_empty (C function)
cork_file_list_size (C function)
cork_file_mkdir (C function)
cork_file_mode (C type)
cork_file_new (C function)
cork_file_new_from_path (C function)
cork_file_path (C function)
CORK_FILE_PERMISSIVE (C macro), [1]
CORK_FILE_RECURSIVE (C macro), [1]
cork_file_remove (C function)
cork_file_type (C function)
(C type)
cork_file_type.CORK_FILE_DIRECTORY (C member)
cork_file_type.CORK_FILE_MISSING (C member)
cork_file_type.CORK_FILE_REGULAR (C member)
cork_file_type.CORK_FILE_SYMLINK (C member)
cork_file_type.CORK_FILE_UNKNOWN (C member)
cork_free (C function)
cork_free_f (C type)
cork_gc (C type)
cork_gc_alloc (C function)
cork_gc_decref (C function)
cork_gc_done (C function)
cork_gc_incref (C function)
cork_gc_init (C function)
cork_gc_new (C function)
cork_gc_new_iface (C function)
cork_gc_obj_iface (C type)
cork_gc_obj_iface.free (C member)
cork_gc_obj_iface.recurse (C member)
cork_gc_recurser (C type)
cork_hash (C type)
cork_hash_buffer (C function)
cork_hash_f (C type)
cork_hash_table (C type)
CORK_HASH_TABLE_ABORT (C variable)
cork_hash_table_clear (C function)
CORK_HASH_TABLE_CONTINUE (C variable)
cork_hash_table_delete (C function)
CORK_HASH_TABLE_DELETE (C variable)
cork_hash_table_delete_entry (C function)
cork_hash_table_delete_hash (C function)
cork_hash_table_ensure_size (C function)
cork_hash_table_entry (C type)
cork_hash_table_entry.hash (C member)
cork_hash_table_entry.key (C member)
cork_hash_table_entry.value (C member)
cork_hash_table_free (C function)
cork_hash_table_get (C function)
cork_hash_table_get_entry (C function)
cork_hash_table_get_entry_hash (C function)
cork_hash_table_get_hash (C function)
cork_hash_table_get_or_create (C function)
cork_hash_table_get_or_create_hash (C function)
cork_hash_table_iterator (C type)
cork_hash_table_iterator_init (C function)
cork_hash_table_iterator_next (C function)
cork_hash_table_map (C function)
cork_hash_table_map_f (C type)
cork_hash_table_map_result (C type)
cork_hash_table_new (C function)
cork_hash_table_put (C function)
cork_hash_table_put_hash (C function)
cork_hash_table_set_equals (C function)
cork_hash_table_set_free_key (C function)
cork_hash_table_set_free_value (C function)
cork_hash_table_set_hash (C function)
cork_hash_table_set_user_data (C function)
cork_hash_table_size (C function)
cork_hash_variable (C function)
CORK_HOST_ENDIANNESS (C macro)
CORK_HOST_ENDIANNESS_NAME (C macro)
CORK_IMPORT (C macro)
cork_init_f (C type)
CORK_INITIALIZER (C macro)
cork_int_atomic_add (C function)
cork_int_atomic_pre_add (C function)
cork_int_atomic_pre_sub (C function)
cork_int_atomic_sub (C function)
cork_int_cas (C function)
cork_ip (C type)
cork_ip.ip.v4 (C member)
cork_ip.ip.v6 (C member)
cork_ip.version (C member)
cork_ip_equal (C function)
cork_ip_from_ipv4 (C function)
cork_ip_from_ipv6 (C function)
cork_ip_init (C function)
cork_ip_is_valid_network (C function)
CORK_IP_STRING_LENGTH (C macro)
cork_ip_to_raw_string (C function)
cork_ipv4 (C type)
cork_ipv4_copy (C function)
cork_ipv4_equal (C function)
cork_ipv4_init (C function)
cork_ipv4_is_valid_network (C function)
CORK_IPV4_STRING_LENGTH (C macro)
cork_ipv4_to_raw_string (C function)
cork_ipv6 (C type)
cork_ipv6_copy (C function)
cork_ipv6_equal (C function)
cork_ipv6_init (C function)
cork_ipv6_is_valid_network (C function)
CORK_IPV6_STRING_LENGTH (C macro)
cork_ipv6_to_raw_string (C function)
cork_leaf_command (C macro)
cork_leaf_command_run (C type)
CORK_LIKELY (C function)
CORK_LITTLE_ENDIAN (C macro)
CORK_LOCAL (C macro)
CORK_MAKE_VERSION (C function)
cork_malloc (C function)
cork_managed_buffer (C type)
cork_managed_buffer.buf (C member)
cork_managed_buffer.iface (C member)
cork_managed_buffer.ref_count (C member)
cork_managed_buffer.size (C member)
cork_managed_buffer_freer (C type)
cork_managed_buffer_iface (C type)
cork_managed_buffer_iface.free (C member)
cork_managed_buffer_new (C function)
cork_managed_buffer_new_copy (C function)
cork_managed_buffer_ref (C function)
cork_managed_buffer_slice (C function)
cork_managed_buffer_slice_offset (C function)
cork_managed_buffer_unref (C function)
cork_mempool (C type)
cork_mempool_free (C function)
cork_mempool_free_object (C function)
cork_mempool_new (C function)
cork_mempool_new_ex (C function)
cork_mempool_new_object (C function)
cork_mempool_new_size (C function)
cork_mempool_new_size_ex (C function)
cork_mempool_set_done_object (C function)
cork_mempool_set_init_object (C function)
cork_mempool_set_user_data (C function)
CORK_NET_ADDRESS_ERROR (C macro)
CORK_NET_ADDRESS_PARSE_ERROR (C macro)
cork_new (C function)
cork_once (C macro)
cork_once_barrier (C macro)
cork_once_recursive (C macro)
cork_option_parser (C type)
CORK_OTHER_ENDIANNESS (C macro)
CORK_OTHER_ENDIANNESS_NAME (C macro)
cork_parse_error (C function)
CORK_PARSE_ERROR (C macro)
cork_path (C type)
cork_path_absolute (C function)
cork_path_append (C function)
cork_path_append_path (C function)
cork_path_basename (C function)
cork_path_clone (C function)
cork_path_config_paths (C function)
cork_path_data_paths (C function)
cork_path_dirname (C function)
cork_path_free (C function)
cork_path_get (C function)
cork_path_home (C function)
cork_path_join (C function)
cork_path_join_path (C function)
cork_path_list (C type)
cork_path_list_add (C function)
cork_path_list_find_file (C function)
cork_path_list_find_files (C function)
cork_path_list_free (C function)
cork_path_list_get (C function)
cork_path_list_new (C function)
cork_path_list_new_empty (C function)
cork_path_list_size (C function)
cork_path_list_to_string (C function)
cork_path_make_absolute (C function)
cork_path_new (C function)
cork_path_set_basename (C function)
cork_path_set_dirname (C function)
cork_path_user_cache_path (C function)
cork_path_user_runtime_path (C function)
cork_pointer_hash_table_new (C function)
CORK_PRINT_ERRORS (C macro)
cork_ptr_cas (C function)
cork_realloc (C function)
cork_redefined (C function)
CORK_REDEFINED (C macro)
cork_revision_string (C function)
cork_ring_buffer (C type)
cork_ring_buffer_add (C function)
cork_ring_buffer_done (C function)
cork_ring_buffer_free (C function)
cork_ring_buffer_init (C function)
cork_ring_buffer_is_empty (C function)
cork_ring_buffer_is_full (C function)
cork_ring_buffer_new (C function)
cork_ring_buffer_peek (C function)
cork_ring_buffer_pop (C function)
cork_set_allocator (C function)
cork_size_atomic_add (C function)
cork_size_atomic_pre_add (C function)
cork_size_atomic_pre_sub (C function)
cork_size_atomic_sub (C function)
cork_size_cas (C function)
CORK_SIZEOF_INT (C macro)
CORK_SIZEOF_LONG (C macro)
CORK_SIZEOF_POINTER (C macro)
CORK_SIZEOF_SHORT (C macro)
CORK_SKIP_DIRECTORY (C macro)
cork_slice (C type)
cork_slice.buf (C member)
cork_slice.iface (C member)
cork_slice.size (C member)
cork_slice.user_data (C member)
cork_slice_clear (C function)
cork_slice_copy (C function)
cork_slice_copy_fast (C function)
cork_slice_copy_offset (C function)
cork_slice_copy_offset_fast (C function)
cork_slice_equal (C function)
cork_slice_finish (C function)
cork_slice_iface (C type)
cork_slice_iface.copy (C member)
cork_slice_iface.free (C member)
cork_slice_iface.light_copy (C member)
cork_slice_iface.slice (C member)
cork_slice_init_copy_once (C function)
cork_slice_init_static (C function)
cork_slice_is_empty (C function)
cork_slice_light_copy (C function)
cork_slice_light_copy_fast (C function)
cork_slice_light_copy_offset (C function)
cork_slice_light_copy_offset_fast (C function)
cork_slice_slice (C function)
cork_slice_slice_fast (C function)
cork_slice_slice_offset (C function)
cork_slice_slice_offset_fast (C function)
cork_stable_hash_buffer (C function)
cork_stable_hash_variable (C function)
cork_strdup (C function)
cork_stream_consumer (C type)
cork_stream_consumer.data (C member)
cork_stream_consumer.eof (C member)
cork_stream_consumer.free (C member)
cork_stream_consumer_data (C function)
cork_stream_consumer_eof (C function)
cork_stream_consumer_free (C function)
cork_strfree (C function)
cork_string_hash_table_new (C function)
cork_strndup (C function)
cork_subprocess (C type)
cork_subprocess_abort (C function)
cork_subprocess_drain (C function)
cork_subprocess_free (C function)
cork_subprocess_group (C type)
cork_subprocess_group_abort (C function)
cork_subprocess_group_add (C function)
cork_subprocess_group_drain (C function)
cork_subprocess_group_free (C function)
cork_subprocess_group_is_finished (C function)
cork_subprocess_group_new (C function)
cork_subprocess_group_start (C function)
cork_subprocess_group_wait (C function)
cork_subprocess_is_finished (C function)
cork_subprocess_new (C function)
cork_subprocess_new_exec (C function)
cork_subprocess_start (C function)
cork_subprocess_stdin (C function)
cork_subprocess_wait (C function)
CORK_SWAP_UINT16 (C function)
CORK_SWAP_UINT16_IN_PLACE (C function)
CORK_SWAP_UINT32 (C function)
CORK_SWAP_UINT32_IN_PLACE (C function)
CORK_SWAP_UINT64 (C function)
CORK_SWAP_UINT64_IN_PLACE (C function)
cork_system_error_set (C function)
cork_system_error_set_explicit (C function)
cork_thread (C type)
cork_thread_free (C function)
cork_thread_get_id (C function)
cork_thread_get_name (C function)
cork_thread_id (C type)
cork_thread_join (C function)
cork_thread_new (C function)
CORK_THREAD_NONE (C variable)
cork_thread_start (C function)
cork_timestamp (C type)
cork_timestamp_format_local (C function)
cork_timestamp_format_utc (C function)
cork_timestamp_gsec (C function)
cork_timestamp_init_gsec (C function)
cork_timestamp_init_msec (C function)
cork_timestamp_init_now (C function)
cork_timestamp_init_nsec (C function)
cork_timestamp_init_sec (C function)
cork_timestamp_init_usec (C function)
cork_timestamp_msec (C function)
cork_timestamp_nsec (C function)
cork_timestamp_sec (C function)
cork_timestamp_usec (C function)
cork_tls (C macro)
cork_u128 (C type)
cork_u128_add (C function)
cork_u128_be16 (C function)
cork_u128_be32 (C function)
cork_u128_be64 (C function)
cork_u128_be8 (C function)
CORK_U128_DECIMAL_LENGTH (C macro)
cork_u128_eq (C function)
cork_u128_from_32 (C function)
cork_u128_from_64 (C function)
cork_u128_ge (C function)
cork_u128_gt (C function)
CORK_U128_HEX_LENGTH (C macro)
cork_u128_le (C function)
cork_u128_lt (C function)
cork_u128_ne (C function)
cork_u128_sub (C function)
cork_u128_to_decimal (C function)
cork_u128_to_hex (C function)
cork_u128_to_padded_hex (C function)
cork_uid (C type)
cork_uid_define (C macro)
cork_uid_define_named (C macro)
cork_uid_equal (C function)
cork_uid_hash (C function)
cork_uid_name (C function)
CORK_UID_NONE (C macro)
CORK_UINT16_BIG_TO_HOST (C function)
CORK_UINT16_BIG_TO_HOST_IN_PLACE (C function)
CORK_UINT16_HOST_TO_BIG (C function)
CORK_UINT16_HOST_TO_BIG_IN_PLACE (C function)
CORK_UINT16_HOST_TO_LITTLE (C function)
CORK_UINT16_HOST_TO_LITTLE_IN_PLACE (C function)
CORK_UINT16_LITTLE_TO_HOST (C function)
CORK_UINT16_LITTLE_TO_HOST_IN_PLACE (C function)
CORK_UINT32_BIG_TO_HOST (C function)
CORK_UINT32_BIG_TO_HOST_IN_PLACE (C function)
CORK_UINT32_HOST_TO_BIG (C function)
CORK_UINT32_HOST_TO_BIG_IN_PLACE (C function)
CORK_UINT32_HOST_TO_LITTLE (C function)
CORK_UINT32_HOST_TO_LITTLE_IN_PLACE (C function)
CORK_UINT32_LITTLE_TO_HOST (C function)
CORK_UINT32_LITTLE_TO_HOST_IN_PLACE (C function)
CORK_UINT64_BIG_TO_HOST (C function)
CORK_UINT64_BIG_TO_HOST_IN_PLACE (C function)
CORK_UINT64_HOST_TO_BIG (C function)
CORK_UINT64_HOST_TO_BIG_IN_PLACE (C function)
CORK_UINT64_HOST_TO_LITTLE (C function)
CORK_UINT64_HOST_TO_LITTLE_IN_PLACE (C function)
CORK_UINT64_LITTLE_TO_HOST (C function)
CORK_UINT64_LITTLE_TO_HOST_IN_PLACE (C function)
cork_uint_atomic_add (C function)
cork_uint_atomic_pre_add (C function)
cork_uint_atomic_pre_sub (C function)
cork_uint_atomic_sub (C function)
cork_uint_cas (C function)
cork_undefined (C function)
CORK_UNDEFINED (C macro)
cork_unknown_error (C function)
CORK_UNKNOWN_ERROR (C macro)
CORK_UNLIKELY (C function)
cork_unreachable (C function)
CORK_VERSION (C macro)
CORK_VERSION_MAJOR (C macro)
CORK_VERSION_MINOR (C macro)
CORK_VERSION_PATCH (C macro)
cork_version_string (C function)
cork_walk_directory (C function)
cork_xcalloc (C function)
cork_xmalloc (C function)
cork_xnew (C function)
cork_xrealloc (C function)
cork_xreallocf (C function)
cork_xstrdup (C function)
cork_xstrndup (C function)

E

ei_check (C function), [1]
ei_check_posix (C function)
ep_check (C function)
ep_check_posix (C function)

F

false (C variable)

I

int16_t (C type)
int32_t (C type)
int64_t (C type)
int8_t (C type)
intptr_t (C type)

P

ptrdiff_t (C type)

R

rie_check (C function)
rii_check (C function)
rii_check_posix (C function)
rip_check (C function)
rip_check_posix (C function)
rpe_check (C function)
rpi_check (C function)
rpi_check_posix (C function)
rpp_check (C function)
rpp_check_posix (C function)

S

size_t (C type)

T

true (C variable)

U

uint16_t (C type)
uint32_t (C type)
uint64_t (C type)
uint8_t (C type)
uintptr_t (C type)

X

xe_check (C function)
xi_check (C function)
xp_check (C function)