Searched refs:sendevent (Results 1 – 4 of 4) sorted by relevance
120 isc_socketevent_t * sendevent; member
548 isc_event_free((isc_event_t **)&client->sendevent); in exit_check()741 REQUIRE(sevent == client->sendevent); in client_senddone()866 client->sendevent, sockflags); in client_sendpkg()871 (isc_event_t *)client->sendevent); in client_sendpkg()2137 client->sendevent = (isc_socketevent_t *) in client_create()2142 if (client->sendevent == NULL) { in client_create()2244 isc_event_free((isc_event_t **)&client->sendevent); in client_create()
209 isc_socketevent_t sendevent; member2254 ISC_EVENT_INIT(&query->sendevent, sizeof(query->sendevent), 0, NULL, in resquery_send()2258 &query->sendevent, 0); in resquery_send()
553 4096. [bug] Fix a use after free of query->sendevent.