Searched refs:addctx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtest_plugin.c57 void *addctx)
71 (*add)(addctx, type, (struct sockaddr *)&s);
84 void *addctx)
87 realm, domain, type, add, addctx);
50 resolve_lookup(void *ctx, unsigned long flags, enum locate_service_type service, const char *realm, int domain, int type, int (*add)(void *,int,struct sockaddr *), void *addctx) argument
77 resolve_lookup_old(void *ctx, unsigned long flags, enum locate_service_type service, const char *realm, int domain, int type, int (*add)(void *,int,struct sockaddr *), void *addctx) argument
/macosx-10.9.5/Heimdal-323.92.1/plugins/
H A DReachability.m96 void *addctx)
174 ret = addfunc(addctx, ai->ai_socktype, ai->ai_addr);
208 void *addctx)
211 realm, domain, type, addfunc, addctx);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dannounce.c180 struct addctx { struct
189 struct addctx *ctx = context;
409 struct addctx addctx; local
411 addctx.flags = flags;
412 addctx.realm = realm;
414 CFDictionaryApplyFunction(btmm, domains_add, &addctx);

Completed in 320 milliseconds