Searched defs:freelist (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c1503 * its own freelist of PK11_SESSION structures so handle fork() here
1504 * by destroying the old and creating new freelist.
1505 * The returned PK11_SESSION structure is disconnected from the freelist.
1510 PK11_SESSION *sp = NULL, *sp1, *freelist; local
1541 freelist = session_cache[optype].head;
1542 sp = freelist;
1547 * structure from the freelist.
1568 freelist = sp->next;
1584 while ((sp1 = freelist) != NULL)
1586 freelist
1685 PK11_SESSION *freelist; local
1758 PK11_SESSION *freelist = NULL; local
[all...]

Completed in 14 milliseconds