Searched refs:newClient (Results 1 – 2 of 2) sorted by relevance
170 const struct ChppClient *newClient) { in chppRegisterClient() argument171 CHPP_NOT_NULL(newClient); in chppRegisterClient()187 newClient; in chppRegisterClient()190 chppUuidToStr(newClient->descriptor.uuid, uuidText); in chppRegisterClient()194 newClient->descriptor.version.major, in chppRegisterClient()195 newClient->descriptor.version.minor, in chppRegisterClient()196 newClient->descriptor.version.patch, newClient->minLength); in chppRegisterClient()
164 const struct ChppClient *newClient);