Searched refs:hints (Results 1 – 10 of 10) sorted by relevance
| /doc/designs/ddd/ |
| A D | ddd-03-fd-blocking.c | 141 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 D | ddd-04-fd-nonblocking.c | 307 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 D | ddd-05-mem-nonblocking.c | 362 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 D | ddd-06-mem-uv.c | 723 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 D | OSSL_ENCODER_CTX_new_for_pkey.pod | 114 These are only 'hints' since the encoder implementations are free to
|
| A D | SSL_CTX_use_psk_identity_hint.pod | 58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
|
| A D | ENGINE_add.pod | 251 the F<< <openssl/engine.h> >> header file includes some hints.
|
| /doc/designs/ |
| A D | ml-dsa.md | 136 (e.g hints have 1 bit coefficients so 8 coefficients can be packed into 1 byte)
|
| /doc/man7/ |
| A D | provider-encoder.pod | 198 hints, but must do so with care. In the end, the output must make sense,
|
| /doc/man1/ |
| A D | openssl-cmp.pod.in | 1334 although they usually contain hints that would be helpful for diagnostics.
|
Completed in 110 milliseconds