Home
last modified time | relevance | path

Searched defs:flags (Results 3826 - 3850 of 4726) sorted by relevance

1...<<151152153154155156157158159160>>...190

/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h137 int flags; member
254 unsigned long flags; member
300 unsigned long flags; member
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
H A Dasn1t.h490 unsigned long flags; /* Various flags */ member
506 unsigned long flags; /* Variou member
671 unsigned long flags; global() member
704 int flags; global() member
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1t.h490 unsigned long flags; /* Various flags */ member
506 unsigned long flags; /* Variou member
671 unsigned long flags; global() member
704 int flags; global() member
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c126 EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags) in EVP_PKEY_meth_new() argument
448 int flags = dst->flags; in EVP_PKEY_meth_copy() local
H A De_aes.c1783 unsigned char flags; s390x_aes_ccm() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dpkcs7.h401 int flags); variable
403 const EVP_CIPHER *cipher, int flags, global() variable
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c884 static void print_chain_flags(SSL *s, int flags) in print_chain_flags() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dcms.c241 static CMS_ContentInfo *load_content_info(int informat, BIO *in, int flags, in load_content_info() argument
301 int flags = CMS_DETACHED, binary_files = 0; in cms_main() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dfs.c1520 int flags; uv__fs_statx() local
1784 uv_fs_access(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, uv_fs_cb cb) uv_fs_access() argument
1983 uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb) uv_fs_open() argument
2025 uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, uv_fs_cb cb) uv_fs_scandir() argument
2132 uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, int flags, uv_fs_cb cb) uv_fs_symlink() argument
2228 uv_fs_copyfile(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, int flags, uv_fs_cb cb) uv_fs_copyfile() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dpipe.c75 uint32_t flags; member
381 uv__create_stdio_pipe_pair(uv_loop_t* loop, uv_pipe_t* parent_pipe, HANDLE* child_pipe_ptr, unsigned int flags) uv__create_stdio_pipe_pair() argument
[all...]
H A Dtty.c351 DWORD flags; in uv_tty_set_mode() local
[all...]
H A Dutil.c760 ULONG flags; in uv_interface_addresses() local
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c870 uvwasi_fd_fdstat_set_flags(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_fdflags_t flags) uvwasi_fd_fdstat_set_flags() argument
1689 uvwasi_path_filestat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_lookupflags_t flags, const char* path, uvwasi_size_t path_len, uvwasi_filestat_t* buf) uvwasi_path_filestat_get() argument
1747 uvwasi_path_filestat_set_times(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_lookupflags_t flags, const char* path, uvwasi_size_t path_len, uvwasi_timestamp_t st_atim, uvwasi_timestamp_t st_mtim, uvwasi_fstflags_t fst_flags) uvwasi_path_filestat_set_times() argument
1952 int flags; uvwasi_path_open() local
2736 uvwasi_sock_accept(uvwasi_t* uvwasi, uvwasi_fd_t sock, uvwasi_fdflags_t flags, uvwasi_fd_t* connect_sock) uvwasi_sock_accept() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_mbedtls.c337 self_signed_cert_verify_callback_mbedtls(void *data, mbedtls_x509_crt *crt COAP_UNUSED, int depth COAP_UNUSED, uint32_t *flags) self_signed_cert_verify_callback_mbedtls() argument
359 cert_verify_callback_mbedtls(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) cert_verify_callback_mbedtls() argument
[all...]
/third_party/python/Python/
H A Dtraceback.c682 PyCompilerFlags flags = _PyCompilerFlags_INIT; in extract_anchors_from_line() local
/third_party/openssl/test/
H A Dendecode_test.c149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h628 uint32_t flags; /* Various state flags */ member
665 uint8_t flags; /* Various flags */ member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c609 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_sw arg1, sljit_sw arg2) emit_op_imm() argument
898 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) emit_op_mem() argument
1329 sljit_s32 dst_r, flags, mem_flags; sljit_emit_op1() local
1424 sljit_s32 dst_r, flags, mem_flags; sljit_emit_op2() local
1622 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) emit_fop_mem() argument
2090 sljit_s32 dst_r, src_r, flags, mem_flags; sljit_emit_op_flags() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dstream.c1011 static void patch_buffer_attr(pa_stream *s, pa_buffer_attr *attr, pa_stream_flags_t *flags) { in patch_buffer_attr() argument
1215 create_stream( pa_stream_direction_t direction, pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags, const pa_cvolume *volume, pa_stream *sync_stream) create_stream() argument
1428 pa_stream_connect_playback( pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags, const pa_cvolume *volume, pa_stream *sync_stream) pa_stream_connect_playback() argument
1442 pa_stream_connect_record( pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags) pa_stream_connect_record() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c485 pa_source_flags_t flags; in pa_source_set_set_volume_callback() local
165 pa_source_new( pa_core *core, pa_source_new_data *data, pa_source_flags_t flags) pa_source_new() argument
510 pa_source_flags_t flags; pa_source_set_write_volume_callback() local
537 pa_source_flags_t flags; pa_source_set_set_mute_callback() local
557 pa_source_flags_t flags; enable_flat_volume() local
578 pa_source_flags_t flags; pa_source_enable_decibel_volume() local
[all...]

Completed in 44 milliseconds

1...<<151152153154155156157158159160>>...190