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

/bind-9.6-ESV-R11/bin/tests/
H A Dlwres_test.c68 static const char *TESTSTRING = "This is a test. This is only a test. !!!"; variable
84 nooprequest.datalength = strlen(TESTSTRING);
86 DE_CONST(TESTSTRING, nooprequest.data);
120 noopresponse.datalength = strlen(TESTSTRING);
122 DE_CONST(TESTSTRING, noopresponse.data);
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c53 static unsigned char TESTSTRING[] = variable
71 nooprequest.datalength = strlen((char *)TESTSTRING);
72 nooprequest.data = TESTSTRING;
102 noopresponse.datalength = strlen((char *)TESTSTRING);
103 noopresponse.data = TESTSTRING;

Completed in 563 milliseconds