Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y58 static void add_oid_to_tail(struct objid *, struct objid *);
862 add_oid_to_tail($2, $1);
1001 add_oid_to_tail(struct objid *head, struct objid *tail) in add_oid_to_tail() function
H A Dasn1parse.c91 static void add_oid_to_tail(struct objid *, struct objid *);
2457 add_oid_to_tail((yyvsp[0].objid), (yyvsp[-1].objid)); in yyparse()
2798 add_oid_to_tail(struct objid *head, struct objid *tail) in add_oid_to_tail() function