Searched refs:TESTSTRING (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlwres_test.c60 static const char *TESTSTRING = "This is a test. This is only a test. !!!"; variable
76 nooprequest.datalength = strlen(TESTSTRING);
78 DE_CONST(TESTSTRING, nooprequest.data);
112 noopresponse.datalength = strlen(TESTSTRING);
114 DE_CONST(TESTSTRING, noopresponse.data);
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c46 static unsigned char TESTSTRING[] = variable
64 nooprequest.datalength = strlen((char *)TESTSTRING);
65 nooprequest.data = TESTSTRING;
95 noopresponse.datalength = strlen((char *)TESTSTRING);
96 noopresponse.data = TESTSTRING;

Completed in 1195 milliseconds