Home
last modified time | relevance | path

Searched refs:evmethod (Results 1 – 4 of 4) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlobj.c35 FORWARD LOCAL LVAL evmethod(LVAL obj, LVAL msgcls, LVAL method);
361 val = evmethod(obj,msgcls,method); in xsendmsg()
379 LOCAL LVAL evmethod(LVAL obj, LVAL msgcls, LVAL method) in evmethod() function
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dunbound.c104 const char *evnm="event", *evsys="", *evmethod=""; in print_build_options() local
111 ub_get_event_sys(base, &evnm, &evsys, &evmethod); in print_build_options()
113 evnm, evsys, evmethod, in print_build_options()
/dports/dns/unbound/unbound-1.14.0/dnstap/
H A Dunbound-dnstap-socket.c1195 const char *evnm="event", *evsys="", *evmethod=""; in setup_and_run() local
1209 ub_get_event_sys(base, &evnm, &evsys, &evmethod); in setup_and_run()
1210 if(verbosity) log_info("%s %s uses %s method", evnm, evsys, evmethod); in setup_and_run()
/dports/dns/unbound/unbound-1.14.0/util/
H A Dnetevent.c174 const char *evnm="event", *evsys="", *evmethod=""; in comm_base_create() local
190 ub_get_event_sys(b->eb->base, &evnm, &evsys, &evmethod); in comm_base_create()
191 verbose(VERB_ALGO, "%s %s uses %s method.", evnm, evsys, evmethod); in comm_base_create()