/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | cms.h | 272 const EVP_CIPHER *cipher, unsigned int flags); global() variable 274 const EVP_CIPHER *cipher, unsigned int flags, global() variable [all...] |
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_dgram.c | 297 int flags = 0; in dgram_read() local
|
H A D | bio_lib.c | 206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() argument 211 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags() argument 216 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_local.h | 45 int flags; member 297 int flags; member 638 int32_t flags; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 626 int flags; in uv__nonblock_fcntl() local 657 int flags; uv__cloexec() local 675 uv__recvmsg(int fd, struct msghdr* msg, int flags) uv__recvmsg() argument 998 uv__open_cloexec(const char* path, int flags) uv__open_cloexec() argument [all...] |
H A D | aix.c | 767 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* filename, unsigned int flags) uv_fs_event_start() argument
|
H A D | os390.c | 654 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* filename, unsigned int flags) uv_fs_event_start() argument
|
H A D | stream.c | 393 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open() argument [all...] |
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 312 int uv_udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags) { in uv_udp_init_ex() argument 291 uv_tcp_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int flags) uv_tcp_bind() argument 342 uv_udp_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int flags) uv_udp_bind() argument [all...] |
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1408 let mut flags; test_extend() variables [all...] |
/third_party/python/Python/ |
H A D | symtable.c | 501 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name() argument 636 long scope, flags; in update_symbols() local 675 long flags = PyLong_AS_LONG(v) | DEF_FREE_CLASS; update_symbols() local 797 long flags = PyLong_AS_LONG(v); analyze_block() local 2134 _Py_SymtableStringObjectFlags(const char *str, PyObject *filename, int start, PyCompilerFlags *flags) _Py_SymtableStringObjectFlags() argument [all...] |
/third_party/popt/src/ |
H A D | popt.c | 154 poptGetContext(const char * name, int argc, const char ** argv, const struct poptOption * options, unsigned int flags) poptGetContext() argument 1554 poptAddAlias(poptContext con, struct poptAlias alias, UNUSED(int flags)) poptAddAlias() argument 1572 poptAddItem(poptContext con, poptItem newItem, int flags) poptAddItem() argument 1616 poptBadOption(poptContext con, unsigned int flags) poptBadOption() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.h | 70 pa_sink_input_flags_t flags; member 311 pa_sink_input_flags_t flags; member
|
H A D | resampler.c | 145 static pa_resample_method_t choose_auto_resampler(pa_resample_flags_t flags, in choose_auto_resampler() argument 158 fix_method( pa_resample_flags_t flags, pa_resample_method_t method, const uint32_t rate_a, const uint32_t rate_b) fix_method() argument 344 pa_resampler_new( pa_mempool *pool, const pa_sample_spec *a, const pa_channel_map *am, const pa_sample_spec *b, const pa_channel_map *bm, unsigned crossover_freq, pa_resample_method_t method, pa_resample_flags_t flags) pa_resampler_new() argument [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.c | 161 uint32_t flags; in context_get_sink_info_callback() local 441 uint32_t flags; in context_get_source_info_callback() local
|
H A D | internal.h | 163 pa_stream_flags_t flags; member
|
H A D | context.c | 986 pa_context_connect( pa_context *c, const char *server, pa_context_flags_t flags, const pa_spawn_api *api) global() argument
|
/third_party/python/Include/internal/ |
H A D | pycore_code.h | 173 int flags; member
|
/third_party/python/Include/ |
H A D | object.h | 238 unsigned int flags; member 765 unsigned long flags; PyType_HasFeature() local [all...] |
/third_party/openssl/crypto/bio/ |
H A D | bss_dgram.c | 297 int flags = 0; in dgram_read() local
|
H A D | bio_lib.c | 206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() argument 211 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags() argument 216 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags() argument [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_lib.c | 954 BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) BN_with_flags() argument [all...] |
/third_party/openssl/crypto/cms/ |
H A D | cms_env.c | 279 cms_RecipientInfo_ktri_init(CMS_RecipientInfo *ri, X509 *recip, EVP_PKEY *pk, unsigned int flags, const CMS_CTX *ctx) cms_RecipientInfo_ktri_init() argument 333 CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip, EVP_PKEY *originatorPrivKey, X509 *originator, unsigned int flags) CMS_add1_recipient() argument 389 CMS_add1_recipient_cert(CMS_ContentInfo *cms, X509 *recip, unsigned int flags) CMS_add1_recipient_cert() argument
|
/third_party/openssl/apps/ |
H A D | smime.c | 152 int flags = PKCS7_DETACHED, operation = 0, ret = 0, indef = 0; in smime_main() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_local.h | 45 int flags; member 297 int flags; member 638 int32_t flags; member
|