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

/sssd-io/src/util/
H A Dtev_curl.c332 struct tcurl_sock *tcsock; local
355 tcsock = register_curl_socket(tctx, s, flags);
356 if (tcsock == NULL) {
363 tcsock = talloc_get_type(socketp, struct tcurl_sock);
364 if (tcsock == NULL) {
369 tevent_fd_set_flags(tcsock->fde, flags);
375 tcsock = talloc_get_type(socketp, struct tcurl_sock);
376 if (tcsock == NULL) {
383 talloc_free(tcsock);

Completed in 8 milliseconds