Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/mk/
H A Doptions.mk143 .set_options := ${.set_options} \
149 OPTIONS_SHOW ?= ${.set_options:O:u:@o@${OPTION_PREFIX}$o=${${OPTION_PREFIX}$o}@}
154 OPTIONS_DESCRIBE ?= ${.set_options:O:u:@o@${OPTION_PREFIX}$o=${${OPTION_PREFIX}$o}${${OPTION_DESCRI…
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp226 Flags set_options; in CreateFromStructuredData() local
236 set_options.Set(eEnabled); in CreateFromStructuredData()
246 set_options.Set(eOneShot); in CreateFromStructuredData()
256 set_options.Set(eAutoContinue); in CreateFromStructuredData()
266 set_options.Set(eIgnoreCount); in CreateFromStructuredData()
276 set_options.Set(eCondition); in CreateFromStructuredData()
/freebsd/contrib/ofed/librdmacm/examples/
H A Driostream.c320 static void set_options(int fd) in set_options() function
412 set_options(lrs); in server_connect()
432 set_options(rs); in server_connect()
459 set_options(rs); in client_connect()
H A Drstream.c280 static void set_options(int fd) in set_options() function
376 set_options(lrs); in server_connect()
399 set_options(rs); in server_connect()
441 set_options(rs); in client_connect()
H A Dudpong.c150 static void set_options(int fd) in set_options() function
280 set_options(rs); in svr_bind()
425 set_options(rs); in client_connect()
/freebsd/crypto/openssl/include/internal/
H A Drecordmethod.h287 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options); member
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1906 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_read_ahead()
2985 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in ossl_ctrl_internal()
6277 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_options()
6278 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options); in SSL_set_options()
6308 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_clear_options()
6309 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options); in SSL_clear_options()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drecord-layer.md268 `set_options()`: called by libssl in the event that the current set of options
570 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options);