Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 123) sorted by last modified time

12345

/php-src/sapi/cgi/
H A Dcgi_main.c1741 struct timeval start, end; local
1743 time_t start, end; local
/php-src/Zend/
H A Dzend_compile.c704 uint32_t start = get_next_op_number(); in zend_begin_loop() local
H A Dzend_API.c3081 const char *start = class_name; in zend_register_functions() local
H A Dzend_alloc.c597 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
629 static zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int le…
661 static zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int l…
/php-src/ext/opcache/jit/ir/
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
H A Dir_private.h1080 ir_ref start; /* index of first instruction */ member
1179 ir_live_pos start; /* inclusive */ member
H A Dir_cfg.c62 ir_ref n, *p, ref, start, end, next; in ir_build_cfg() local
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.h564 void *start; member
H A Dir_emit.c961 ir_ref start, ref, *prev_ref; in ir_match() local
/php-src/ext/mbstring/
H A Dmbstring.c563 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, … in php_mb_rfc1867_substring_conf()
1891 static size_t pointer_to_offset_utf8(unsigned char *start, unsigned char *pos) { in pointer_to_offset_utf8()
2434 const unsigned char *start = p; in PHP_FUNCTION() local
H A Dmbstring.stub.php114 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
117 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
121 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e…
/php-src/ext/gmp/
H A Dgmp.c2013 zend_long start; in ZEND_FUNCTION() local
2037 zend_long start; in ZEND_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1805 lxb_char_t *start; in lxb_html_tokenizer_state_char_ref_named() local
2053 lxb_char_t *start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_numeric_end() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h71 lxb_char_t *start; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h63 lxb_char_t *start; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c56 lexbor_strtod_read_uint64(const lxb_char_t *start, size_t length, in lexbor_strtod_read_uint64()
85 lexbor_strtod_diyfp_read(const lxb_char_t *start, size_t length, int *remaining) in lexbor_strtod_diyfp_read()
159 lexbor_strtod_diyfp_strtod(const lxb_char_t *start, size_t length, int exp) in lexbor_strtod_diyfp_strtod()
264 lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp) in lexbor_strtod_internal()
H A Ddtoa.c48 lexbor_grisu2_round(lxb_char_t *start, size_t len, uint64_t delta, uint64_t rest, in lexbor_grisu2_round()
/php-src/ext/readline/
H A Dreadline_cli.c596 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/php-src/ext/standard/
H A Dbasic_functions.stub.php1680 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {}
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c321 int32_t start = 0; in PHP_FUNCTION() local
697 int32_t start = 0; in PHP_FUNCTION() local
/php-src/ext/intl/
H A Dphp_intl.stub.php638 …r_transliterate(Transliterator|string $transliterator, string $string, int $start = 0, int $end = …
/php-src/main/
H A Dphp_variables.c344 char *start, *ksep, *vsep, *val; in add_post_var() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c304 const char* start = p; in php_firebird_preprocess() local
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c210 static void zend_jit_trace_add_code(const void *start, uint32_t size) in zend_jit_trace_add_code()

Completed in 178 milliseconds

12345