Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dmem_sec.c327 } SH_LIST; typedef
396 SH_LIST *temp; in sh_add_to_list()
401 temp = (SH_LIST *)ptr; in sh_add_to_list()
402 temp->next = *(SH_LIST **)list; in sh_add_to_list()
404 temp->p_next = (SH_LIST **)list; in sh_add_to_list()
416 SH_LIST *temp, *temp2; in sh_remove_from_list()
418 temp = (SH_LIST *)ptr; in sh_remove_from_list()
449 if (minsize <= sizeof(SH_LIST)) { in sh_init()
456 minsize = sizeof(SH_LIST) - 1; in sh_init()
459 if (sizeof(SH_LIST) > 16) in sh_init()
[all …]
/openssl/util/
H A Dindent.pro621 -T SH_LIST

Completed in 9 milliseconds