Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dasn1parse.y57 static struct objid *new_objid(const char *label, int value);
871 $$ = new_objid($1, $3);
886 $$ = new_objid(NULL, $1);
990 new_objid(const char *label, int value) in new_objid() function
Dasn1parse.c90 static struct objid *new_objid(const char *label, int value);
2468 (yyval.objid) = new_objid((yyvsp[-3].name), (yyvsp[-1].constant)); in yyparse()
2491 (yyval.objid) = new_objid(NULL, (yyvsp[0].constant)); in yyparse()
2787 new_objid(const char *label, int value) in new_objid() function