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

/external/mdnsresponder/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c236 DEBUG_LOCAL QueryRef gQueryList = NULL; variable
451 while( gQueryList )
453 check_string( gQueryList->refCount == 1, "NSPCleanup with outstanding queries!" );
454 QueryRelease( gQueryList );
919 for( p = &gQueryList; *p; p = &( *p )->next ) {} // Find the end of the list.
1034 for( obj = gQueryList; obj; obj = obj->next )
1064 for( p = &gQueryList; *p; p = &( *p )->next )

Completed in 84 milliseconds