Home
last modified time | relevance | path

Searched refs:spdk_strarray_dup (Results 1 – 5 of 5) sorted by relevance

/spdk/include/spdk/
H A Dstring.h262 char **spdk_strarray_dup(const char **strarray);
/spdk/lib/util/
H A Dspdk_util.map146 spdk_strarray_dup;
H A Dstring.c526 spdk_strarray_dup(const char **strarray) in spdk_strarray_dup() function
/spdk/lib/rpc/
H A Drpc.c374 g_rpcs_allowlist = spdk_strarray_dup(rpc_allowlist); in spdk_rpc_set_allowlist()
/spdk/test/unit/lib/util/string.c/
H A Dstring_ut.c429 r2 = spdk_strarray_dup((const char **)r); in test_strarray()