Home
last modified time | relevance | path

Searched defs:end (Results 26 – 50 of 158) sorted by relevance

1234567

/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass2.c38 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass2() local
H A Dnop_removal.c36 zend_op *end, *opline; in zend_optimizer_nop_removal() local
H A Ddfa_pass.c120 zend_basic_block *end = blocks + ssa->cfg.blocks_count; in zend_ssa_remove_nops() local
133 uint32_t end; in zend_ssa_remove_nops() local
H A Dzend_dump.c711 int *end = p + b->predecessors_count; in zend_dump_block_info() local
923 const zend_op *end; in zend_dump_op_array() local
991 const zend_op *end = opline + op_array->last; in zend_dump_op_array() local
H A Dzend_dfg.c42 zend_op *opline, *end; in zend_build_dfg() local
H A Doptimize_temp_vars_5.c51 zend_op *opline, *end; in zend_optimize_temporary_variables() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_str.h9 char *d, *end; in str_purify_filename() local
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c60 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
208 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Dgb18030.c79 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code()
91 gb18030_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in gb18030_mbc_case_fold()
H A Dsjis.c96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
242 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Diso8859_1.c115 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
H A Dcp1251.c176 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in cp1251_get_case_fold_codes_by_str()
H A Diso8859_10.c215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_13.c204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_14.c217 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
/PHP-7.1/ext/mbstring/oniguruma/
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()
2739 UChar *t, *p, *s, *end; in slow_search() local
2769 const UChar* p, const UChar* end) in str_lower_case_match()
2791 UChar *s, *end; in slow_search_ic() local
2874 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2929 const UChar *s, *t, *p, *end; in bm_search() local
2964 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_backward_skip()
[all …]
/PHP-7.1/Zend/
H A Dzend_execute.h137 zval *end; member
218 zval *end = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); in zend_vm_stack_free_extra_args_ex() local
245 zval *end = ZEND_CALL_ARG(call, 1); in zend_vm_stack_free_args() local
H A Dzend_hash.c321 HashTableIterator *end = iter + EG(ht_iterators_count); in zend_hash_iterator_add() local
423 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove() local
443 HashTableIterator *end = iter + EG(ht_iterators_used); in zend_hash_iterators_lower_pos() local
460 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_update() local
1221 Bucket *p, *end; in zend_hash_destroy() local
1283 Bucket *p, *end; in zend_array_destroy() local
1336 Bucket *p, *end; in zend_hash_clean() local
1405 Bucket *p, *end; in zend_symtable_clean() local
1716 Bucket *end = p + source->nNumUsed; in zend_array_dup_packed_elements() local
1733 Bucket *end = p + source->nNumUsed; in zend_array_dup_elements() local
[all …]
H A Dzend_highlight.c60 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
H A Dzend_language_parser.y1306 const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL; variable
H A Dzend_execute_API.c1580 zend_string **end = str + ex->func->op_array.last_var; in zend_rebuild_symbol_table() local
1602 zend_string **end = str + op_array->last_var; in zend_attach_symbol_table() local
1636 zend_string **end = str + op_array->last_var; in zend_detach_symbol_table() local
1668 zend_string **end = str + op_array->last_var; in zend_set_local_var() local
1709 zend_string **end = str + op_array->last_var; in zend_set_local_var_str() local
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c79 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
199 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
/PHP-7.1/ext/zip/lib/
H A Dzip_source_deflate.c98 int end, ret; in compress_read() local
198 int end, ret; in decompress_read() local
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.c102 struct timelib_time *end; member
141 char *begin, *end, *str; in timelib_get_nr() local
1013 timelib_time **begin, timelib_time **end, in timelib_strtointerval()

Completed in 80 milliseconds

1234567