Searched refs:bst_entry (Results 1 – 1 of 1) sorted by relevance
91 if (bst_entry == NULL) { in lexbor_bst_map_search()96 entry = bst_entry->value; in lexbor_bst_map_search()104 bst_entry = bst_entry->next; in lexbor_bst_map_search()106 while (bst_entry != NULL); in lexbor_bst_map_search()139 if (bst_entry == NULL) { in lexbor_bst_map_insert_not_exists()158 bst_entry = bst_entry->next; in lexbor_bst_map_insert_not_exists()167 bst_entry = bst_entry->next; in lexbor_bst_map_insert_not_exists()189 bst_entry->value = entry; in lexbor_bst_map_insert_not_exists()204 if (bst_entry == NULL) { in lexbor_bst_map_remove()224 bst_entry = bst_entry->next; in lexbor_bst_map_remove()[all …]
Completed in 5 milliseconds