Home
last modified time | relevance | path

Searched defs:input_flags (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_local.h64 int input_flags; /* Flags from the user */ member
H A Dui_lib.c97 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
/third_party/openssl/crypto/ui/
H A Dui_local.h64 int input_flags; /* Flags from the user */ member
H A Dui_lib.c97 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
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c455 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_builtin_string_prototype_object_replace() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1685 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_exec_helper() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_common.c1195 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() argument
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

Completed in 13 milliseconds