Searched refs:avoid_method (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h354 const char *avoid_method; member in struct:event_config_entry
H A Devent.c484 if (entry->avoid_method != NULL &&
485 strcmp(entry->avoid_method, method) == 0)
1064 if (entry->avoid_method != NULL)
1065 mm_free((char *)entry->avoid_method);
1097 if ((entry->avoid_method = mm_strdup(method)) == NULL) {
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h354 const char *avoid_method; member in struct:event_config_entry
H A Devent.c500 if (entry->avoid_method != NULL &&
501 strcmp(entry->avoid_method, method) == 0)
1111 if (entry->avoid_method != NULL)
1112 mm_free((char *)entry->avoid_method);
1144 if ((entry->avoid_method = mm_strdup(method)) == NULL) {

Completed in 170 milliseconds