Searched defs:nooprequest (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlwres_test.c67 lwres_nooprequest_t nooprequest, *nooprequest2; local
76 nooprequest.datalength = strlen(TESTSTRING);
77 /* XXXDCL maybe "nooprequest.data" should be const. */
78 DE_CONST(TESTSTRING, nooprequest.data);
79 ret = lwres_nooprequest_render(ctx, &nooprequest, &pkt, &b);
97 assert(nooprequest.datalength == nooprequest2->datalength);
98 assert(memcmp(nooprequest.data, nooprequest2->data,
99 nooprequest.datalength) == 0);
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c55 lwres_nooprequest_t nooprequest, *nooprequest2; local
64 nooprequest.datalength = strlen((char *)TESTSTRING);
65 nooprequest.data = TESTSTRING;
66 ret = lwres_nooprequest_render(ctx, &nooprequest, &pkt, &b);
80 assert(nooprequest.datalength == nooprequest2->datalength);
81 assert(memcmp(nooprequest.data, nooprequest2->data,
82 nooprequest.datalength) == 0);

Completed in 11 milliseconds