Home
last modified time | relevance | path

Searched refs:EVENT_PROPAGATION_BLOCK (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Deventreg.c164 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationDeviceFatalErrorEvtHdlr_t)(currentNode->event))(pSl… in _SlDeviceFatalErrorEvtHdlr()
190 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationDeviceGeneralEvtHdlr_t)(currentNode->event))(pSlDev… in _SlDeviceGeneralEvtHdlr()
215 … if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationWlanEvtHdlr)(currentNode->event))(pSlWlanEvent)) in _SlWlanEvtHdlr()
240 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationNetAppEvtHdlr)(currentNode->event))(pSlNetAppEvent)) in _SlNetAppEvtHdlr()
264 … if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationSockEvtHdlr)(currentNode->event))(pSlSockEvent)) in _SlSockEvtHdlr()
289 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationNetAppHttpServerHdlr)(currentNode->event))(pSlHttpS… in _SlNetAppHttpServerHdlr()
314 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationNetAppRequestHdlr)(currentNode->event))(pNetAppRequ… in _SlNetAppRequestHdlr()
339 … if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationNetAppRequestMemFree)(currentNode->event))(buffer)) in _SlNetAppRequestMemFree()
363 …if(EVENT_PROPAGATION_BLOCK == ((_pSlPropogationSocketTriggerEventHandler)(currentNode->event))(pSl… in _SlSocketTriggerEventHandler()
Dsimplelink.h329 EVENT_PROPAGATION_BLOCK = 0, enumerator
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c144 if (EVENT_PROPAGATION_BLOCK == general_callbacks[i](slGeneralEvent) ) in _SlDrvHandleGeneralEvents()
203 if ( EVENT_PROPAGATION_BLOCK == wlan_callbacks[i](slWlanEvent) ) in _SlDrvHandleWlanEvents()
261 if (EVENT_PROPAGATION_BLOCK == netApp_callbacks[i](slNetAppEvent) ) in _SlDrvHandleNetAppEvents()
319 … if ( EVENT_PROPAGATION_BLOCK == httpServer_callbacks[i](slHttpServerEvent, slHttpServerResponse) ) in _SlDrvHandleHttpServerEvents()
375 if ( EVENT_PROPAGATION_BLOCK == sock_callbacks[i](slSockEvent) ) in _SlDrvHandleSockEvents()
433 if (EVENT_PROPAGATION_BLOCK == fatal_error_callbacks[i](slFatalErrorEvent) ) in _SlDrvHandleFatalErrorEvents()
490 … if (EVENT_PROPAGATION_BLOCK == netapp_request_callbacks[i](pNetAppRequest, pNetAppResponse) ) in _SlDrvHandleNetAppRequestEvents()
Dsl_socket.c2076 return EVENT_PROPAGATION_BLOCK; in _SlSocketHandleAsync_StartTLS()