HomeSort by relevance Sort by last modified time
    Searched full:realloc_tmp (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 67 void *realloc_tmp; local
215 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) {
219 l->data = realloc_tmp;

Completed in 336 milliseconds