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

/sssd-io/src/util/
H A Dtev_curl.c262 struct tcurl_sock *tcs = NULL; local
266 tcs = talloc_get_type(data, struct tcurl_sock);
267 if (tcs == NULL) {
278 /* multi_socket_action might invalidate tcs when the transfer ends,
281 tctx = tcs->tctx;
284 curl_multi_socket_action(tcs->tctx->multi_handle,
285 tcs->sockfd,
303 struct tcurl_sock *tcs; local
305 tcs = talloc_zero(tctx, struct tcurl_sock);
306 if (tcs
[all...]

Completed in 7 milliseconds