Home
last modified time | relevance | path

Searched refs:sock_watched (Results 1 – 1 of 1) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dcall-pinentry.c1382 gnupg_fd_t sock_watched = ctrl->thread_startup.fd; in do_getpin() local
1387 rc = watch_sock_start (&sock_watched, &thread); in do_getpin()
1419 watch_sock_end (&sock_watched, &thread); in do_getpin()
1990 gnupg_fd_t sock_watched = ctrl->thread_startup.fd; in agent_get_confirmation() local
1993 rc = watch_sock_start (&sock_watched, &thread); in agent_get_confirmation()
2002 watch_sock_end (&sock_watched, &thread); in agent_get_confirmation()
2016 gnupg_fd_t sock_watched = *(gnupg_fd_t *)arg; in popup_message_thread() local
2019 rc = watch_sock_start (&sock_watched, &thread); in popup_message_thread()
2029 watch_sock_end (&sock_watched, &thread); in popup_message_thread()