Home
last modified time | relevance | path

Searched refs:numberOfQuestions (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h80 mDNSu32 numberOfQuestions; // Number of questions for this server member
98 mDNSu32 numberOfQuestions; // Number of questions for this zone member
H A DuDNS.c5853 zone->numberOfQuestions--; in DNSPushReconcileConnection()
5856 q->dnsPushServer->numberOfQuestions--; in DNSPushReconcileConnection()
5862 if (zone->numberOfQuestions == 0) in DNSPushReconcileConnection()
6144 zone->numberOfQuestions++; in GetConnectionToDNSPushNotificationServer()
6145 zoneServer->numberOfQuestions++; in GetConnectionToDNSPushNotificationServer()
6164 newZone->numberOfQuestions = 1; in GetConnectionToDNSPushNotificationServer()
6172 server->numberOfQuestions++; in GetConnectionToDNSPushNotificationServer()
6192 newServer->numberOfQuestions = 1; in GetConnectionToDNSPushNotificationServer()
6220 newZone->numberOfQuestions = 1; in GetConnectionToDNSPushNotificationServer()
H A DmDNS.c15064 if (server->numberOfQuestions != 0) in uDNS_SetupDNSConfig()