Home
last modified time | relevance | path

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

/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/
H A Dcomps_bradix.c514 COMPS_BRTreePair *rtpair; in __comps_brtree_all() local
555 rtpair = malloc(sizeof(COMPS_BRTreePair)); in __comps_brtree_all()
556 rtpair->key = pair->key; in __comps_brtree_all()
557 rtpair->data = ((COMPS_BRTreeData*)it->data)->data; in __comps_brtree_all()
558 rtpair->key_destroy = brt->key_destroy; in __comps_brtree_all()
559 comps_hslist_append(ret, rtpair, 0); in __comps_brtree_all()
H A Dcomps_radix.c471 COMPS_RTreePair *rtpair; in __comps_rtree_all() local
502 rtpair = malloc(sizeof(COMPS_RTreePair)); in __comps_rtree_all()
503 rtpair->key = __comps_strcpy(current_pair->key); in __comps_rtree_all()
504 rtpair->data = current_pair->data; in __comps_rtree_all()
505 comps_hslist_append(ret, rtpair, 0); in __comps_rtree_all()
H A Dcomps_objmradix.c617 COMPS_ObjMRTreePair *rtpair; in __comps_objmrtree_all() local
648 rtpair = malloc(sizeof(COMPS_ObjMRTreePair)); in __comps_objmrtree_all()
649 rtpair->key = __comps_strcpy(current_pair->key); in __comps_objmrtree_all()
650 rtpair->data = current_pair->data; in __comps_objmrtree_all()
651 comps_hslist_append(ret, rtpair, 0); in __comps_objmrtree_all()
H A Dcomps_objradix.c628 COMPS_ObjRTreePair *rtpair; in __comps_objrtree_all() local
659 rtpair = malloc(sizeof(COMPS_ObjRTreePair)); in __comps_objrtree_all()
660 rtpair->key = __comps_strcpy(current_pair->key); in __comps_objrtree_all()
661 rtpair->data = current_pair->data; in __comps_objrtree_all()
662 comps_hslist_append(ret, rtpair, 0); in __comps_objrtree_all()