Lines Matching defs:context
96 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest()
141 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse()
198 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk()
282 struct ChppAppState *context, uint8_t handle, enum ChppMessageType type) { in chppGetDispatchFunction()
339 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction()
356 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction()
373 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle()
395 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle()
419 struct ChppAppState *context, uint8_t handle) { in chppServiceStateOfHandle()
439 struct ChppAppState *context, uint8_t handle) { in chppClientStateOfHandle()
488 static void chppProcessPredefinedHandleDatagram(struct ChppAppState *context, in chppProcessPredefinedHandleDatagram()
662 void chppAppProcessRxDatagram(struct ChppAppState *context, uint8_t *buf, in chppAppProcessRxDatagram()
707 void chppAppProcessReset(struct ChppAppState *context) { in chppAppProcessReset()