Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dmem_sec.c285 } SH_LIST; typedef
355 SH_LIST *temp; in sh_add_to_list()
360 temp = (SH_LIST *)ptr; in sh_add_to_list()
361 temp->next = *(SH_LIST **)list; in sh_add_to_list()
363 temp->p_next = (SH_LIST **)list; in sh_add_to_list()
375 SH_LIST *temp, *temp2; in sh_remove_from_list()
377 temp = (SH_LIST *)ptr; in sh_remove_from_list()
408 if (minsize <= sizeof(SH_LIST)) { in sh_init()
415 minsize = sizeof(SH_LIST) - 1; in sh_init()
418 if (sizeof(SH_LIST) > 16) in sh_init()
[all …]
/openssl-master/util/
A Dindent.pro623 -T SH_LIST

Completed in 3 milliseconds