Searched refs:hlu (Results 1 – 3 of 3) sorted by relevance
115 hyperlinks_remove(struct hyperlinks_uri *hlu) in hyperlinks_remove() argument117 struct hyperlinks *hl = hlu->tree; in hyperlinks_remove()119 TAILQ_REMOVE(&global_hyperlinks, hlu, list_entry); in hyperlinks_remove()122 RB_REMOVE(hyperlinks_by_inner_tree, &hl->by_inner, hlu); in hyperlinks_remove()123 RB_REMOVE(hyperlinks_by_uri_tree, &hl->by_uri, hlu); in hyperlinks_remove()125 free(__UNCONST(hlu->internal_id)); in hyperlinks_remove()126 free(__UNCONST(hlu->external_id)); in hyperlinks_remove()127 free(__UNCONST(hlu->uri)); in hyperlinks_remove()128 free(hlu); in hyperlinks_remove()136 struct hyperlinks_uri find, *hlu; in hyperlinks_put() local[all …]
2592 prefix is 0x66, not 0x67. Patch from H.J. Lu (hlu@nynexst.com).