FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
OSSL_NELEM
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
875
#define OSSL_NELEM(x) (sizeof(x) / sizeof((x)[0]))
crypto/openssl/include/internal/nelem.h
14
#define OSSL_NELEM(x) (sizeof(x) / sizeof((x)[0]))