Lines Matching defs:SH_LIST
300 } SH_LIST;
370 SH_LIST *temp;
375 temp = (SH_LIST *)ptr;
376 temp->next = *(SH_LIST **)list;
378 temp->p_next = (SH_LIST **)list;
390 SH_LIST *temp, *temp2;
392 temp = (SH_LIST *)ptr;
423 if (minsize <= sizeof(SH_LIST)) {
424 OPENSSL_assert(sizeof(SH_LIST) <= 65536);
427 * This must be a power of 2 and at least as large as the SH_LIST
430 minsize = sizeof(SH_LIST) - 1;
433 if (sizeof(SH_LIST) > 16)
435 if (sizeof(SH_LIST) > 256)
666 memset(chunk, 0, sizeof(SH_LIST));
701 memset(ptr > buddy ? ptr : buddy, 0, sizeof(SH_LIST));