Searched refs:tube_create (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/
H A Dtube.h128 struct tube* tube_create(void);
H A Dtube.c60 struct tube* tube_create(void) function
66 log_err("tube_create: out of memory");
530 struct tube* tube_create(void) function
538 log_err("tube_create: out of memory");
/openbsd-current/sbin/unwind/libunbound/util/
H A Dtube.h128 struct tube* tube_create(void);
H A Dtube.c60 struct tube* tube_create(void) function
66 log_err("tube_create: out of memory");
530 struct tube* tube_create(void) function
538 log_err("tube_create: out of memory");
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dlibunbound.c187 if((ctx->qq_pipe = tube_create()) == NULL) {
200 if((ctx->rr_pipe = tube_create()) == NULL) {
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dlibunbound.c187 if((ctx->qq_pipe = tube_create()) == NULL) {
200 if((ctx->rr_pipe = tube_create()) == NULL) {
/openbsd-current/usr.sbin/unbound/daemon/
H A Dworker.c2081 if(!(worker->cmd = tube_create())) {

Completed in 203 milliseconds