Searched refs:httpPostTokenArgs (Results 1 – 1 of 1) sorted by relevance
1566 …SlNetAppHttpServerPostToken_t *httpPostTokenArgs = (SlNetAppHttpServerPostToken_t *)_SL_RESP_ARGS_… in _SlNetAppEventHandler() local1567 pPostParams = (_u8 *)((SlNetAppHttpServerPostToken_t *)httpPostTokenArgs + 1); in _SlNetAppEventHandler()1571 httpServerEvent.EventData.HttpPostData.Action.Len = httpPostTokenArgs->PostActionLen; in _SlNetAppEventHandler()1573 pPostParams+=httpPostTokenArgs->PostActionLen; in _SlNetAppEventHandler()1575 httpServerEvent.EventData.HttpPostData.TokenName.Len = httpPostTokenArgs->TokenNameLen; in _SlNetAppEventHandler()1577 pPostParams+=httpPostTokenArgs->TokenNameLen; in _SlNetAppEventHandler()1579 … httpServerEvent.EventData.HttpPostData.TokenValue.Len = httpPostTokenArgs->TokenValueLen; in _SlNetAppEventHandler()