Lines Matching refs:operation
29 * PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
210 static int operation;
314 // Sample callback functions for each of the operation types
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
509 // cancel the current operation when we've got a multiple of five results
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
577 switch (operation)
648 if (operation == 'A' || operation == 'U' || operation == 'N')
752 if (operation == 'C')
833 if (operation == 'A' || operation == 'U' || operation == 'N')
1094 operation = getfirstoption(argc, argv, "EFBZLlRPQqtCAUNTMISV"
1102 if (operation == -1) goto Fail;
1106 switch (operation)
1147 if (operation == 'l') rflags |= kDNSServiceFlagsWakeOnResolve;
1174 if (operation == 'q') flags |= kDNSServiceFlagsSuppressUnusable;
1175 if (operation == 't') flags |= (kDNSServiceFlagsSuppressUnusable | kDNSServiceFlagsTimeout);