Lines Matching refs:aux
70 const ASN1_AUX *aux;
78 aux = it->funcs;
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
81 lck = offset2ptr(*pval, aux->ref_offset);
82 lock = offset2ptr(*pval, aux->ref_lock);
114 const ASN1_AUX *aux;
118 aux = it->funcs;
119 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0)
121 return offset2ptr(*pval, aux->enc_offset);
127 const ASN1_AUX *aux;
131 aux = it->funcs;
132 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0)
134 return offset2ptr(*pval, aux->enc_offset);