/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 112 ret->input_flags = input_flags; in general_allocate_prompt() 121 enum UI_string_types type, int input_flags, in general_allocate_string() 127 type, input_flags, result_buf); in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() 171 type, input_flags, result_buf); in general_allocate_boolean() 776 return uis->input_flags; in UI_get_input_flags() 97 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_prompt() argument 119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument 146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
|
H A D | ui_local.h | 64 int input_flags; /* Flags from the user */ member
|
/third_party/openssl/crypto/ui/ |
H A D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 112 ret->input_flags = input_flags; in general_allocate_prompt() 121 enum UI_string_types type, int input_flags, in general_allocate_string() 127 type, input_flags, result_buf); in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() 171 type, input_flags, result_buf); in general_allocate_boolean() 776 return uis->input_flags; in UI_get_input_flags() 97 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_prompt() argument 119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument 146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
|
H A D | ui_local.h | 64 int input_flags; /* Flags from the user */ member
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 239 pub input_flags: InputFlags, 264 termios.c_iflag = self.input_flags.bits(); 290 termios.c_iflag = self.input_flags.bits(); 310 self.input_flags = InputFlags::from_bits_truncate(termios.c_iflag); 330 input_flags: InputFlags::from_bits_truncate(termios.c_iflag), in from()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-string-prototype.c | 455 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_builtin_string_prototype_object_replace() local 460 &input_flags); in ecma_builtin_string_prototype_object_replace() 550 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_replace()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativePPC_common.c | 1195 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() argument 1207 sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_SIGN_EXT | ALT_SET_FLAGS); in emit_op() 1233 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op() 1253 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, sugg_src2_r, src2, src2w, TMP_REG2)); in emit_op() 1262 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); 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 2443 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, TMP_REG1, dst, dstw, TMP_REG1)); in sljit_emit_op_flags() 2565 return emit_op_mem(compiler, input_flags, reg, dst, dstw, TMP_REG1); in sljit_emit_op_flags()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-regexp-object.c | 1685 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_exec_helper() local 1690 &input_flags); in ecma_regexp_exec_helper() 1739 if (input_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_exec_helper() 1853 if (input_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_exec_helper() 1882 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_exec_helper()
|