OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iothr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/dnstap/
dnstap.h
49
struct fstrm_iothr *
iothr
;
member in struct:dt_env
/src/external/mpl/bind/dist/lib/dns/
dnstap.c
110
struct fstrm_iothr *
iothr
;
member in struct:dns_dtenv
200
env->
iothr
= fstrm_iothr_init(*foptp, &fw);
201
if (env->
iothr
== NULL) {
328
if (env->
iothr
!= NULL) {
329
fstrm_iothr_destroy(&env->
iothr
);
353
env->
iothr
= fstrm_iothr_init(env->fopt, &fw);
354
if (env->
iothr
== NULL) {
432
if (env->
iothr
== NULL) {
442
fstrm_iothr_get_input_queue(env->
iothr
);
478
if (env->
iothr
!= NULL)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c
111
struct fstrm_iothr *
iothr
;
member in struct:dns_dtenv
209
env->
iothr
= fstrm_iothr_init(*foptp, &fw);
210
if (env->
iothr
== NULL) {
339
if (env->
iothr
!= NULL) {
340
fstrm_iothr_destroy(&env->
iothr
);
364
env->
iothr
= fstrm_iothr_init(env->fopt, &fw);
365
if (env->
iothr
== NULL) {
443
if (env->
iothr
== NULL) {
453
fstrm_iothr_get_input_queue(env->
iothr
);
489
if (env->
iothr
!= NULL)
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026