Home
last modified time | relevance | path

Searched defs:to (Results 26 – 50 of 62) sorted by relevance

123

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c86 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c29 Transliterator_object *to; in create_transliterator() 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/ffi/
H A Dffi.stub.php50 public static function memcpy(FFI\CData $to, $from, int $size): void {}
/php-src/Zend/Optimizer/
H A Dzend_ssa.c60 …_op_array *op_array, const zend_dfg *dfg, const zend_ssa *ssa, int from, int to, int var) /* {{{ */ in needs_pi()
94 int from, int to, int var) /* {{{ */ in add_pi()
1455 void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ in zend_ssa_remove_predecessor()
H A Ddfa_pass.c623 static void zend_ssa_replace_control_link(zend_op_array *op_array, zend_ssa *ssa, int from, int to,… in zend_ssa_replace_control_link()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h315 lxb_html_tree_insert_node(lxb_dom_node_t *to, lxb_dom_node_t *node, in lxb_html_tree_insert_node()
/php-src/ext/sockets/
H A Dsendrecvmsg.c100 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h250 #define SLJIT_CACHE_FLUSH(from, to) \ argument
263 #define SLJIT_CACHE_FLUSH(from, to) argument
/php-src/ext/standard/
H A Durl.c463 unsigned char *to; in php_url_encode_impl() local
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()
H A Dstring.c3128 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, bool c…
3468 char *to = NULL; local
3523 zend_string *str, *from, *to; variable
/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/pdo_mysql/
H A Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/php-src/Zend/
H A Dzend_observer.c390 …d ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_context *to) in zend_observer_fiber_switch_notify()
H A Dzend_fibers.c471 zend_fiber_context *to = transfer->context; in zend_fiber_switch_context() local
/php-src/ext/spl/
H A Dspl_heap.c87 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy()
342 void *to = spl_heap_elem(heap, i); in spl_ptr_heap_delete_top() local
H A Dspl_dllist.c276 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/php-src/ext/opcache/jit/ir/
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()
3357 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_cfg.c1065 uint32_t to; member
/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/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h128 enum mbfl_no_encoding to; member
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h716 # define JIT_CACHE_FLUSH(from, to) __builtin___clear_cache((char*)(from), (char*)(to)) argument
721 # define JIT_CACHE_FLUSH(from, to) argument
/php-src/ext/mbstring/
H A Dmbstring.stub.php180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…

Completed in 136 milliseconds

123