Searched refs:interop_list (Results 1 – 1 of 1) sorted by relevance
35 static list_t* interop_list = NULL; variable93 list_append(interop_list, entry); in interop_database_add()97 if (interop_list) list_clear(interop_list); in interop_database_clear()103 list_free(interop_list); in interop_clean_up()104 interop_list = NULL; in interop_clean_up()145 if (interop_list == NULL) { in interop_lazy_init_()146 interop_list = list_new(interop_free_entry_); in interop_lazy_init_()152 if (interop_list == NULL || list_length(interop_list) == 0) return false; in interop_match_dynamic_()154 const list_node_t* node = list_begin(interop_list); in interop_match_dynamic_()155 while (node != list_end(interop_list)) { in interop_match_dynamic_()