Searched refs:sh_init (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/backends/ |
H A D | sh_init.c | 43 sh_init (Elf *elf __attribute__ ((unused)), in sh_init() function
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem_sec.c | 87 static int sh_init(size_t size, size_t minsize); 104 if ((ret = sh_init(size, minsize)) != 0) { in CRYPTO_secure_malloc_init() 230 * is only changed by the sh_init() and sh_done() calls which are not in CRYPTO_secure_allocated() 410 static int sh_init(size_t size, size_t minsize) in sh_init() function
|
/third_party/openssl/crypto/ |
H A D | mem_sec.c | 87 static int sh_init(size_t size, size_t minsize); 104 if ((ret = sh_init(size, minsize)) != 0) { in CRYPTO_secure_malloc_init() 230 * is only changed by the sh_init() and sh_done() calls which are not in CRYPTO_secure_allocated() 404 static int sh_init(size_t size, size_t minsize) in sh_init() function
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 44 Ebl *sh_init (Elf *, GElf_Half, Ebl *); 81 { sh_init, "elf_sh", "sh", 2, EM_SH, 0, 0 },
|
/third_party/curl/lib/ |
H A D | multi.c | 341 * sh_init() creates a new socket hash and returns the handle for it. 358 static void sh_init(struct Curl_hash *hash, int hashsize) in sh_init() function 389 sh_init(&multi->sockhash, hashsize); in Curl_multi_handle()
|
Completed in 8 milliseconds