Searched defs:ARG_UNUSED (Results 1 – 10 of 10) sorted by relevance
/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() 396 onigenc_ascii_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in onigenc_ascii_apply_all_case_fold() 418 onigenc_ascii_get_case_fold_codes_by_str(OnigCaseFoldType flag ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() 419 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() 439 ss_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in ss_apply_all_case_fold() 478 int ess_tsett_flag, OnigCaseFoldType flag ARG_UNUSED, in onigenc_get_case_fold_codes_by_str_with_map() 558 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range() 559 OnigCodePoint* sb_out 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() 577 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold() [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()
|
D | regenc.h | 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()
|
D | regparse.c | 78 extern void onig_null_warn(const char* s ARG_UNUSED) { } in onig_null_warn() 454 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry() 511 i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg) in i_names() 544 i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map) in i_renumber_name() 3764 add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not, in add_ctype_to_cc_by_range() 3765 OnigEncoding enc ARG_UNUSED, in add_ctype_to_cc_by_range() 4908 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class() 5566 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string()
|
D | regcomp.c | 423 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length() 424 regex_t* reg ARG_UNUSED, int ignore_case) in add_compile_string_length() 3923 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip() 4253 int raw ARG_UNUSED, OnigEncoding enc) in concat_opt_exact_info_str()
|
D | regint.h | 79 # define ARG_UNUSED __attribute__ ((unused)) macro 81 # define ARG_UNUSED macro
|
D | regexec.c | 2982 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_backward_skip()
|
/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()
|
D | unicode.c | 10980 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end,
|