Lines Matching defs:c
2 * dnstap/unbound-dnstap-socket.c - debug program that listens for DNSTAP logs.
4 * Copyright (c) 2020, NLnet Labs. All rights reserved.
66 #include <protobuf-c/protobuf-c.h>
67 #include "dnstap/dnstap.pb-c.h"
88 printf("-c internal unit test and exit\n");
1459 int c;
1501 while( (c=getopt(argc, argv, "hcls:t:u:vx:y:z:")) != -1) {
1502 switch(c) {
1537 case 'c':
1539 fatal_exit("-c option needs compilation with "
1607 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
1615 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
1623 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
1631 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
1692 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
1796 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),