Home
last modified time | relevance | path

Searched refs:ARG_UNUSED (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposerr.c40 # define ARG_UNUSED __attribute__ ((unused)) macro
42 # define ARG_UNUSED macro
72 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf, in regerror() argument
H A Dregposix.c278 onig_regex_t* reg ARG_UNUSED, void* arg) in i_wrapper() argument
H A Dregcomp.c419 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length() argument
420 regex_t* reg ARG_UNUSED, int ignore_case) in add_compile_string_length() argument
3903 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip() argument
4233 int raw ARG_UNUSED, OnigEncoding enc) in concat_opt_exact_info_str() argument
H A Dregenc.c352 onigenc_set_default_caseconv_table(const UChar* table ARG_UNUSED) in onigenc_set_default_caseconv_table() argument
417 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() argument
437 ss_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in ss_apply_all_case_fold() argument
476 int ess_tsett_flag, OnigCaseFoldType flag ARG_UNUSED, in onigenc_get_case_fold_codes_by_str_with_map() argument
557 OnigCodePoint* sb_out ARG_UNUSED, in onigenc_not_support_get_ctype_code_range() argument
558 const OnigCodePoint* ranges[] ARG_UNUSED) in onigenc_not_support_get_ctype_code_range()
575 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold() argument
596 onigenc_single_byte_mbc_enc_len(const UChar* p ARG_UNUSED) in onigenc_single_byte_mbc_enc_len() argument
608 onigenc_single_byte_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in onigenc_single_byte_code_to_mbclen() argument
629 const UChar* end ARG_UNUSED) in onigenc_always_true_is_allowed_reverse_match() argument
[all …]
H A Dregenc.h61 #ifndef ARG_UNUSED
63 # define ARG_UNUSED __attribute__ ((unused)) macro
65 # define ARG_UNUSED macro
H A Dregexec.c2969 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_backward_skip() argument
H A Dregint.h79 # define ARG_UNUSED __attribute__ ((unused)) macro
81 # define ARG_UNUSED macro
H A Dregparse.c76 extern void onig_null_warn(const char* s ARG_UNUSED) { } in onig_null_warn() argument
443 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry() argument
500 i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg) in i_names() argument
533 i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map) in i_renumber_name() argument
3751 add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not, in add_ctype_to_cc_by_range() argument
3752 OnigEncoding enc ARG_UNUSED, in add_ctype_to_cc_by_range() argument
4895 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class() argument
5547 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string() argument
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_7.c107 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_9.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Dkoi8.c108 koi8_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in koi8_mbc_case_fold() argument
109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_mbc_case_fold() argument
H A Dkoi8_r.c107 koi8_r_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in koi8_r_mbc_case_fold() argument
108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_r_mbc_case_fold() argument
H A Dmktable.c345 static int IsDigit(int enc ARG_UNUSED, int c) in IsDigit() argument
1094 static int IsAscii(int enc ARG_UNUSED, int c) in IsAscii() argument
1100 static int IsNewline(int enc ARG_UNUSED, int c) in IsNewline() argument
1146 extern int main(int argc ARG_UNUSED, char* argv[] ARG_UNUSED) in main() argument
H A Dsjis.c130 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
131 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
202 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match() argument
H A Dunicode.c10962 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end, argument
H A Dutf16_be.c78 utf16be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf16be_mbc_to_code() argument
H A Dutf16_le.c84 utf16le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf16le_mbc_to_code() argument
H A Dutf32_be.c33 utf32be_mbc_enc_len(const UChar* p ARG_UNUSED) in utf32be_mbc_enc_len() argument
61 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32be_mbc_to_code() argument
67 utf32be_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32be_code_to_mbclen() argument
H A Dutf32_le.c33 utf32le_mbc_enc_len(const UChar* p ARG_UNUSED) in utf32le_mbc_enc_len() argument
61 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32le_mbc_to_code() argument
67 utf32le_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32le_code_to_mbclen() argument
H A Dutf8.c94 mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in mbc_to_code() argument
H A Diso8859_13.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_14.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_15.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_16.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_2.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument

Completed in 107 milliseconds

12