Searched refs:HttpPostData (Results 1 – 2 of 2) sorted by relevance
1571 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()
355 SlNetAppHttpServerPostData_t HttpPostData; /* SL_NETAPP_HTTPPOSTTOKENVALUE */ member