/PHP-7.1/ext/mbstring/oniguruma/enc/ |
H A D | iso8859_15.c | 211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_16.c | 213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_2.c | 202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_3.c | 211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_4.c | 213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_5.c | 201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
|
H A D | iso8859_7.c | 197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | iso8859_9.c | 204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | koi8.c | 226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str()
|
H A D | koi8_r.c | 188 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_r_get_case_fold_codes_by_str()
|
/PHP-7.1/ext/date/lib/ |
H A D | parse_date.c | 469 char *begin, *end, *str; in timelib_get_nr_ex() local 512 char *begin, *end, *str; in timelib_get_frac_nr() local 562 char *begin = *ptr, *end; in timelib_lookup_relative_text() local 595 char *begin = *ptr, *end; in timelib_lookup_month() local 642 char *begin = *ptr, *end; in timelib_lookup_relunit() local 738 char *begin = *ptr, *end; in timelib_lookup_abbr() local
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | oniguruma.h | 262 #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
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | pass3.c | 59 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass3() local
|
H A D | optimize_func_calls.c | 153 zend_op *end = opline + op_array->last; in zend_optimize_func_calls() local
|
H A D | zend_cfg.c | 158 zend_basic_block *end; in zend_mark_reachable_blocks() local 571 zend_basic_block *end = blocks + cfg->blocks_count; in zend_cfg_build_predecessors() local
|
H A D | pass1_5.c | 44 zend_op *end = opline + op_array->last; in zend_optimizer_pass1() local
|
/PHP-7.1/ext/standard/ |
H A D | dns.c | 438 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() 815 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local 1040 u_char *cp, *end; in PHP_FUNCTION() local
|
/PHP-7.1/ext/opcache/ |
H A D | zend_persist.c | 418 zval *end = p + op_array->last_literal; in zend_persist_op_array_ex() local 437 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex() local
|
/PHP-7.1/ext/mbstring/ |
H A D | php_mbregex.c | 702 int i, match_len, beg, end; in _php_mb_regex_ereg_exec() local 1134 int beg, end; in PHP_FUNCTION() local 1237 int n, i, err, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local 1421 int n, i, len, beg, end; in PHP_FUNCTION() local
|
/PHP-7.1/Zend/ |
H A D | zend_arena.h | 30 char *end; member
|
/PHP-7.1/ext/zip/lib/ |
H A D | zipwin32.h | 56 zip_uint64_t end; /* end offset of data to read, 0 for up to EOF */ member
|
/PHP-7.1/ext/sysvshm/ |
H A D | php_sysvshm.h | 62 zend_long end; member
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 47 zend_ulong end; member
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 81 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 315 unsigned char *end = buf + len; in encode_utf8() local
|