Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y57 static void add_oid_to_tail(struct objid *, struct objid *);
842 add_oid_to_tail($2, $1);
981 add_oid_to_tail(struct objid *head, struct objid *tail) in add_oid_to_tail() function
H A Dasn1parse.c271 static void add_oid_to_tail(struct objid *, struct objid *);
2452 add_oid_to_tail((yyvsp[(2) - (2)].objid), (yyvsp[(1) - (2)].objid));
2804 add_oid_to_tail(struct objid *head, struct objid *tail) in add_oid_to_tail() function