Searched refs:spdk_json_write_string_raw (Results 1 – 5 of 5) sorted by relevance
/spdk/lib/json/ |
H A D | spdk_json.map | 43 spdk_json_write_string_raw;
|
H A D | json_write.c | 460 spdk_json_write_string_raw(struct spdk_json_write_ctx *w, const char *val, size_t len) in spdk_json_write_string_raw() function 469 return spdk_json_write_string_raw(w, val, strlen(val)); in spdk_json_write_string() 630 return spdk_json_write_string_raw(w, val->start, val->len); in spdk_json_write_val()
|
/spdk/test/unit/lib/ |
H A D | json_mock.c | 23 DEFINE_STUB(spdk_json_write_string_raw, int, (struct spdk_json_write_ctx *w, const char *val,
|
/spdk/test/unit/lib/json/json_write.c/ |
H A D | json_write_ut.c | 60 CU_ASSERT(spdk_json_write_string_raw(w, str, sizeof(str) - 1) == 0) 63 CU_ASSERT(spdk_json_write_string_raw(w, str, sizeof(str) - 1) < 0)
|
/spdk/include/spdk/ |
H A D | json.h | 209 int spdk_json_write_string_raw(struct spdk_json_write_ctx *w, const char *val, size_t len);
|