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

/freebsd-12-stable/include/rpcsvc/
H A Dnis_object.x264 union objdata switch (zotypes zo_type) {
313 objdata zo_data; /* Data structure for this type */
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_x509.c960 get_value(char *objtype, HT *objdata, long linenum, char *name) argument
964 value = HT_get(objdata, name);
1146 parse_object(char *objtype, HT *objdata, long linenum) argument
1150 name = get_value(objtype, objdata, linenum, "name");
1155 stype = get_value(objtype, objdata, linenum, "type");
1160 sn = get_value(objtype, objdata, linenum, "n");
1161 se = get_value(objtype, objdata, linenum, "e");
1171 sc = get_value(objtype, objdata, linenum, "curve");
1172 sq = get_value(objtype, objdata, linenum, "q");
1197 dnfile = get_value(objtype, objdata, linenu
1326 HT *objdata; local
[all...]

Completed in 88 milliseconds