Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 68) sorted by last modified time

123

/php-src/ext/pcntl/
H A Dpcntl.c274 #define PHP_RUSAGE_PARA(from, to, field) \ argument
277 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
292 #define PHP_RUSAGE_SPECIAL(from, to) argument
295 #define PHP_RUSAGE_COMMON(from ,to) \ argument
301 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/php-src/ext/pgsql/
H A Dpgsql.c3244 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3282 zend_string *from; in PHP_FUNCTION() local
3320 char *from, *tmp; in PHP_FUNCTION() local
3339 zend_string *from = NULL; in php_pgsql_escape_internal() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h1104 IR_ALWAYS_INLINE uint32_t ir_phi_input_number(const ir_ctx *ctx, const ir_block *bb, uint32_t from) in ir_phi_input_number()
H A Dir_cfg.c300 static void ir_remove_predecessor(ir_ctx *ctx, ir_block *bb, uint32_t from) in ir_remove_predecessor()
318 static void ir_remove_merge_input(ir_ctx *ctx, ir_ref merge, ir_ref from) in ir_remove_merge_input()
1064 uint32_t from; member
H A Dir.c1252 void ir_use_list_remove_all(ir_ctx *ctx, ir_ref from, ir_ref ref)
1279 void ir_use_list_remove_one(ir_ctx *ctx, ir_ref from, ir_ref ref)
H A Dir_ra.c1639 static void ir_vregs_coalesce(ir_ctx *ctx, uint32_t v1, uint32_t v2, ir_ref from, ir_ref to) in ir_vregs_coalesce()
1683 static void ir_add_phi_move(ir_ctx *ctx, uint32_t b, ir_ref from, ir_ref to) in ir_add_phi_move()
2297 static bool ir_ival_has_hole_between(ir_live_interval *ival, ir_live_pos from, ir_live_pos to) in ir_ival_has_hole_between()
3354 static int ir_fix_dessa_tmps(ir_ctx *ctx, uint8_t type, ir_ref from, ir_ref to) in ir_fix_dessa_tmps()
H A Dir_check.c43 static bool ir_check_use_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_use_list()
57 static bool ir_check_input_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_input_list()
H A Dir_emit.c50 ir_reg from; member
56 …int32_t from; /* negative - constant ref, [0..IR_REG_NUM) - CPU reg, [IR_REG_NUM...) - virtual reg… member
477 ir_reg to, from; in ir_parallel_copy() local
619 static void ir_emit_dessa_move(ir_ctx *ctx, ir_type type, ir_ref to, ir_ref from, ir_reg tmp_reg, i… in ir_emit_dessa_move()
682 ir_ref from; in ir_dessa_resolve_cycle() local
777 int32_t *pred, *loc, to, from; in ir_dessa_parallel_copy() local
922 ir_ref from, to; in ir_emit_dessa_moves() local
/php-src/ext/mbstring/
H A Dmbstring.c457 …_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t … in php_mb_zend_encoding_converter()
2086 static zend_string* mb_get_substr_slow(unsigned char *in, size_t in_len, size_t from, size_t len, c… in mb_get_substr_slow()
2111 static zend_string* mb_get_substr(zend_string *input, size_t from, size_t len, const mbfl_encoding … in mb_get_substr()
2312 zend_long from, len; in PHP_FUNCTION() local
2365 zend_long from, len; in PHP_FUNCTION() local
2521 …tring(zend_string *input, zend_string *marker, const mbfl_encoding *enc, size_t from, size_t width) in mb_trim_string()
2636 zend_long from, width; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c513 lxb_dom_element_t *from, in lxb_html_tree_append_attributes_from_element()
H A Dtree_res.h12 const char *from; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c139 lxb_dom_document_t *from, *to; in lxb_dom_node_interface_copy() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c564 lexbor_str_data_to_lowercase(lxb_char_t *to, const lxb_char_t *from, size_t len) in lexbor_str_data_to_lowercase()
574 lexbor_str_data_to_uppercase(lxb_char_t *to, const lxb_char_t *from, size_t len) in lexbor_str_data_to_uppercase()
/php-src/ext/spl/
H A Dspl_fixedarray.c92 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems()
134 static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray *from) in spl_fixedarray_copy_ctor()
147 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2077 function move_uploaded_file(string $from, string $to): bool {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dproc_open.c930 static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
/php-src/ext/mysqli/
H A Dmysqli_api.c1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/php-src/Zend/
H A Dzend_fibers.c366 zend_fiber_context *from = transfer.context; in zend_fiber_trampoline() local
470 zend_fiber_context *from = EG(current_fiber_context); in zend_fiber_switch_context() local
H A Dzend_observer.c384 ZEND_API void ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_… in zend_observer_fiber_switch_notify()
H A Dzend_generators.c499 void zend_generator_yield_from(zend_generator *generator, zend_generator *from) in zend_generator_yield_from()
/php-src/ext/zend_test/
H A Dobserver.c220 static void fiber_address_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_address_observer()
227 static void fiber_enter_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_enter_observer()
247 static void fiber_suspend_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_suspend_observer()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c133 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c63 zend_string *from = NULL; in PHP_METHOD() local
/php-src/ext/phar/
H A Dphar_object.stub.php114 public function copy(string $from, string $to): true {}
324 public function copy(string $from, string $to): true {}
/php-src/ext/gd/libgd/
H A Dgd.c624 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy()

Completed in 176 milliseconds

123