Searched refs:md_new (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/evp/
H A Dbio_md.c73 static int md_new(BIO *h);
85 md_new,
95 static int md_new(BIO *bi) function
/external/valgrind/main/helgrind/
H A Dhg_main.c3949 MallocMeta *md, *md_new, *md_tmp; local
4000 md_new = new_MallocMeta();
4001 *md_new = *md;
4011 md_new->where = VG_(record_ExeContext)( tid, 0 );
4012 md_new->szB = new_size;
4013 md_new->payload = p_new;
4014 md_new->thr = map_threads_lookup( tid );
4017 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new );

Completed in 75 milliseconds