ZIX_ALLOCATED
ZIX_ALLOC_COUNT_SIZE()
ZIX_ALLOC_SIZE()
ZIX_ALWAYS_INLINE_FUNC
ZIX_CONST_FUNC
ZIX_LOG_FUNC()
ZIX_MALLOC_FUNC
ZIX_NODISCARD
ZIX_NONBLOCKING
ZIX_NONNULL
ZIX_NULLABLE
ZIX_PURE_FUNC
ZIX_REALTIME
ZIX_UNSPECIFIED
ZIX_UNUSED()
ZixStatus
ZIX_STATUS_SUCCESS
ZIX_STATUS_ERROR
ZIX_STATUS_NO_MEM
ZIX_STATUS_NOT_FOUND
ZIX_STATUS_EXISTS
ZIX_STATUS_BAD_ARG
ZIX_STATUS_BAD_PERMS
ZIX_STATUS_REACHED_END
ZIX_STATUS_TIMEOUT
ZIX_STATUS_OVERFLOW
ZIX_STATUS_NOT_SUPPORTED
ZIX_STATUS_UNAVAILABLE
ZIX_STATUS_NO_SPACE
ZIX_STATUS_MAX_LINKS
zix_strerror()
ZIX_STATIC_STRING()
ZixStringView
data
length
zix_empty_string()
zix_string()
zix_string_view_copy()
zix_string_view_equals()
zix_substring()
ZixAlignedAllocFunc
ZixAlignedFreeFunc
ZixAllocator
ZixCallocFunc
ZixFreeFunc
ZixMallocFunc
ZixReallocFunc
ZixAllocatorImpl
malloc
calloc
realloc
free
aligned_alloc
aligned_free
zix_aligned_alloc()
zix_aligned_free()
zix_calloc()
zix_default_allocator()
zix_free()
zix_malloc()
zix_realloc()
ZixBumpAllocator
base
buffer
last
top
capacity
zix_bump_allocator()
zix_digest()
zix_digest32()
zix_digest32_aligned()
zix_digest64()
zix_digest64_aligned()
zix_digest_aligned()
ZIX_BTREE_MAX_HEIGHT
ZixBTree
ZixBTreeCompareFunc
ZixBTreeDestroyFunc
zix_btree_clear()
zix_btree_free()
zix_btree_new()
zix_btree_size()
ZixBTreeNode
ZixBTreeIter
nodes
indexes
level
zix_btree_begin()
zix_btree_end()
zix_btree_end_iter
zix_btree_get()
zix_btree_iter_equals()
zix_btree_iter_increment()
zix_btree_iter_is_end()
zix_btree_iter_next()
zix_btree_insert()
zix_btree_remove()
zix_btree_find()
zix_btree_lower_bound()
ZixHash
ZixHashCode
ZixHashFunc
ZixHashKey
ZixHashRecord
ZixHashSearchData
ZixKeyEqualFunc
ZixKeyFunc
zix_hash_free()
zix_hash_new()
zix_hash_size()
ZixHashIter
zix_hash_begin()
zix_hash_end()
zix_hash_get()
zix_hash_next()
ZixKeyMatchFunc
ZixHashInsertPlan
code
index
zix_hash_erase()
zix_hash_insert()
zix_hash_insert_at()
zix_hash_plan_insert()
zix_hash_plan_insert_prehashed()
zix_hash_record_at()
zix_hash_remove()
zix_hash_find()
zix_hash_find_record()
ZixRing
zix_ring_capacity()
zix_ring_free()
zix_ring_mlock()
zix_ring_new()
zix_ring_reset()
zix_ring_peek()
zix_ring_read()
zix_ring_read_space()
zix_ring_skip()
ZixRingTransaction
read_head
write_head
zix_ring_amend_write()
zix_ring_begin_write()
zix_ring_commit_write()
zix_ring_write()
zix_ring_write_space()
ZixTree
ZixTreeCompareFunc
ZixTreeDestroyFunc
zix_tree_free()
zix_tree_new()
zix_tree_size()
ZixTreeIter
zix_tree_begin()
zix_tree_end()
zix_tree_get()
zix_tree_iter_is_end()
zix_tree_iter_is_rend()
zix_tree_iter_next()
zix_tree_iter_prev()
zix_tree_rbegin()
zix_tree_rend()
zix_tree_insert()
zix_tree_remove()
zix_tree_find()
ZixSem
zix_sem_destroy()
zix_sem_init()
zix_sem_post()
zix_sem_timed_wait()
zix_sem_try_wait()
zix_sem_wait()
ZIX_THREAD_FUNC
ZIX_THREAD_RESULT
ZixThread
ZixThreadFunc
ZixThreadResult
zix_thread_create()
zix_thread_join()
ZixCopyOptions
ZixCopyOption
ZIX_COPY_OPTION_NONE
ZIX_COPY_OPTION_OVERWRITE_EXISTING
zix_copy_file()
zix_create_directories()
zix_create_directory()
zix_create_directory_like()
zix_create_directory_symlink()
zix_create_hard_link()
zix_create_symlink()
zix_create_temporary_directory()
zix_remove()
ZixDirEntryVisitFunc
zix_dir_for_each()
zix_file_equals()
zix_canonical_path()
ZixFileLockMode
ZIX_FILE_LOCK_BLOCK
ZIX_FILE_LOCK_TRY
zix_file_lock()
zix_file_unlock()
ZixFileOffset
ZixFileType
ZIX_FILE_TYPE_NONE
ZIX_FILE_TYPE_REGULAR
ZIX_FILE_TYPE_DIRECTORY
ZIX_FILE_TYPE_SYMLINK
ZIX_FILE_TYPE_BLOCK
ZIX_FILE_TYPE_CHARACTER
ZIX_FILE_TYPE_FIFO
ZIX_FILE_TYPE_SOCKET
ZIX_FILE_TYPE_UNKNOWN
zix_file_size()
zix_file_type()
zix_symlink_type()
zix_current_path()
zix_temp_directory_path()
zix_path_join()
zix_path_lexically_normal()
zix_path_lexically_relative()
zix_path_preferred()
zix_path_extension()
zix_path_filename()
zix_path_parent_path()
zix_path_relative_path()
zix_path_root_directory()
zix_path_root_name()
zix_path_root_path()
zix_path_stem()
zix_path_has_extension()
zix_path_has_filename()
zix_path_has_parent_path()
zix_path_has_relative_path()
zix_path_has_root_directory()
zix_path_has_root_name()
zix_path_has_root_path()
zix_path_has_stem()
zix_path_is_absolute()
zix_path_is_relative()
zix_expand_environment_strings()