Searched refs:interop_list (Results 1 – 1 of 1) sorted by relevance
35 static list_t* interop_list = NULL; variable92 list_append(interop_list, entry); in interop_database_add()96 if (interop_list) list_clear(interop_list); in interop_database_clear()102 list_free(interop_list); in interop_clean_up()103 interop_list = NULL; in interop_clean_up()143 if (interop_list == NULL) { in interop_lazy_init_()144 interop_list = list_new(interop_free_entry_); in interop_lazy_init_()150 if (interop_list == NULL || list_length(interop_list) == 0) return false; in interop_match_dynamic_()152 const list_node_t* node = list_begin(interop_list); in interop_match_dynamic_()153 while (node != list_end(interop_list)) { in interop_match_dynamic_()