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

/sssd-io/src/util/
H A Dtev_curl.c68 struct tcurl_sock { struct
262 struct tcurl_sock *tcs = NULL;
266 tcs = talloc_get_type(data, struct tcurl_sock);
296 * registers the tcurl_sock structure as a private pointer for the curl
299 static struct tcurl_sock *register_curl_socket(struct tcurl_ctx *tctx,
303 struct tcurl_sock *tcs;
305 tcs = talloc_zero(tctx, struct tcurl_sock);
332 struct tcurl_sock *tcsock;
363 tcsock = talloc_get_type(socketp, struct tcurl_sock);
375 tcsock = talloc_get_type(socketp, struct tcurl_sock);
[all...]

Completed in 7 milliseconds