Searched refs:P_ (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regenc.h | 79 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end)); 84 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p)); 86 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code)); 87 ONIG_EXTERN int onigenc_single_byte_code_to_mbc_first P_((OnigCodePoint code)); 97 ONIG_EXTERN int onigenc_mb2_code_to_mbclen P_((OnigCodePoint code)); 98 ONIG_EXTERN int onigenc_mb2_code_to_mbc_first P_((OnigCodePoint code)); 101 ONIG_EXTERN int onigenc_mb4_code_to_mbclen P_((OnigCodePoint code)); 102 ONIG_EXTERN int onigenc_mb4_code_to_mbc_first P_((OnigCodePoint code)); 106 ONIG_EXTERN int onigenc_get_all_fold_match_code_ss_0xdf P_((OnigCodePoint** codes)); 130 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n)); [all …]
|
H A D | oniggnu.h | 61 void re_mbcinit P_((int)); 63 int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf)); 65 int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf)); 67 void re_free_pattern P_((struct re_pattern_buffer*)); 69 int re_adjust_startpos P_((struct re_pattern_buffer*, const char*, int, int, int)); 71 int re_search P_((struct re_pattern_buffer*, const char*, int, int, int, struct re_registers*)); 73 int re_match P_((struct re_pattern_buffer*, const char *, int, int, struct re_registers*)); 75 void re_set_casetable P_((const char*)); 77 void re_free_registers P_((struct re_registers*)); 79 int re_alloc_pattern P_((struct re_pattern_buffer**)); /* added */
|
H A D | onigposix.h | 90 #ifndef P_ 92 # define P_(args) args macro 94 # define P_(args) () macro 146 ONIG_EXTERN int onig_set_default_syntax P_((OnigSyntaxType* syntax)); 147 ONIG_EXTERN void onig_copy_syntax P_((OnigSyntaxType* to, OnigSyntaxType* from)); 148 ONIG_EXTERN const char* onig_version P_((void)); 149 ONIG_EXTERN const char* onig_copyright P_((void)); 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); 156 ONIG_EXTERN void regfree P_((regex_t* reg)); 160 ONIG_EXTERN void reg_set_encoding P_((int enc)); [all …]
|
H A D | oniguruma.h | 59 #ifndef P_ 61 # define P_(args) args macro 63 # define P_(args) () 424 int onigenc_init P_((void)); 801 int onig_init P_((void)); 805 void onig_set_warn_func P_((OnigWarnFunc f)); 813 void onig_free P_((OnigRegex)); 823 OnigRegion* onig_region_new P_((void)); 895 int onig_end P_((void)); 897 const char* onig_version P_((void)); [all …]
|
H A D | regparse.h | 306 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n)); 309 extern void onig_reduce_nested_quantifier P_((Node* pnode, Node* cnode)); 310 extern void onig_node_conv_to_str_node P_((Node* node, int raw)); 312 extern void onig_node_free P_((Node* node)); 313 extern Node* onig_node_new_effect P_((int type)); 314 extern Node* onig_node_new_anchor P_((int type)); 315 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end)); 316 extern Node* onig_node_new_list P_((Node* left, Node* right)); 317 extern void onig_node_str_clear P_((Node* node)); 318 extern int onig_free_node_list P_((void)); [all …]
|
H A D | regint.h | 812 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc)); 815 extern void onig_statistics_init P_((void)); 816 extern void onig_print_statistics P_((FILE* f)); 820 extern UChar* onig_error_code_to_format P_((int code)); 822 extern int onig_bbuf_init P_((BBuf* buf, int size)); 823 extern int onig_alloc_init P_((regex_t** reg, OnigOptionType option, OnigAmbigType ambig_flag, Oni… 824 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErro… 825 extern void onig_chain_reduce P_((regex_t* reg)); 826 extern void onig_chain_link_add P_((regex_t* to, regex_t* add)); 827 extern void onig_transfer P_((regex_t* to, regex_t* from)); [all …]
|
H A D | HISTORY | 1078 2003/12/16: [impl] change P_() macro definition condition for Win32. 1573 2003/02/06: [impl] use P_() macro for function prototype.
|
H A D | regcomp.c | 5125 static void print_compiled_byte_code_list P_((FILE* f, regex_t* reg)); 5128 static void print_tree P_((FILE* f, Node* node));
|
H A D | regexec.c | 3421 static int set_bm_backward_skip P_((UChar* s, UChar* end, OnigEncoding enc,
|
Completed in 48 milliseconds