Home
last modified time | relevance | path

Searched refs:HttpPostData (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dnetapp.c1571 httpServerEvent.EventData.HttpPostData.Action.Len = httpPostTokenArgs->PostActionLen; in _SlNetAppEventHandler()
1572 httpServerEvent.EventData.HttpPostData.Action.pData = pPostParams; in _SlNetAppEventHandler()
1575 httpServerEvent.EventData.HttpPostData.TokenName.Len = httpPostTokenArgs->TokenNameLen; in _SlNetAppEventHandler()
1576 httpServerEvent.EventData.HttpPostData.TokenName.pData = pPostParams; in _SlNetAppEventHandler()
1579 … httpServerEvent.EventData.HttpPostData.TokenValue.Len = httpPostTokenArgs->TokenValueLen; in _SlNetAppEventHandler()
1580 httpServerEvent.EventData.HttpPostData.TokenValue.pData = pPostParams; in _SlNetAppEventHandler()
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dnetapp.h355 SlNetAppHttpServerPostData_t HttpPostData; /* SL_NETAPP_HTTPPOSTTOKENVALUE */ member