Lines Matching refs:TEST_STR_LENGTH
38 static constexpr size_t TEST_STR_LENGTH = 30;
2451 size_t testStrLength = TEST_STR_LENGTH;
2452 char testStrInner[TEST_STR_LENGTH + 1];
2497 char buffer[TEST_STR_LENGTH] = {0};
2514 char names[2][TEST_STR_LENGTH];
2516 // so the parameter is set to TEST_STR_LENGTH * 2 to clear the entire array.
2517 memset_s(names, TEST_STR_LENGTH * 2, 0, TEST_STR_LENGTH * 2);
2531 size_t testStrLength = TEST_STR_LENGTH;
2532 char testStrInner[TEST_STR_LENGTH + 1];
2579 char names[2][TEST_STR_LENGTH];
2581 // so the parameter is set to TEST_STR_LENGTH * 2 to clear the entire array.
2582 memset_s(names, TEST_STR_LENGTH * 2, 0, TEST_STR_LENGTH * 2);
2596 size_t testStrLength = TEST_STR_LENGTH;
2597 char testStrInner[TEST_STR_LENGTH + 1];
2662 char names[4][TEST_STR_LENGTH];
2664 // so the parameter is set to TEST_STR_LENGTH * 4 to clear the entire array.
2665 memset_s(names, TEST_STR_LENGTH * 4, 0, TEST_STR_LENGTH * 4);
2683 size_t testStrLength = TEST_STR_LENGTH;
2684 char testStrInner[TEST_STR_LENGTH + 1];