Searched refs:XREALLOC (Results 1 – 3 of 3) sorted by relevance
11 #ifndef XREALLOC12 #define XREALLOC realloc macro
28 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
255 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) { in s_der_decode_sequence_flexi()
Completed in 6 milliseconds