Home
last modified time | relevance | path

Searched refs:ISC_LIST_INIT (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/ntp/lib/isc/
HDondestroy.c38 ISC_LIST_INIT(ondest->events); in isc_ondestroy_init()
HDresult.c153 ISC_LIST_INIT(tables); in initialize_action()
HDhttpd.c290 ISC_LIST_INIT(httpd->running); in isc_httpdmgr_create()
291 ISC_LIST_INIT(httpd->urls); in isc_httpdmgr_create()
580 ISC_LIST_INIT(httpd->bufflist); in isc_httpd_accept()
HDratelimiter.c77 ISC_LIST_INIT(rl->pending); in isc_ratelimiter_create()
HDtask.c692 ISC_LIST_INIT(events); in isc__task_purgerange()
1039 ISC_LIST_INIT(new_ready_tasks); in dispatch()
1040 ISC_LIST_INIT(new_priority_tasks); in dispatch()
HDlog.c286 ISC_LIST_INIT(lctx->messages); in isc_log_create()
351 ISC_LIST_INIT(lcfg->channels); in isc_logconfig_create()
HDmem.c885 ISC_LIST_INIT(contexts); in initialize_action()
962 ISC_LIST_INIT(ctx->pools); in isc__mem_createx2()
1006 ISC_LIST_INIT(ctx->debuglist[i]); in isc__mem_createx2()
HDentropy.c695 ISC_LIST_INIT(ent->sources); in isc_entropy_create()
/NextBSD/contrib/ntp/lib/isc/win32/
HDapp.c97 ISC_LIST_INIT(on_run); in isc__app_start()
HDcondition.c52 ISC_LIST_INIT(cond->threadlist); in isc_condition_init()
HDsocket.c1079 ISC_LIST_INIT(ev->bufferlist); in allocate_socketevent()
1391 ISC_LIST_INIT(lpo->bufferlist); in startio_send()
1457 ISC_LIST_INIT(sock->recv_list); in allocate_socket()
1458 ISC_LIST_INIT(sock->send_list); in allocate_socket()
1459 ISC_LIST_INIT(sock->accept_list); in allocate_socket()
2625 ISC_LIST_INIT(manager->socklist); in isc__socketmgr_create2()
2929 ISC_LIST_INIT(event->bufferlist); in isc__socket_recv2()
3159 ISC_LIST_INIT(event->bufferlist); in isc__socket_sendto2()
/NextBSD/contrib/ntp/lib/isc/include/isc/
HDutil.h190 #define INIT_LIST(type) ISC_LIST_INIT(type)
HDlist.h32 #define ISC_LIST_INIT(list) \ macro
/NextBSD/contrib/ntp/lib/isc/unix/
HDapp.c257 ISC_LIST_INIT(ctx->on_run); in isc__app_ctxstart()
HDsocket.c1600 ISC_LIST_INIT(ev->bufferlist); in allocate_socketevent()
2111 ISC_LIST_INIT(sock->recv_list); in allocate_socket()
2112 ISC_LIST_INIT(sock->send_list); in allocate_socket()
2113 ISC_LIST_INIT(sock->accept_list); in allocate_socket()
4206 ISC_LIST_INIT(manager->socklist); in isc__socketmgr_create2()
4620 ISC_LIST_INIT(event->bufferlist); in isc__socket_recv2()
4834 ISC_LIST_INIT(event->bufferlist); in isc__socket_sendto2()