Searched refs:StopNow (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DExampleClientApp.c34 static volatile mDNSBool StopNow; variable
41 StopNow = mDNStrue;
49 while (!StopNow)
77 if (errno != EINTR) StopNow = mDNStrue;
H A DIdentify.c67 static volatile int StopNow; // 0 means running, 1 means stop because we got an answer, 2 means stop because of Ctrl-C variable
116 StopNow = 1;
160 if (/*NumHINFO && */ (NumAddr || NumAAAA)) StopNow = 1;
183 StopNow = 0;
185 while (!StopNow)
205 else if (errno != EINTR) StopNow = 2;
241 StopNow = 2;
252 if (StopNow == 0 && NumAnswers == 0 && target && target->type)
257 if (StopNow == 0 && NumAnswers == 0)
259 return(StopNow);
[all...]

Completed in 52 milliseconds