Searched refs:LogotypeImageResolution (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 310 } LogotypeImageResolution; typedef 317 LogotypeImageResolution *resolution; 380 ASN1_CHOICE(LogotypeImageResolution) = { 381 ASN1_IMP(LogotypeImageResolution, d.numBits, ASN1_INTEGER, 1), 382 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2) 383 } ASN1_CHOICE_END(LogotypeImageResolution); 390 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution),
|