Home
last modified time | relevance | path

Searched defs:start (Results 51 – 75 of 123) sorted by relevance

12345

/php-src/ext/readline/
H A Dreadline.c443 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb()
H A Dreadline_cli.c596 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/php-src/ext/date/lib/
H A Dtm2unixtime.c32 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/php-src/ext/date/
H A Dphp_date.h105 timelib_time *start; member
H A Dphp_date.stub.php722 public ?DateTimeInterface $start; variable in DatePeriod
744 public function __construct($start, $interval = UNKNOWN, $end = UNKNOWN, $options = UNKNOWN) {}
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h177 uint8_t start; member
H A Dir_disasm.c323 const void *start,
H A Dir_x86.h221 uint8_t start; member
H A Dir_ra.c118 static ir_live_interval *ir_new_live_range(ir_ctx *ctx, int v, ir_live_pos start, ir_live_pos end) in ir_new_live_range()
137 static ir_live_interval *ir_add_live_range(ir_ctx *ctx, int v, ir_live_pos start, ir_live_pos end) in ir_add_live_range()
214 IR_ALWAYS_INLINE ir_live_interval *ir_add_prev_live_range(ir_ctx *ctx, int v, ir_live_pos start, ir… in ir_add_prev_live_range()
225 static void ir_add_fixed_live_range(ir_ctx *ctx, ir_reg reg, ir_live_pos start, ir_live_pos end) in ir_add_fixed_live_range()
H A Dir_sccp.c1321 ir_insn *end, *start; in ir_try_remove_empty_diamond() local
1365 ir_insn *start = &ctx->ir_base[start_ref]; in ir_try_remove_empty_diamond() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c1057 unsigned char *start = str + from; in mb_cut_utf16be() local
1090 unsigned char *start = str + from; in mb_cut_utf16le() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c372 uint32_t *start = out; in mb_illegal_marker() local
/php-src/ext/standard/
H A Durl.c465 zend_string *start; in php_url_encode_impl() local
/php-src/Zend/
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null)
H A Dzend_virtual_cwd.c491 static size_t tsrm_realpath_r(char *path, size_t start, size_t len, int *ll, time_t *t, int use_rea… in tsrm_realpath_r()
1013 size_t start = 1; in virtual_file_ex() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h71 lxb_char_t *start; member
/php-src/ext/intl/uchar/
H A Duchar.stub.php1433 …public static function enumCharNames(int|string $start, int|string $end, callable $callback, int $…
/php-src/ext/mbstring/
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
867 …hp_mb_onig_search(regex_t* reg, const OnigUChar* str, const OnigUChar* end, const OnigUChar* start, in _php_mb_onig_search()
/php-src/win32/
H A Dcodepage.c386 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
H A Dioutil.c523 char *ret = NULL, *start; in php_win32_ioutil_dirname() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c480 PCRE2_SPTR start = *from + 1; in convert_glob_parse_class() local
/php-src/sapi/phpdbg/
H A Dphpdbg.h225 phpdbg_oplog_entry start; /* Only "next" member used. */ member
/php-src/sapi/cgi/
H A Dcgi_main.c1741 struct timeval start, end; local
1743 time_t start, end; local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h163 void dasm_put(Dst_DECL, int start, ...) in dasm_put()
/php-src/main/
H A Dphp_variables.c344 char *start, *ksep, *vsep, *val; in add_post_var() local

Completed in 107 milliseconds

12345