OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_fd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_openssl.c
1451
long
have_fd
= -1;
local
1454
have_fd
= BIO_get_fd(bio, NULL);
1456
if (
have_fd
>= 0) {
1460
fd = (evutil_socket_t)
have_fd
;
1461
} else if (
have_fd
== (long)fd) {
bufferevent_openssl.c
1451
long
have_fd
= -1;
local
1454
have_fd
= BIO_get_fd(bio, NULL);
1456
if (
have_fd
>= 0) {
1460
fd = (evutil_socket_t)
have_fd
;
1461
} else if (
have_fd
== (long)fd) {
/src/external/bsd/libevent/dist/
bufferevent_openssl.c
1454
long
have_fd
= -1;
local
1457
have_fd
= BIO_get_fd(bio, NULL);
1459
if (
have_fd
>= 0) {
1463
fd = (evutil_socket_t)
have_fd
;
1464
} else if (
have_fd
== (long)fd) {
bufferevent_openssl.c
1454
long
have_fd
= -1;
local
1457
have_fd
= BIO_get_fd(bio, NULL);
1459
if (
have_fd
>= 0) {
1463
fd = (evutil_socket_t)
have_fd
;
1464
} else if (
have_fd
== (long)fd) {
Completed in 116 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026