Searched refs:xCallbackList (Results 1 – 1 of 1) sorted by relevance
45 static List_t xCallbackList; variable61 const ListItem_t * xEnd = listGET_END_MARKER( &xCallbackList ); in xDNSDoCallback()100 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in xDNSDoCallback()151 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in vDNSSetCallBack()168 vListInsertEnd( &xCallbackList, &pxCallback->xListItem ); in vDNSSetCallBack()193 const ListItem_t * xEnd = listGET_END_MARKER( &xCallbackList ); in vDNSCheckCallBack()265 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in vDNSCheckCallBack()278 vListInitialise( &xCallbackList ); in vDNSCallbackInitialise()