Skip to main content

splinter_list

Function splinter_list 

Source
pub unsafe extern "C" fn splinter_list(
    out_keys: *mut *mut c_char,
    max_keys: usize,
    out_count: *mut usize,
) -> c_int
Expand description

@brief Lists all keys currently in the store. @param out_keys An array of char* to be filled with pointers to the keys. @param max_keys The maximum number of keys to write to out_keys. @param out_count Pointer to a size_t to store the number of keys found. @return 0 on success, -1 on failure.