Searched refs:xfarray_store (Results 1 – 3 of 3) sorted by relevance
44 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr);51 return xfarray_store(array, array->nr, ptr); in xfarray_append()
200 xfarray_store( in xfarray_store() function404 return xfarray_store(si->array, idx, ptr); in xfarray_sort_store()
2019 ``xfarray_store`` functions, which wrap the similarly-named xfile functions to