Searched refs:XREALLOC (Results 1 – 3 of 3) sorted by relevance
18 #ifndef XREALLOC19 #define XREALLOC realloc macro
35 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
261 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) { in der_decode_sequence_flexi()
Completed in 39 milliseconds