Searched refs:offset2ptr (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/asn1/ |
D | tasn_utl.c | 70 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) macro 78 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() 89 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector() 111 lck = offset2ptr(*pval, aux->ref_offset); in asn1_do_lock() 136 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr() 208 pvaltmp = offset2ptr(*pval, tt->offset); in asn1_get_field_ptr() 235 sfld = offset2ptr(*pval, adb->offset); in asn1_do_adb()
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | tasn_utl.c | 70 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) macro 78 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() 89 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector() 111 lck = offset2ptr(*pval, aux->ref_offset); in asn1_do_lock() 136 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr() 208 pvaltmp = offset2ptr(*pval, tt->offset); in asn1_get_field_ptr() 235 sfld = offset2ptr(*pval, adb->offset); in asn1_do_adb()
|