/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regenc.c | 354 onigenc_set_default_caseconv_table(const UChar* table ARG_UNUSED) in onigenc_set_default_caseconv_table() argument 396 onigenc_ascii_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in onigenc_ascii_apply_all_case_fold() argument 418 onigenc_ascii_get_case_fold_codes_by_str(OnigCaseFoldType flag ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() argument 419 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() argument 439 ss_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in ss_apply_all_case_fold() argument 478 int ess_tsett_flag, OnigCaseFoldType flag ARG_UNUSED, in onigenc_get_case_fold_codes_by_str_with_map() argument 558 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range() argument 559 OnigCodePoint* sb_out ARG_UNUSED, in onigenc_not_support_get_ctype_code_range() argument 560 const OnigCodePoint* ranges[] ARG_UNUSED) in onigenc_not_support_get_ctype_code_range() 576 onigenc_ascii_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, const UChar** p, in onigenc_ascii_mbc_case_fold() argument [all …]
|
D | regposerr.c | 44 # define ARG_UNUSED __attribute__ ((unused)) macro 46 # define ARG_UNUSED macro 76 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf, in regerror() argument
|
D | regenc.h | 61 #ifndef ARG_UNUSED 63 # define ARG_UNUSED __attribute__ ((unused)) macro 65 # define ARG_UNUSED macro
|
D | regposix.c | 280 onig_regex_t* reg ARG_UNUSED, void* arg) in i_wrapper() argument
|
D | regint.h | 79 # define ARG_UNUSED __attribute__ ((unused)) macro 81 # define ARG_UNUSED macro
|
D | regparse.c | 78 extern void onig_null_warn(const char* s ARG_UNUSED) { } in onig_null_warn() argument 454 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry() argument 511 i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg) in i_names() argument 544 i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map) in i_renumber_name() argument 3764 add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not, in add_ctype_to_cc_by_range() argument 3765 OnigEncoding enc ARG_UNUSED, in add_ctype_to_cc_by_range() argument 4908 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class() argument 5566 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string() argument
|
D | regcomp.c | 423 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length() argument 424 regex_t* reg ARG_UNUSED, int ignore_case) in add_compile_string_length() argument 3923 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip() argument 4253 int raw ARG_UNUSED, OnigEncoding enc) in concat_opt_exact_info_str() argument
|
D | regexec.c | 2982 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_backward_skip() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | utf16_le.c | 84 utf16le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf16le_mbc_to_code() argument
|
D | unicode.c | 10980 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end, argument
|