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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A 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)
H A Dasn1parse.c90 static struct objid *new_objid(const char *label, int value);
2468 (yyval.objid) = new_objid((yyvsp[-3].name), (yyvsp[-1].constant));
2491 (yyval.objid) = new_objid(NULL, (yyvsp[0].constant));
2787 new_objid(const char *label, int value) function

Completed in 107 milliseconds