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

/sssd/src/responder/secrets/
H A Dsecsrv_private.h35 struct sec_data { struct
85 struct sec_data body;
87 struct sec_data reply;
114 int sec_http_status_reply(TALLOC_CTX *mem_ctx, struct sec_data *reply,
116 int sec_http_reply_with_body(TALLOC_CTX *mem_ctx, struct sec_data *reply,
119 struct sec_data *body);
120 int sec_http_reply_with_headers(TALLOC_CTX *mem_ctx, struct sec_data *reply,
123 struct sec_data *body);
144 int sec_send_data(int fd, struct sec_data *data);
145 int sec_recv_data(int fd, struct sec_data *dat
[all...]

Completed in 2192 milliseconds