Home
last modified time | relevance | path

Searched defs:end (Results 51 – 75 of 132) sorted by last modified time

123456

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c282 zend_op *end = op_array->opcodes + op_array->last; in replace_tmp_by_const() local
H A Dpass3.c29 zend_op *end = op_array->opcodes + op_array->last; variable
H A Dpass1_5.c12 zend_op *end = opline + op_array->last; variable
H A Dblock_pass.c86 zend_op *end = op_array->opcodes + op_array->last; in find_code_blocks() local
564 zend_op *end, *new_end; in strip_nop() local
609 zend_op *end, *last_op = NULL; in zend_optimize_block() local
1219 zend_op *end = cur_block->start_opline + cur_block->len; in assemble_code_blocks() local
1303 zend_op *end; in assemble_code_blocks() local
1885 zend_op *end = opline + next_block->len; in zend_t_usage() local
H A Dnop_removal.c7 zend_op *end, *opline; in nop_removal() local
H A Doptimize_temp_vars_5.c80 zend_op *opline, *end; local
H A Dpass2.c9 zend_op *end = op_array->opcodes + op_array->last; variable
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result_meta.c64 const char *end=key+length-1; in mysqlnd_is_key_numeric() local
H A Dmysqlnd_charset.c199 static unsigned int check_mb_big5(const char *start, const char *end) in check_mb_big5()
217 static unsigned int check_mb_cp932(const char *start, const char *end) in check_mb_cp932()
234 static unsigned int check_mb_euckr(const char *start, const char *end) in check_mb_euckr()
262 static unsigned int check_mb_eucjpms(const char *start, const char *end) in check_mb_eucjpms()
299 static unsigned int check_mb_gb2312(const char *start, const char *end) in check_mb_gb2312()
317 static unsigned int check_mb_gbk(const char *start, const char *end) in check_mb_gbk()
334 static unsigned int check_mb_sjis(const char *start, const char *end) in check_mb_sjis()
366 static unsigned int check_mb_ujis(const char *start, const char *end) in check_mb_ujis()
396 static unsigned int check_mb_utf16(const char *start, const char *end) in check_mb_utf16()
692 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
[all …]
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c225 add_range(ac_uint4 start, ac_uint4 end, char *p1, char *p2) in add_range()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h163 UChar* end; member
H A Dregposix.c170 UChar* end; in regexec() local
H A Dregcomp.c53 str_dup(UChar* s, UChar* end) in str_dup()
510 UChar *p, *prev, *end; in compile_string_node() local
3192 UChar *p, *q, *end, buf[ONIGENC_MBC_CASE_FOLD_MAXLEN]; in update_string_node_case_fold() local
3255 UChar *p, int slen, UChar *end, in expand_case_fold_string_alt()
3371 UChar *start, *end, *p; in expand_case_fold_string() local
3903 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip()
4205 UChar *p, *end; in concat_opt_exact_info() local
4232 concat_opt_exact_info_str(OptExactInfo* to, UChar* s, UChar* end, in concat_opt_exact_info_str()
4359 add_char_amb_opt_map_info(OptMapInfo* map, UChar* p, UChar* end, in add_char_amb_opt_map_info()
5031 const UChar *s, const UChar *end) in print_enc_string()
[all …]
H A Dregenc.c101 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n) in onigenc_step()
111 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen()
477 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map()
564 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a()
642 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code()
758 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in onigenc_minimum_property_name_to_ctype()
822 onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end, in onigenc_with_ascii_strncmp()
H A Dregerror.c195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii()
H A Doniguruma.h262 #define onig_enc_len(enc,p,end) ONIGENC_MBC_ENC_LEN(enc,p) argument
269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
275 #define ONIGENC_MBC_CASE_FOLD(enc,flag,pp,end,buf) \ argument
277 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
283 #define ONIGENC_GET_CASE_FOLD_CODES_BY_STR(enc,case_fold_flag,p,end,acs) \ argument
292 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) (enc)->is_mbc_newline((p),(end)) argument
293 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) argument
296 #define ONIGENC_PROPERTY_NAME_TO_CTYPE(enc,p,end) \ argument
603 int end; member
614 int* end; member
H A Dregexec.c35 #define ONIGENC_IS_MBC_CRNL(enc,p,end) \ argument
213 onig_region_set(OnigRegion* region, int at, int beg, int end) in onig_region_set()
630 #define STACK_GET_MEM_RANGE(k, mnum, start, end) do {\ argument
1238 match_at(regex_t* reg, const UChar* str, const UChar* end, in match_at()
2744 UChar *t, *p, *s, *end; in slow_search() local
2774 const UChar* p, const UChar* end) in str_lower_case_match()
2796 UChar *s, *end; in slow_search_ic() local
2879 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2934 const UChar *s, *t, *p, *end; in bm_search() local
2969 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_backward_skip()
[all …]
H A Dregext.c33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be32()
44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le32()
55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be()
64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le()
73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap4bytes()
85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap2bytes()
95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
H A Dregint.h717 OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */ member
H A Dregparse.c219 onig_strcpy(UChar* dest, const UChar* src, const UChar* end) in onig_strcpy()
230 strdup_with_null(OnigEncoding enc, UChar* s, UChar* end) in strdup_with_null()
303 UChar* end; member
1488 node_new_str(const UChar* s, const UChar* end) in node_new_str()
1506 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str()
1512 node_new_str_raw(UChar* s, UChar* end) in node_new_str_raw()
2401 fetch_escaped_value(UChar** src, UChar* end, ScanEnv* env) in fetch_escaped_value()
2610 fetch_name(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name()
5036 UChar** src, UChar* end, ScanEnv* env) in parse_exp()
5427 UChar** src, UChar* end, ScanEnv* env) in parse_branch()
[all …]
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c697 int i, match_len, beg, end; in _php_mb_regex_ereg_exec() local
1083 int beg, end; in PHP_FUNCTION() local
1182 int n, i, err, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1364 int n, i, len, beg, end; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_7.c197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_9.c204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dkoi8.c226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str()
H A Dkoi8_r.c188 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_r_get_case_fold_codes_by_str()

Completed in 131 milliseconds

123456