HomeSort by: relevance | last modified time | path
    Searched refs:current_io_context (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-api.c 261 io_context_t *current_io_context = test_state->current_io_context; local
263 TEST_FAIL_CHECK(test_state, current_io_context != NULL, "no I/O state");
264 TEST_FAIL_CHECK(test_state, current_io_context->datagram_callback != NULL, "no datagram callback");
272 current_io_context->datagram_callback(current_io_context, data, len);
305 current_io_context->datagram_callback(current_io_context->srp_context, message, length);
330 test_state->current_io_context = io_context;
test-api.h 44 io_context_t *NULLABLE current_io_context; member in struct:test_state
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
lease-expiry.c 72 void *io_context = state->current_io_context;
srpl-update-after-remove.c 172 void *io_context = state->current_io_context;
srpl-cycle-through-peers.c 219 void *io_context = state->current_io_context;

Completed in 19 milliseconds