Searched refs:gDdnsChangedEvent (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 198 DEBUG_LOCAL HANDLE gDdnsChangedEvent = NULL; // DynDNS config changed variable 1421 if ((gDdnsKey != NULL) && (gDdnsChangedEvent)) in ServiceSpecificRun() 1423 …yValue(gDdnsKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gDdnsChangedEvent, TRUE); in ServiceSpecificRun() 1698 gDdnsChangedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications() 1699 err = translate_errno( gDdnsChangedEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications() 1705 …Value( gDdnsKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gDdnsChangedEvent, TRUE); in SetupNotifications() 1826 if ( gDdnsChangedEvent != NULL ) in TearDownNotifications() 1828 CloseHandle( gDdnsChangedEvent ); in TearDownNotifications() 1829 gDdnsChangedEvent = NULL; in TearDownNotifications() 2001 *waitItemPtr++ = gDdnsChangedEvent; in SetupWaitList()
|