Searched refs:isc_counter_t (Results 1 - 8 of 8) sorted by relevance
| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | counter.h | 18 * \brief The isc_counter_t object is a simplified version of the 40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp); 46 isc_counter_increment(isc_counter_t *counter); 56 isc_counter_used(isc_counter_t *counter); 62 isc_counter_setlimit(isc_counter_t *counter, int limit); 68 isc_counter_attach(isc_counter_t *source, isc_counter_t **targetp); 74 isc_counter_detach(isc_counter_t **counterp);
|
| H A D | types.h | 42 typedef struct isc_counter isc_counter_t; /*%< Counter */ typedef in typeref:struct:isc_counter
|
| /bind-9.11.3/lib/isc/ |
| H A D | counter.c | 33 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { 35 isc_counter_t *counter; 62 isc_counter_increment(isc_counter_t *counter) { 75 isc_counter_used(isc_counter_t *counter) { 82 isc_counter_setlimit(isc_counter_t *counter, int limit) { 91 isc_counter_attach(isc_counter_t *source, isc_counter_t **targetp) { 104 destroy(isc_counter_t *counter) { 111 isc_counter_detach(isc_counter_t **counterp) { 112 isc_counter_t *counte [all...] |
| /bind-9.11.3/lib/isc/tests/ |
| H A D | counter_test.c | 25 isc_counter_t *counter = NULL;
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | resolver.h | 291 isc_counter_t *qc, isc_task_t *task,
|
| H A D | adb.h | 340 unsigned int depth, isc_counter_t *qc,
|
| /bind-9.11.3/lib/dns/ |
| H A D | adb.c | 332 unsigned int, isc_counter_t *qc, 2945 in_port_t port, unsigned int depth, isc_counter_t *qc, 4004 unsigned int depth, isc_counter_t *qc, dns_rdatatype_t type)
|
| H A D | resolver.c | 302 isc_counter_t * qc; 4227 isc_counter_t *qc, fetchctx_t **fctxp) 9406 isc_counter_t *qc, isc_task_t *task,
|
Completed in 115 milliseconds