Searched refs:init_data_sz (Results 1 – 2 of 2) sorted by relevance
39 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz) in strset__new() argument58 set->strs_data = malloc(init_data_sz); in strset__new()62 memcpy(set->strs_data, init_data, init_data_sz); in strset__new()63 set->strs_data_len = init_data_sz; in strset__new()64 set->strs_data_cap = init_data_sz; in strset__new()
12 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz);