Home
last modified time | relevance | path

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

123456

/PHP-5.5/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()
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 …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
213 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
H A Dzend_persist.c231 zend_literal *end = p + op_array->last_literal; local
249 zend_op *end = new_opcodes + op_array->last; local
/PHP-5.5/ext/mbstring/oniguruma/enc/
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 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()
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 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_5.c201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
/PHP-5.5/Zend/
H A Dzend_language_scanner.c884 char *end; in zend_scan_escape_string() local
2074 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
3053 char *end; in lex_scan() local
3933 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
7543 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
H A Dzend_opcode.c357 zend_literal *end; in destroy_op_array() local
464 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
722 zend_op *opline, *end; in pass_two() local
H A Dzend_highlight.c59 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
H A Dzend_language_parser.y1233 const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL; variable
H A Dzend_static_allocator.h34 char *end; member
/PHP-5.5/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c80 zend_op *opline, *end; local
H A Dpass1_5.c12 zend_op *end = opline + op_array->last; variable
H A Dpass3.c29 zend_op *end = op_array->opcodes + op_array->last; variable
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c247 char *cur, *end; in fcgi_set_allowed_clients() local
382 static inline size_t fcgi_get_params_len( int *result, unsigned char *p, unsigned char *end) in fcgi_get_params_len()
405 static inline int fcgi_param_get_eff_len( unsigned char *p, unsigned char *end, uint *eff_len) in fcgi_param_get_eff_len()
431 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c96 struct timelib_time *end; member
135 char *begin, *end, *str; in timelib_get_nr() local
1008 timelib_time **begin, timelib_time **end, in timelib_strtointerval()

Completed in 101 milliseconds

123456