Searched refs:isc_task_purge (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | task.h | 312 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type,
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 362 (void)isc_task_purge(task3, NULL, 0, 0); 1613 * We're testing isc_task_purge. 1615 nevents = isc_task_purge(task, purge_sender, 1619 t_info("*** isc_task_purge returned %d, expected %d\n", 1623 t_info("isc_task_purge returned %d\n", nevents); 1775 "A call to isc_task_purge(task, sender, type, tag) " 2370 { (PFV) t10, "isc_task_purge" },
|
/bind-9.11.3/lib/dns/ |
H A D | cache.c | 1125 (void)isc_task_purge(task, NULL, DNS_EVENT_CACHECLEAN, NULL);
|
H A D | acache.c | 1043 (void)isc_task_purge(task, NULL, DNS_EVENT_ACACHECLEAN, NULL);
|
/bind-9.11.3/lib/isc/ |
H A D | task.c | 727 XTRACE("isc_task_purge"); 2244 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) function
|
Completed in 30 milliseconds