H A D | der_copy.c | 20 * may be used to endorse or promote products derived from this software 24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 42 heim_general_string *to) in der_copy_general_string() argument 44 *to = strdup(*from); in der_copy_general_string() 45 if(*to == NULL) in der_copy_general_string() 51 der_copy_integer (const int *from, int *to) in der_copy_integer() argument 53 *to = *from; in der_copy_integer() 58 der_copy_integer64 (const int64_t *from, int64_t *to) in der_copy_unsigned() argument 60 *to in der_copy_unsigned() 65 der_copy_generalized_time(const time_t * from,time_t * to) der_copy_generalized_time() argument 72 der_copy_utctime(const time_t * from,time_t * to) der_copy_utctime() argument 79 der_copy_utf8string(const heim_utf8_string * from,heim_utf8_string * to) der_copy_utf8string() argument 86 der_copy_printable_string(const heim_printable_string * from,heim_printable_string * to) der_copy_printable_string() argument 99 der_copy_ia5_string(const heim_ia5_string * from,heim_ia5_string * to) der_copy_ia5_string() argument 105 der_copy_bmp_string(const heim_bmp_string * from,heim_bmp_string * to) der_copy_bmp_string() argument 117 der_copy_universal_string(const heim_universal_string * from,heim_universal_string * to) der_copy_universal_string() argument 129 der_copy_visible_string(const heim_visible_string * from,heim_visible_string * to) der_copy_visible_string() argument 135 der_copy_octet_string(const heim_octet_string * from,heim_octet_string * to) der_copy_octet_string() argument 150 der_copy_heim_integer(const heim_integer * from,heim_integer * to) der_copy_heim_integer() argument 162 der_copy_oid(const heim_oid * from,heim_oid * to) der_copy_oid() argument 174 der_copy_bit_string(const heim_bit_string * from,heim_bit_string * to) der_copy_bit_string() argument [all...] |