Searched refs:nextKey (Results 1 – 12 of 12) sorted by relevance
109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys; in ptw32_tkAssocCreate()110 if (assoc->nextKey != NULL) in ptw32_tkAssocCreate()112 assoc->nextKey->prevKey = assoc; in ptw32_tkAssocCreate()
69 next = assoc->nextKey; in ptw32_tkAssocDestroy()72 prev->nextKey = next; in ptw32_tkAssocDestroy()
142 assoc = assoc->nextKey; in pthread_setspecific()
156 sp->nextAssoc = assoc->nextKey; in ptw32_callUserDestroyRoutines()
504 ThreadKeyAssoc *nextKey; member
696 String nextKey; in test_saveLjava_io_OutputStreamLjava_lang_String() local698 nextKey = (String) e.nextElement(); in test_saveLjava_io_OutputStreamLjava_lang_String()700 .getProperty(nextKey), myProps2.getProperty(nextKey)); in test_saveLjava_io_OutputStreamLjava_lang_String()729 String nextKey; in test_storeLjava_io_OutputStreamLjava_lang_String() local750 nextKey = (String) e.nextElement(); in test_storeLjava_io_OutputStreamLjava_lang_String()752 .getProperty(nextKey).equals(myProps.getProperty(nextKey))); in test_storeLjava_io_OutputStreamLjava_lang_String()781 String nextKey; in test_storeLjava_io_WriterLjava_lang_String() local783 nextKey = (String) e.nextElement(); in test_storeLjava_io_WriterLjava_lang_String()785 .getProperty(nextKey).equals(myProps.getProperty(nextKey))); in test_storeLjava_io_WriterLjava_lang_String()872 String nextKey; in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String() local[all …]
115 const char *nextKey = placeHolder; in getSystemRegistryString() local120 while (*nextKey && (*nextKey != '\\')) in getSystemRegistryString()121 nextKey++; in getSystemRegistryString()159 strncat(bestName, nextKey, sizeof(bestName) - 1); in getSystemRegistryString()
127 PlatformThreadSpecificKey* nextKey = key->next(); in ThreadSpecificThreadExit() local129 key = nextKey; in ThreadSpecificThreadExit()
225 PK11SymKey *nextKey = NULL; in PK11SDR_DecryptWithSlot() local249 for (testKey = keyList; testKey; testKey = nextKey) { in PK11SDR_DecryptWithSlot()250 nextKey = PK11_GetNextSymKey(testKey); in PK11SDR_DecryptWithSlot()
228 PK11SymKey *nextKey = NULL; in PK11SDR_DecryptWithSlot() local252 for (testKey = keyList; testKey; testKey = nextKey) { in PK11SDR_DecryptWithSlot()253 nextKey = PK11_GetNextSymKey(testKey); in PK11SDR_DecryptWithSlot()
420 DomainAuthInfo * nextKey = key->next; in ParseConfig() local424 key = nextKey; in ParseConfig()431 DomainAuthInfo * nextKey = key->next; in ParseConfig() local435 key = nextKey; in ParseConfig()
744 K nextKey; field in AbstractReferenceMap.ReferenceIteratorBase776 nextKey = e.getKey(); in hasNext()792 return (nextKey == null) || (nextValue == null); in nextNull()802 currentKey = nextKey; in nextEntry()804 nextKey = null; in nextEntry()