Home
last modified time | relevance | path

Searched refs:answer_size (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ldns/
H A Dnet.c339 struct timeval timeout, size_t *answer_size) argument
350 answer = ldns_tcp_read_wire_timeout(sockfd, answer_size, timeout);
365 struct timeval timeout, size_t *answer_size) argument
368 to, tolen, NULL, 0, timeout, answer_size);
448 struct timeval timeout, size_t *answer_size) argument
470 answer = ldns_udp_read_wire(sockfd, answer_size, NULL, NULL);
485 struct timeval timeout, size_t *answer_size) argument
488 timeout, answer_size);
/dragonfly/contrib/gcc-4.7/libcpp/
H A Ddirectives.c2256 size_t answer_size; in do_assert() local
2272 answer_size = sizeof (struct answer) + ((new_answer->count - 1) in do_assert()
2279 (answer_size); in do_assert()
2280 memcpy (new_answer, temp_answer, answer_size); in do_assert()
2283 BUFF_FRONT (pfile->a_buff) += answer_size; in do_assert()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Ddirectives.c2355 size_t answer_size; in do_assert() local
2371 answer_size = sizeof (struct answer) + ((new_answer->count - 1) in do_assert()
2378 (answer_size); in do_assert()
2379 memcpy (new_answer, temp_answer, answer_size); in do_assert()
2382 BUFF_FRONT (pfile->a_buff) += answer_size; in do_assert()