Searched defs:truncated (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/named/
H A Dmain.c336 const char truncated[] = "..."; local
365 INSIST(sizeof(saved_command_line) >= sizeof(truncated));
368 strcpy(eob - sizeof(truncated), truncated);
H A Dupdate.c2923 const char *truncated = ""; local
2932 truncated = " [TRUNCATED]";
2943 truncated);
/bind-9.11.3/lib/dns/
H A Dresolver.c4640 * accept the reply message as a truncated
7671 isc_boolean_t truncated; local
7719 truncated = ISC_FALSE;
7821 * and/or wasn't marked as being truncated,
7851 truncated = ISC_TRUE;
8038 * when there is a signed, truncated response so we check
8071 * Deal with truncated responses by retrying using TCP.
8074 truncated = ISC_TRUE;
8076 if (truncated) {
8085 FCTXTRACE3("message truncated", resul
[all...]

Completed in 46 milliseconds