Home
last modified time | relevance | path

Searched defs:bst (Results 1 – 3 of 3) sorted by last modified time

/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst.c18 lexbor_bst_init(lexbor_bst_t *bst, size_t size) in lexbor_bst_init()
44 lexbor_bst_clean(lexbor_bst_t *bst) in lexbor_bst_clean()
55 lexbor_bst_destroy(lexbor_bst_t *bst, bool self_destroy) in lexbor_bst_destroy()
71 lexbor_bst_entry_make(lexbor_bst_t *bst, size_t size) in lexbor_bst_entry_make()
86 lexbor_bst_insert(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_insert()
145 lexbor_bst_insert_not_exists(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_insert_not_exists()
188 lexbor_bst_search(lexbor_bst_t *bst, lexbor_bst_entry_t *scope, size_t size) in lexbor_bst_search()
206 lexbor_bst_search_close(lexbor_bst_t *bst, lexbor_bst_entry_t *scope, in lexbor_bst_search_close()
228 lexbor_bst_remove(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, size_t size) in lexbor_bst_remove()
248 lexbor_bst_remove_close(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_remove_close()
[all …]
H A Dbst.h20 #define lexbor_bst_root(bst) (bst)->root argument
21 #define lexbor_bst_root_ref(bst) &((bst)->root) argument
H A Dbst_map.h27 lexbor_bst_t *bst; member

Completed in 10 milliseconds