Home
last modified time | relevance | path

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

/spdk/test/unit/lib/util/string.c/
H A Dstring_ut.c443 const char *original = "good morning, hello, thank you"; in test_strcpy_replace() local
470 rc = spdk_strcpy_replace(result, sizeof(result), original, search1, replace1); in test_strcpy_replace()
472 CU_ASSERT(strcmp(result, original) == 0); in test_strcpy_replace()
474 rc = spdk_strcpy_replace(result, sizeof(result), original, search2, replace2); in test_strcpy_replace()
480 rc = spdk_strcpy_replace(result, strlen(expected3) + 1, original, search3, replace3); in test_strcpy_replace()
486 rc = spdk_strcpy_replace(result, strlen(expected3), original, search3, replace3); in test_strcpy_replace()
489 rc = spdk_strcpy_replace(result, sizeof(result), original, search4, replace4); in test_strcpy_replace()
493 rc = spdk_strcpy_replace(result, sizeof(result), original, search5, replace5); in test_strcpy_replace()
497 rc = spdk_strcpy_replace(result, sizeof(result), original, search6, replace6); in test_strcpy_replace()
501 rc = spdk_strcpy_replace(result, sizeof(result), original, search7, replace7); in test_strcpy_replace()
/spdk/doc/
H A Dbackporting.md25 `preparation` may require some changes to the original code introduced by the patch, as it is taken
41 * Signed-off-by of the original patch author.
H A Dscheduler.md67 selected, because currently there is no way to save original SPDK thread distribution
H A Dvhost_processing.md173 it back into the original request struct. It needs to know the request layout
H A Dblob.md96 arguments, when the original call is completed. The callback will be made on the same thread that t…