Searched refs:nextEntry (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuOidParser.cpp160 char *nextEntry = NULL; local
206 nextEntry = strstr(ourEntry+1, OID_ENTRY_START);
213 ( (descStart > nextEntry) && // no description in THIS entry
214 (nextEntry != NULL) ) ) { // make sure this is valid
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuOidParser.cpp160 char *nextEntry = NULL; local
206 nextEntry = strstr(ourEntry+1, OID_ENTRY_START);
213 ( (descStart > nextEntry) && // no description in THIS entry
214 (nextEntry != NULL) ) ) { // make sure this is valid
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h195 value of nextEntry will be Nil.
197 extern int DTIterateEntries(DTEntryIterator iterator, DTEntry *nextEntry);
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c299 bootpent *nextEntry = listhead->bp_next; local
300 while (nextEntry != NULL) {
301 bootpent *temp = nextEntry->bp_next;
302 free(nextEntry);
303 nextEntry = temp;
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c177 int nextEntry; member in struct:__anon9175
236 history->nextEntry = 0;
243 entry = &history->entries[history->nextEntry++];
244 if (history->nextEntry == ENTRY_COUNT) history->nextEntry = 0;
274 e = history->nextEntry;
295 } while (e != history->nextEntry);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSlotIndexes.h606 IndexListEntry *nextEntry = 0;
609 nextEntry = indexList.end();
611 nextEntry = getMBBStartIdx(nextMBB).listEntry();
614 indexList.insert(nextEntry, startEntry);
615 indexList.insert(nextEntry, stopEntry);
618 SlotIndex endIdx(nextEntry, SlotIndex::Slot_Block);
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.cpp160 DebugLineInterpreter::FileEntry nextEntry; local
161 if (!parseFileEntry(offset, nextEntry))
163 m_prologue.fileEntries.append(nextEntry);
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c366 DTIterateEntries(DTEntryIterator iterator, DTEntry *nextEntry) argument
371 *nextEntry = NULL;
380 *nextEntry = iter->currentEntry;
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.cpp260 IODataQueueEntry * nextEntry; local
264 while ((nextEntry = IODataQueuePeek(_queueMappedMemory))) {
266 IOHIDEventRef event = IOHIDEventCreateWithBytes(kCFAllocatorDefault, (const UInt8*)&(nextEntry->data), nextEntry->size);
H A DIOHIDQueueClass.cpp530 IODataQueueEntry * nextEntry = IODataQueuePeek(fQueueMappedMemory);
534 if (nextEntry == NULL)
537 entrySize = nextEntry->size;
556 if (ret == kIOReturnSuccess && nextEntry)
558 IOHIDElementValue * nextElementValue = (IOHIDElementValue *) &(nextEntry->data);
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c510 IODataQueueEntry * nextEntry;
514 while ((nextEntry = IODataQueuePeek(device->queue.data))) {
516 IOHIDResourceDataQueueHeader * header = (IOHIDResourceDataQueueHeader*)&(nextEntry->data);
523 CFIndex reportLength = min(header->length, (nextEntry->size - sizeof(IOHIDResourceDataQueueHeader)));
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.h126 void *nextEntry; /* directory entry that didn't fit */ member in struct:smb_open_dir
222 #define d_nextEntry open_type.dir.nextEntry
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp1087 IOUserClientProcessEntry *entry, *nextEntry, *prevEntry = NULL; local
1175 TAILQ_FOREACH(nextEntry, &parentKext->userClientCallList, link) {
1176 if (nextEntry->calls <= entry->calls)
1179 prevEntry = nextEntry;
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp488 const shared_file_mapping_np* nextEntry = &regions[entryIndex+1]; local
489 if ( (nextEntry->sfm_init_prot & VM_PROT_ZF) != 0 ) {
490 uint64_t segOffset = nextEntry->sfm_address - entry->sfm_address;
492 segName(segIndex), (uintptr_t)(segActualLoadAddress(segIndex) + segOffset), (uintptr_t)(segActualLoadAddress(segIndex) + segOffset + nextEntry->sfm_size - 1));
560 const shared_file_mapping_np* nextEntry = &mappingTable[entryIndex+1]; local
561 if ( (nextEntry->sfm_init_prot & VM_PROT_ZF) != 0 ) {
562 uint64_t segOffset = nextEntry->sfm_address - entry->sfm_address;
565 (uintptr_t)(segActualLoadAddress(segIndex) + segOffset + nextEntry->sfm_size - 1));
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclVar.c2862 if (searchPtr->nextEntry != NULL) {
2863 varPtr2 = VarHashGetValue(searchPtr->nextEntry);
2868 searchPtr->nextEntry = Tcl_NextHashEntry(&searchPtr->search);
2869 if (searchPtr->nextEntry == NULL) {
2927 hPtr = searchPtr->nextEntry;
2934 searchPtr->nextEntry = NULL;
2973 searchPtr->nextEntry = VarHashFirstEntry(varPtr->value.tablePtr,
H A DtclInt.h498 Tcl_HashEntry *nextEntry; /* Non-null means this is the next element to member in struct:ArraySearch
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclVar.c3046 if (searchPtr->nextEntry != NULL) {
3047 varPtr2 = (Var *) Tcl_GetHashValue(searchPtr->nextEntry);
3052 searchPtr->nextEntry = Tcl_NextHashEntry(&searchPtr->search);
3053 if (searchPtr->nextEntry == NULL) {
3293 hPtr = searchPtr->nextEntry;
3300 searchPtr->nextEntry = NULL;
3366 searchPtr->nextEntry = Tcl_FirstHashEntry(varPtr->value.tablePtr,
H A DtclInt.h395 Tcl_HashEntry *nextEntry; /* Non-null means this is the next element member in struct:ArraySearch

Completed in 204 milliseconds