Searched defs:notifyListHead (Results 1 - 1 of 1) 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...]

Completed in 31 milliseconds