Searched defs:input_flags (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/openssl/openssl/crypto/ui/ |
| D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 121 enum UI_string_types type, int input_flags, in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean()
|
| D | ui_local.h | 64 int input_flags; /* Flags from the user */ member
|
| /third_party/openssl/crypto/ui/ |
| D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 121 enum UI_string_types type, int input_flags, in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean()
|
| D | ui_local.h | 64 int input_flags; /* Flags from the user */ member
|
| /third_party/rust/crates/nix/src/sys/ |
| D | termios.rs | 239 pub input_flags: InputFlags, field
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativePPC_common.c | 1195 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() 2430 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags() local 2432 sljit_s32 input_flags = WORD_DATA; in sljit_emit_op_flags() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-string-prototype.c | 455 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_builtin_string_prototype_object_replace() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| D | ecma-regexp-object.c | 1685 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_exec_helper() local
|