bool as_operations_add_list_set_int64(as_operations *ops, const as_bin_name name, int64_t index, int64_t value)
bool as_operations_add_list_remove(as_operations *ops, const as_bin_name name, int64_t index)
bool as_operations_add_list_append_rawp(as_operations *ops, const as_bin_name name, const uint8_t *value, uint32_t size, bool free)
bool as_operations_add_list_append_int64(as_operations *ops, const as_bin_name name, int64_t value)
static bool as_operations_add_list_insert_str(as_operations *ops, const as_bin_name name, int64_t index, const char *value)
bool as_operations_add_list_insert_int64(as_operations *ops, const as_bin_name name, int64_t index, int64_t value)
bool as_operations_add_list_set_strp(as_operations *ops, const as_bin_name name, int64_t index, const char *value, bool free)
bool as_operations_add_list_increment(as_operations *ops, const as_bin_name name, int64_t index, as_val *incr)
bool as_operations_add_list_trim(as_operations *ops, const as_bin_name name, int64_t index, uint64_t count)
static bool as_operations_add_list_set_str(as_operations *ops, const as_bin_name name, int64_t index, const char *value)
bool as_operations_add_list_insert(as_operations *ops, const as_bin_name name, int64_t index, as_val *val)
bool as_operations_add_list_pop_range_from(as_operations *ops, const as_bin_name name, int64_t index)
static bool as_operations_add_list_append_str(as_operations *ops, const as_bin_name name, const char *value)
bool as_operations_add_list_set_double(as_operations *ops, const as_bin_name name, int64_t index, double value)
bool as_operations_add_list_get_range(as_operations *ops, const as_bin_name name, int64_t index, uint64_t count)
bool as_operations_add_list_append(as_operations *ops, const as_bin_name name, as_val *val)
bool as_operations_add_list_append_double(as_operations *ops, const as_bin_name name, double value)
bool as_operations_add_list_set(as_operations *ops, const as_bin_name name, int64_t index, as_val *val)
static bool as_operations_add_list_append_raw(as_operations *ops, const as_bin_name name, const uint8_t *value, uint32_t size)
bool as_operations_add_list_get_range_from(as_operations *ops, const as_bin_name name, int64_t index)
bool as_operations_add_list_append_items(as_operations *ops, const as_bin_name name, as_list *list)
bool as_operations_add_list_get(as_operations *ops, const as_bin_name name, int64_t index)
bool as_operations_add_list_clear(as_operations *ops, const as_bin_name name)
bool as_operations_add_list_insert_items(as_operations *ops, const as_bin_name name, int64_t index, as_list *list)
bool as_operations_add_list_pop_range(as_operations *ops, const as_bin_name name, int64_t index, uint64_t count)
bool as_operations_add_list_set_rawp(as_operations *ops, const as_bin_name name, int64_t index, const uint8_t *value, uint32_t size, bool free)
static bool as_operations_add_list_set_raw(as_operations *ops, const as_bin_name name, int64_t index, const uint8_t *value, uint32_t size)
char as_bin_name[AS_BIN_NAME_MAX_SIZE]
bool as_operations_add_list_remove_range(as_operations *ops, const as_bin_name name, int64_t index, uint64_t count)
bool as_operations_add_list_size(as_operations *ops, const as_bin_name name)
bool as_operations_add_list_pop(as_operations *ops, const as_bin_name name, int64_t index)
bool as_operations_add_list_remove_range_from(as_operations *ops, const as_bin_name name, int64_t index)
bool as_operations_add_list_insert_rawp(as_operations *ops, const as_bin_name name, int64_t index, const uint8_t *value, uint32_t size, bool free)
bool as_operations_add_list_append_strp(as_operations *ops, const as_bin_name name, const char *value, bool free)
bool as_operations_add_list_insert_double(as_operations *ops, const as_bin_name name, int64_t index, double value)
static bool as_operations_add_list_insert_raw(as_operations *ops, const as_bin_name name, int64_t index, const uint8_t *value, uint32_t size)
bool as_operations_add_list_insert_strp(as_operations *ops, const as_bin_name name, int64_t index, const char *value, bool free)