Lines Matching refs:ChppAppHeader
283 struct ChppAppHeader *chppAllocClientRequest( in chppAllocClientRequest()
287 struct ChppAppHeader *result = chppMalloc(len); in chppAllocClientRequest()
300 struct ChppAppHeader *chppAllocClientRequestCommand( in chppAllocClientRequestCommand()
302 struct ChppAppHeader *result = in chppAllocClientRequestCommand()
303 chppAllocClientRequest(clientState, sizeof(struct ChppAppHeader)); in chppAllocClientRequestCommand()
313 struct ChppAppHeader *requestHeader, in chppClientTimestampRequest()
349 const struct ChppAppHeader *responseHeader) { in chppClientTimestampResponse()
489 struct ChppAppHeader *request = in chppClientSendOpenRequest()
527 CHPP_ASSERT(len >= sizeof(struct ChppAppHeader)); in chppClientProcessOpenResponse()
529 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppClientProcessOpenResponse()
577 struct ChppAppHeader *response = in chppClientCloseOpenRequests()
578 chppMalloc(sizeof(struct ChppAppHeader)); in chppClientCloseOpenRequests()
589 sizeof(struct ChppAppHeader)); in chppClientCloseOpenRequests()