Searched defs:head_size (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproviders.c290 int head_size; local
302 head_size = strlen(reply->data);
305 head_size + body->length);
308 memcpy(&reply->data[head_size], body->data, body->length);
309 reply->length = head_size + body->length;

Completed in 10 milliseconds