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

  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.h 82 int id, void* cb_args);
85 struct dns_msg* response, int id, void* cb_args);
dynlibmod.c 231 int id, void* cb_args) {
232 struct cb_pair* cb_pair = (struct cb_pair*) cb_args;
237 struct dns_msg* response, int id, void* cb_args) {
238 struct cb_pair* cb_pair = (struct cb_pair*) cb_args;
  /src/external/bsd/unbound/dist/util/
module.h 299 * Called as func(qstate, id, cb_args)
303 * cb_args: argument passed when registering callback.
306 int id, void* cb_args);
310 * Called as func(qstate, response, id, cb_args)
315 * cb_args: argument passed when registering callback.
318 struct dns_msg* response, int id, void* cb_args);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 13186 struct stub_cb_args *cb_args; local
13193 cb_args = request->args;
13194 stub = cb_args->stub;
13366 isc_mem_put(zone->mctx, cb_args, sizeof(*cb_args));
13447 struct stub_cb_args *cb_args, dns_db_t *db,
13545 tmp_name = isc_mem_get(cb_args->stub->mctx,
13548 dns_name_dup(&ns.name, cb_args->stub->mctx, tmp_name);
13568 result = stub_request_nameserver_address(cb_args, true,
13576 result = stub_request_nameserver_address(cb_args, false
13609 struct stub_cb_args *cb_args; local
14690 struct stub_cb_args *cb_args; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 13342 struct stub_cb_args *cb_args = sgr->args; local
13343 dns_stub_t *stub = cb_args->stub;
13528 isc_mem_put(zone->mctx, cb_args, sizeof(*cb_args));
13613 struct stub_cb_args *cb_args, dns_db_t *db,
13711 tmp_name = isc_mem_get(cb_args->stub->mctx,
13714 dns_name_dup(&ns.name, cb_args->stub->mctx, tmp_name);
13734 result = stub_request_nameserver_address(cb_args, true,
13742 result = stub_request_nameserver_address(cb_args, false,
13755 dns_name_free(ns_name, cb_args->stub->mctx)
13764 struct stub_cb_args *cb_args = dns_request_getarg(request); local
14844 struct stub_cb_args *cb_args = NULL; local
    [all...]

Completed in 63 milliseconds