Home
last modified time | relevance | path

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

/doc/designs/ddd/
A Dddd-03-fd-blocking.c141 struct addrinfo hints = {0}, *result = NULL; in main() local
160 hints.ai_family = AF_INET; in main()
161 hints.ai_socktype = SOCK_STREAM; in main()
162 hints.ai_flags = AI_PASSIVE; in main()
163 rc = getaddrinfo(argv[1], argv[2], &hints, &result); in main()
A Dddd-04-fd-nonblocking.c307 struct addrinfo hints = {0}, *result = NULL; in main() local
328 hints.ai_family = AF_INET; in main()
329 hints.ai_socktype = SOCK_STREAM; in main()
330 hints.ai_flags = AI_PASSIVE; in main()
331 rc = getaddrinfo(argv[1], argv[2], &hints, &result); in main()
A Dddd-05-mem-nonblocking.c362 struct addrinfo hints = {0}, *result = NULL; local
380 hints.ai_family = AF_INET;
381 hints.ai_socktype = SOCK_STREAM;
382 hints.ai_flags = AI_PASSIVE;
383 rc = getaddrinfo(argv[1], argv[2], &hints, &result);
A Dddd-06-mem-uv.c723 struct addrinfo hints = {0}, *result = NULL; in main() local
737 hints.ai_family = AF_INET; in main()
738 hints.ai_socktype = SOCK_STREAM; in main()
739 hints.ai_flags = AI_PASSIVE; in main()
740 rc = getaddrinfo(argv[1], argv[2], &hints, &result); in main()
/doc/man3/
A DOSSL_ENCODER_CTX_new_for_pkey.pod114 These are only 'hints' since the encoder implementations are free to
A DSSL_CTX_use_psk_identity_hint.pod58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
A DENGINE_add.pod251 the F<< <openssl/engine.h> >> header file includes some hints.
/doc/designs/
A Dml-dsa.md136 (e.g hints have 1 bit coefficients so 8 coefficients can be packed into 1 byte)
/doc/man7/
A Dprovider-encoder.pod198 hints, but must do so with care. In the end, the output must make sense,
/doc/man1/
A Dopenssl-cmp.pod.in1334 although they usually contain hints that would be helpful for diagnostics.

Completed in 110 milliseconds