Searched refs:notifyListHead (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c61 NotifyListNode *notifyListHead = NULL; variable
447 if (notifyListHead == NULL) {
449 notifyListHead = newNode;
453 currentNode = notifyListHead;
474 if (notifyListHead == NULL) {
481 currentNode = notifyListHead;
493 notifyListHead = currentNode->next;
521 if (notifyListHead == NULL) {
526 currentNode = notifyListHead;
527 notifyListHead
[all...]
H A Dpkcs11wrapper.h440 extern NotifyListNode *notifyListHead;

Completed in 71 milliseconds