Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/asn1/
H A Dasn1parse.y56 static struct objid *new_objid(const char *label, int value);
851 $$ = new_objid($1, $3);
866 $$ = new_objid(NULL, $1);
970 new_objid(const char *label, int value) in new_objid() function
H A Dasn1parse.c270 static struct objid *new_objid(const char *label, int value);
2462 (yyval.objid) = new_objid((yyvsp[(1) - (4)].name), (yyvsp[(3) - (4)].constant));
2483 (yyval.objid) = new_objid(NULL, (yyvsp[(1) - (1)].constant));
2793 new_objid(const char *label, int value) in new_objid() function