Searched refs:P_ (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | oniguruma.h | 43 #ifndef P_ 45 # define P_(args) args macro 47 # define P_(args) () 325 int onigenc_init P_((void)); 778 int onig_init P_((void)); 795 void onig_free P_((OnigRegex)); 797 void onig_free_body P_((OnigRegex)); 829 OnigRegion* onig_region_new P_((void)); 913 int onig_end P_((void)); 915 const char* onig_version P_((void)); [all …]
|
H A D | oniggnu.h | 63 void re_mbcinit P_((int)); 65 int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf)); 67 int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf)); 69 void re_free_pattern P_((struct re_pattern_buffer*)); 71 int re_adjust_startpos P_((struct re_pattern_buffer*, const char*, int, int, int)); 73 int re_search P_((struct re_pattern_buffer*, const char*, int, int, int, struct re_registers*)); 75 int re_match P_((struct re_pattern_buffer*, const char *, int, int, struct re_registers*)); 77 void re_set_casetable P_((const char*)); 79 void re_free_registers P_((struct re_registers*)); 81 int re_alloc_pattern P_((struct re_pattern_buffer**)); /* added */
|
H A D | regenc.h | 148 extern int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end)); 153 extern int onigenc_single_byte_mbc_enc_len P_((const UChar* p)); 155 extern int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code)); 156 extern int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf)); 160 extern int onigenc_always_true_is_valid_mbc_string P_((const UChar* s, const UChar* end)); 166 extern int onigenc_mb2_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf)); 169 extern int onigenc_is_mbc_word_ascii P_((OnigEncoding enc, UChar* s, const UChar* end)); 171 extern int onigenc_mb4_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf)); 177 extern int onigenc_unicode_is_code_ctype P_((OnigCodePoint code, unsigned int ctype)); 249 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n)); [all …]
|
H A D | onigposix.h | 90 #ifndef P_ 92 # define P_(args) args macro 94 # define P_(args) () macro 152 ONIG_EXTERN int onig_set_default_syntax P_((OnigSyntaxType* syntax)); 154 ONIG_EXTERN const char* onig_version P_((void)); 155 ONIG_EXTERN const char* onig_copyright P_((void)); 156 ONIG_EXTERN int onig_end P_((void)); 161 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); 163 ONIG_EXTERN void regfree P_((regex_t* reg)); 167 ONIG_EXTERN void reg_set_encoding P_((int enc)); [all …]
|
H A D | regparse.h | 437 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n)); 440 extern int onig_reduce_nested_quantifier P_((Node* pnode)); 443 extern void onig_node_free P_((Node* node)); 444 extern Node* onig_node_new_bag P_((enum BagType type)); 445 extern Node* onig_node_new_anchor P_((int type, int ascii_mode)); 446 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end)); 447 extern Node* onig_node_new_list P_((Node* left, Node* right)); 448 extern Node* onig_node_new_alt P_((Node* left, Node* right)); 449 extern void onig_node_str_clear P_((Node* node)); 450 extern int onig_names_free P_((regex_t* reg)); [all …]
|
H A D | regint.h | 910 extern void onig_statistics_init P_((void)); 911 extern int onig_print_statistics P_((FILE* f)); 916 extern UChar* onig_error_code_to_format P_((int code)); 918 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigEr… 919 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, void* /* CClassNode* */ cc… 1011 extern hash_table_type* onig_st_init_strend_table_with_size P_((int size)); 1012 extern int onig_st_lookup_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end… 1013 extern int onig_st_insert_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end…
|
H A D | regcomp.c | 6660 static void print_tree P_((FILE* f, Node* node));
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1590 2003/12/16: [impl] change P_() macro definition condition for Win32. 2085 2003/02/06: [impl] use P_() macro for function prototype.
|
Completed in 51 milliseconds