Searched refs:objdata (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/bearssl/test/ |
| H A D | test_x509.c | 964 value = HT_get(objdata, name); in get_value() 1160 sn = get_value(objtype, objdata, linenum, "n"); in parse_object() 1258 shashes = HT_get(objdata, "hashes"); in parse_object() 1287 stime = HT_get(objdata, "time"); in parse_object() 1326 HT *objdata; in process_conf_file() local 1336 objdata = HT_new(); in process_conf_file() 1347 parse_object(objtype, objdata, objlinenum); in process_conf_file() 1348 HT_clear(objdata, xfree); in process_conf_file() 1360 if (parse_keyvalue(objdata) < 0) { in process_conf_file() 1367 parse_object(objtype, objdata, objlinenum); in process_conf_file() [all …]
|
| /freebsd-14.2/include/rpcsvc/ |
| H A D | nis_object.x | 263 union objdata switch (zotypes zo_type) { 312 objdata zo_data; /* Data structure for this type */
|