Searched refs:COPY_SIZE (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/asn1/ |
H A D | x_long.c | 14 #define COPY_SIZE(a, b) (sizeof(a) < sizeof(b) ? sizeof(a) : sizeof(b)) macro 51 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in ASN1_ITEM_start() 57 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in long_free() 92 memcpy(<mp, pval, COPY_SIZE(*pval, ltmp)); in long_i2c() 185 memcpy(pval, <mp, COPY_SIZE(*pval, ltmp)); in long_c2i() 194 memcpy(&l, pval, COPY_SIZE(*pval, l)); in long_print()
|
Completed in 8 milliseconds