Home
last modified time | relevance | path

Searched defs:end (Results 51 – 75 of 158) sorted by relevance

1234567

/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Diso8859_15.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_16.c213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_2.c202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_3.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_4.c213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_5.c201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
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()
/PHP-7.1/ext/date/lib/
H A Dparse_date.c469 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 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
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass3.c59 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass3() local
H A Doptimize_func_calls.c153 zend_op *end = opline + op_array->last; in zend_optimize_func_calls() local
H A Dzend_cfg.c158 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 Dpass1_5.c44 zend_op *end = opline + op_array->last; in zend_optimizer_pass1() local
/PHP-7.1/ext/standard/
H A Ddns.c438 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 Dzend_persist.c418 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 Dphp_mbregex.c702 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 Dzend_arena.h30 char *end; member
/PHP-7.1/ext/zip/lib/
H A Dzipwin32.h56 zip_uint64_t end; /* end offset of data to read, 0 for up to EOF */ member
/PHP-7.1/ext/sysvshm/
H A Dphp_sysvshm.h62 zend_long end; member
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_btree.h47 zend_ulong end; member
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_unix.c81 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dascmagic.c315 unsigned char *end = buf + len; in encode_utf8() local

Completed in 95 milliseconds

1234567