Home
last modified time | relevance | path

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

123456

/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()
H A Dunicode.c10817 onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar* name, UChar* end) in onigenc_unicode_property_name_to_ctype()
10962 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end,
11157 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end,
/PHP-5.5/ext/zip/lib/
H A Dzip_source_buffer.c42 const char *buf, *data, *end; member
/PHP-5.5/ext/date/lib/
H A Dparse_date.c446 char *begin, *end, *str; in timelib_get_nr_ex() local
489 char *begin, *end, *str; in timelib_get_frac_nr() local
539 char *begin = *ptr, *end; in timelib_lookup_relative_text() local
572 char *begin = *ptr, *end; in timelib_lookup_month() local
619 char *begin = *ptr, *end; in timelib_lookup_relunit() local
714 char *begin = *ptr, *end; in timelib_lookup_abbr() local
H A Dtimelib.c291 char *begin = *ptr, *end; in timelib_parse_tz_cor() local
/PHP-5.5/Zend/
H A Dzend_qsort.c62 register char *end; in zend_qsort_r() local
H A Dzend_execute.h161 void **end; member
293 void **end = p - (int)(zend_uintptr_t)*p; in zend_vm_stack_clear_multiple() local
H A Dzend_ini_scanner.l267 char *end; in zend_ini_escape_string() local
/PHP-5.5/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
H A Dregerror.c195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii()
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 …]
/PHP-5.5/ext/standard/
H A Ddns.c433 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr()
782 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
1004 u_char *cp, *end; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c390 unsigned char *end = dptr + size; in BF_decode() local
417 const unsigned char *end = sptr + size; in BF_encode() local
H A Dphp_fopen_wrapper.c262 *end; in php_stream_url_wrap_php() local
/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/sysvshm/
H A Dphp_sysvshm.h50 long end; member
/PHP-5.5/ext/fileinfo/libmagic/
H A Dascmagic.c314 unsigned char *end = buf + len; in encode_utf8() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result_meta.c64 const char *end=key+length-1; in mysqlnd_is_key_numeric() local
/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
/PHP-5.5/ext/ftp/
H A Dftp.c385 char *syst, *end; in ftp_syst() local
421 char *pwd, *end; in ftp_pwd() local
543 char *mkd, *end; in ftp_mkdir() local
/PHP-5.5/ext/date/
H A Dphp_date.h159 timelib_time *end; member
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c42 char *ptr, *cur, *tok, *end; member

Completed in 92 milliseconds

123456