Home
last modified time | relevance | path

Searched refs:tmpdata (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c175 const void **tmpdata; in sk_reserve() local
215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
216 if (tmpdata == NULL) { in sk_reserve()
221 st->data = tmpdata; in sk_reserve()
/freebsd/sys/geom/journal/
H A Dg_journal.c812 u_char *tmpdata; in g_journal_insert() local
941 tmpdata = NULL; in g_journal_insert()
943 tmpdata = cbp->bio_data + nend - cstart; in g_journal_insert()
945 cbp->bio_joffset + nend - cstart, tmpdata, flags); in g_journal_insert()
978 tmpdata = cbp->bio_data; in g_journal_insert()
979 if (tmpdata != NULL) { in g_journal_insert()
983 bcopy(tmpdata + nend - cstart, in g_journal_insert()
986 gj_free(tmpdata, cend - cstart); in g_journal_insert()