Home | History | Annotate | Download | only in libevent

Lines Matching defs:TRY

6  * When editing this module, try to keep it re-mergeable by Adam.  Don't
316 /* we try to probe it at intervals as given below. Values are in seconds. */
587 /* We try the request again with another server. */
596 /* by the caller of this function, therefore pick will try */
732 * try the next one */
1098 /* Try to choose a strong transaction id which isn't already in flight */
1119 /* choose a namesever to use. This function will try to ignore */
1217 /* Try to write all pending replies on a given DNS server port. */
1907 /* try to send a request to a given server. */
1936 /* try to send a request, updating the fields of the request */
2015 /* 0 didn't try to transmit anything */
2375 /* to decide that a name is non-local and so try a raw lookup first. */
2554 /* if it is part of a search and, if so, try the next name in the list */
2566 /* no more postfixes to try, however we may need to try */
2569 /* yep, we need to try it raw */
2943 #define TRY(k, name) \
2967 TRY(nt_key, "NameServer");
2968 TRY(nt_key, "DhcpNameServer");
2969 TRY(interfaces_key, "NameServer");
2970 TRY(interfaces_key, "DhcpNameServer");
2980 TRY(win_key, "NameServer");
2989 #undef TRY