Searched refs:test_strings (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_txt_test.c | 28 static CHAR *test_strings[] = { variable 152 …status = nx_mdns_service_add(&mdns_0, "test", (CHAR *)"_ipp._tcp", NX_NULL, test_strings[0], 100, … in ntest_0_entry() 160 …status = nx_mdns_service_add(&mdns_0, "test1", (CHAR *)"_ipp._tcp", NX_NULL, test_strings[1], 100,… in ntest_0_entry()
|
| D | netx_mdns_internal_function_test.c | 143 CHAR *test_strings[] = {"First", "Second", "Third", "M"}; in ntest_0_entry() local 862 … test_strings[i], strlen(test_strings[i]), (VOID **)&inserted_strings[i], NX_FALSE, NX_TRUE)) in ntest_0_entry() 880 … test_strings[i], strlen(test_strings[i]), (VOID **)&inserted_strings[i], NX_FALSE, NX_TRUE)) in ntest_0_entry() 912 CHAR *test_strings[] = { in ntest_1_entry() local 926 UINT string_count= sizeof(test_strings) / sizeof(CHAR*); in ntest_1_entry() 966 …test_strings[index], strlen(test_strings[index]), (VOID **)&rr[add_count].nx_mdns_rr_name, NX_FALS… in ntest_1_entry() 982 …test_strings[index], strlen(test_strings[index]), (VOID **)&rr[add_count].nx_mdns_rr_name, NX_FALS… in ntest_1_entry() 1031 CHAR *test_strings[] = { in ntest_2_entry() local 1045 UINT string_count= sizeof(test_strings) / sizeof(CHAR*); in ntest_2_entry() 1065 …test_strings[index], strlen(test_strings[index]), (VOID **)&inserted_strings[add_count], NX_FALSE,… in ntest_2_entry()
|