Searched refs:xCallbackList (Results 1 – 1 of 1) sorted by relevance
45 static List_t xCallbackList; variable63 const ListItem_t * xEnd = listGET_END_MARKER( &xCallbackList ); in xDNSDoCallback()81 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in xDNSDoCallback()120 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in vDNSSetCallBack()135 vListInsertEnd( &xCallbackList, &pxCallback->xListItem ); in vDNSSetCallBack()159 const ListItem_t * xEnd = listGET_END_MARKER( &xCallbackList ); in vDNSCheckCallBack()189 if( listLIST_IS_EMPTY( &xCallbackList ) != pdFALSE ) in vDNSCheckCallBack()201 vListInitialise( &xCallbackList ); in vDNSCallbackInitialise()