Searched refs:InitLinkedList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DGenLinkedList.h34 void InitLinkedList( GenLinkedList *pList, size_t linkOffset);
H A DGenLinkedList.c37 void InitLinkedList( GenLinkedList *pList, size_t linkOffset) function
H A Ddnsextd.c245 InitLinkedList( &self->eventSources, offsetof( EventSource, next));
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPoll.c289 InitLinkedList( &gPoll.sources, offsetof( PollSource, next ) );
290 InitLinkedList( &gPoll.workers, offsetof( Worker, next ) );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSPosix.c1669 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next));

Completed in 137 milliseconds