Home
last modified time | relevance | path

Searched refs:bst_entry (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst_map.c91 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