Home
last modified time | relevance | path

Searched defs:end (Results 76 – 100 of 149) sorted by relevance

123456

/PHP-7.0/ext/zip/lib/
H A Dzip_source_window.c42 zip_uint64_t end; member
H A Dzip_close.c451 zip_int64_t cd_start, end, size; in write_cdir() local
H A Dzip_source_filep.c76 zip_uint64_t end; /* end offset of data to read, 0 for up to EOF */ member
/PHP-7.0/ext/mbstring/oniguruma/
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, *end, buf[ONIGENC_MBC_CASE_FOLD_MAXLEN]; in update_string_node_case_fold() local
3254 UChar *p, int slen, UChar *end, in expand_case_fold_string_alt()
3370 UChar *start, *end, *p; in expand_case_fold_string() local
3902 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip()
4204 UChar *p, *end; in concat_opt_exact_info() local
4231 concat_opt_exact_info_str(OptExactInfo* to, UChar* s, UChar* end, in concat_opt_exact_info_str()
4358 add_char_amb_opt_map_info(OptMapInfo* map, UChar* p, UChar* end, in add_char_amb_opt_map_info()
5030 const UChar *s, const UChar *end) in print_enc_string()
[all …]
H A Dregposix.c170 UChar* end; in regexec() local
/PHP-7.0/Zend/
H A Dzend_operators.h145 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
203 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char *end) in zend_memnrstr()
H A Dzend_operators.c2517 register unsigned char *end = str + length; in zend_str_tolower_copy() local
2537 register unsigned char *end = p + length; in zend_str_tolower() local
2549 register const unsigned char *end = p + length; in zend_str_tolower_dup_ex() local
2577 register unsigned char *end = p + ZSTR_LEN(str); in zend_string_tolower() local
3005 …_memnstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
3039 …memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
H A Dzend_ini_scanner.l317 char *end; in zend_ini_escape_string() local
H A Dzend_execute.c2065 zval *end = cv + EX(func)->op_array.last_var; in i_free_compiled_variables() local
2132 zval *end, *src, *dst; in i_init_func_execute_data() local
2168 zval *end = EX_VAR_NUM(op_array->last_var); in i_init_func_execute_data() local
2247 zval *end, *src, *dst; in i_init_execute_data() local
2283 zval *end = EX_VAR_NUM(op_array->last_var); in i_init_execute_data() local
2354 zval *end = arg_src + num_args; in zend_create_generator_execute_data() local
H A Dzend_ini_scanner.c319 char *end; in zend_ini_escape_string() local
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c189 zval *end = p + op_array->last_literal; in zend_persist_op_array_calc_ex() local
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c10817 onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar* name, UChar* end) in onigenc_unicode_property_name_to_ctype()
10980 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end,
11175 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end,
/PHP-7.0/main/
H A Dfastcgi.c192 char *end; member
776 char *cur, *end; in fcgi_listen() local
835 char *cur, *end; in fcgi_set_allowed_clients() local
1016 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params()
1510 int fcgi_flush(fcgi_request *req, int end)
/PHP-7.0/ext/date/lib/
H A Dtimelib.c313 char *begin = *ptr, *end; in timelib_parse_tz_cor() local
H A Dtm2unixtime.c35 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/PHP-7.0/ext/ftp/
H A Dftp.c420 char *syst, *end; in ftp_syst() local
456 char *pwd, *end; in ftp_pwd() local
578 char *mkd, *end; in ftp_mkdir() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_print.c62 end = op_array->last-1; in phpdbg_print_function_helper() local
H A Dphpdbg_prompt.c586 char *end = buf + len; in phpdbg_compile() local
833 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c304 char *end; in php_stream_url_wrap_php() local
H A Durl.c454 unsigned char const *from, *end; in php_url_encode() local
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.c42 char *ptr, *cur, *tok, *end; member
/PHP-7.0/ext/date/
H A Dphp_date.h183 timelib_time *end; member
/PHP-7.0/ext/readline/
H A Dreadline.c480 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c119 zend_op *opline, *end; in zend_optimizer_compact_literals() local

Completed in 125 milliseconds

123456