Searched refs:avoid_method (Results 1 – 2 of 2) sorted by relevance
356 const char *avoid_method; member
544 if (entry->avoid_method != NULL && in event_config_is_avoided_method()545 strcmp(entry->avoid_method, method) == 0) in event_config_is_avoided_method()1158 if (entry->avoid_method != NULL) in event_config_entry_free()1159 mm_free(__UNCONST(entry->avoid_method)); in event_config_entry_free()1191 if ((entry->avoid_method = mm_strdup(method)) == NULL) { in event_config_avoid_method()