Lines Matching defs:value
26 * Given an ASN1_ITEM CHOICE type return the selector value
45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value,
55 *sel = value;
60 * Do atomic reference counting. The value 'op' decides what to do.
63 * If |op| is -1, count is decremented and the return value is the current
250 * might be a legitimate value in the table
257 /* Let application callback translate value */
271 if (atbl->value == selector)
282 /* FIXME: should log the value or OID of unsupported type */