Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 109) sorted by last modified time

12345

/php-src/ext/standard/
H A Darray.c4018 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /* {{{ */
4094 PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */
4129 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) /* {{{ */
4255 HashTable *src, *dest; local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3975 static ir_ref zend_jit_continue_entry(zend_jit_ctx *jit, ir_ref src, unsigned int label) in zend_jit_continue_entry()
4134 static int zend_jit_spill_store_inv(zend_jit_ctx *jit, zend_jit_addr src, zend_jit_addr dst, uint32… in zend_jit_spill_store_inv()
4163 static int zend_jit_load_reg(zend_jit_ctx *jit, zend_jit_addr src, zend_jit_addr dst, uint32_t info) in zend_jit_load_reg()
4180 zend_jit_addr src = ZEND_ADDR_REG(ssa_var); in zend_jit_store_var() local
4186 static int zend_jit_store_ref(zend_jit_ctx *jit, uint32_t info, int var, int32_t src, bool set_type) in zend_jit_store_ref()
4233 ir_ref src = ir_CONST_LONG(val); in zend_jit_store_const_long() local
4246 ir_ref src = ir_CONST_DOUBLE(val); in zend_jit_store_const_double() local
4267 zend_jit_addr src; in zend_jit_store_reg() local
4307 zend_jit_addr src; in zend_jit_store_spill_slot() local
4363 static int zend_jit_store_var_if_necessary(zend_jit_ctx *jit, int var, zend_jit_addr src, uint32_t … in zend_jit_store_var_if_necessary()
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c86 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions()
117 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes()
/php-src/Zend/
H A Dzend_compile.c40 #define SET_NODE(target, src) do { \ argument
49 #define GET_NODE(target, src) do { \ argument
4373 HashTable *src = Z_ARRVAL(array.u.constant); in zend_compile_func_in_array() local
H A Dzend_inheritance.c1524 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1576 zval *src, *dst, *end; in zend_do_inheritance_ex() local
2888 zval *src = ce->default_properties_table; in zend_lazy_class_load() local
2939 zval *src = ce->default_static_members_table; in zend_lazy_class_load() local
H A Dzend_API.h784 …ine void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_fcall_info_cache *src) in zend_fcc_dup()
H A Dzend_builtin_functions.c455 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array()
H A Dzend_API.c1586 zval *src, *dst, *end; in zend_update_class_constants() local
1653 zval *src = CE_DEFAULT_PROPERTIES_TABLE(class_type); in _object_properties_init() local
H A Dzend_strtod.c4508 char *digits, *dst, *src; in zend_gcvt() local
/php-src/ext/openssl/
H A Dopenssl.c922 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()
/php-src/ext/pgsql/
H A Dpgsql.c4233 char *src, *tmp_name, *tmp_name2 = NULL; in php_pgsql_meta_data() local
4516 static zend_string *php_pgsql_add_quotes(zend_string *src) in php_pgsql_add_quotes()
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1100 static IR_NEVER_INLINE uint32_t ir_chain_head_path_compress(ir_chain *chains, uint32_t src, uint32_… in ir_chain_head_path_compress()
1114 IR_ALWAYS_INLINE uint32_t ir_chain_head(ir_chain *chains, uint32_t src) in ir_chain_head()
1124 static void ir_join_chains(ir_chain *chains, uint32_t src, uint32_t dst) in ir_join_chains()
1415 uint32_t src = chains[b].next; in ir_schedule_blocks_bottom_up() local
1447 uint32_t src = chains[b].next; in ir_schedule_blocks_bottom_up() local
1518 uint32_t src = chains[e->from].next; in ir_schedule_blocks_bottom_up() local
1611 uint32_t src = ir_chain_head(chains, e->from); in ir_schedule_blocks_bottom_up() local
H A Dir.c1973 void _ir_PHI_SET_OP(ir_ctx *ctx, ir_ref phi, ir_ref pos, ir_ref src)
1992 void _ir_ENTRY(ir_ctx *ctx, ir_ref src, ir_ref num)
2002 void _ir_BEGIN(ir_ctx *ctx, ir_ref src)
2145 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src)
2829 void _ir_VA_COPY(ir_ctx *ctx, ir_ref dst, ir_ref src)
H A Dir_ra.c2113 ir_ref *loc, *pred, *src, *dst, i, *p, ref, input; in ir_gen_dessa_moves() local
/php-src/ext/mbstring/
H A Dmbstring.c335 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_list() local
396 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_array() local
5941 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_populate_current_detect_order_list() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1173 const lexbor_str_t *trg, *src; in lxb_selectors_match_id() local
1190 lxb_selectors_match_class(const lexbor_str_t *target, const lexbor_str_t *src, in lxb_selectors_match_class()
1250 const lexbor_str_t *trg, *src; in lxb_selectors_match_attribute() local
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.h138 lxb_html_element_insert_before(lxb_html_element_t *dst, lxb_html_element_t *src) in lxb_html_element_insert_before()
145 lxb_html_element_insert_after(lxb_html_element_t *dst, lxb_html_element_t *src) in lxb_html_element_insert_after()
152 lxb_html_element_insert_child(lxb_html_element_t *dst, lxb_html_element_t *src) in lxb_html_element_insert_child()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c137 const lxb_dom_node_t *src, bool is_attr) in lxb_dom_node_interface_copy()
H A Dtext.c59 lxb_dom_text_interface_copy(lxb_dom_text_t *dst, const lxb_dom_text_t *src) in lxb_dom_text_interface_copy()
H A Dcharacter_data.c68 const lxb_dom_character_data_t *src) in lxb_dom_character_data_interface_copy()
H A Dcomment.c60 const lxb_dom_comment_t *src) in lxb_dom_comment_interface_copy()
H A Delement.c90 const lxb_dom_element_t *src) in lxb_dom_element_interface_copy()
H A Dprocessing_instruction.c69 const lxb_dom_processing_instruction_t *src) in lxb_dom_processing_instruction_copy()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmraw.c425 lexbor_mraw_dup_noi(lexbor_mraw_t *mraw, const void *src, size_t size) in lexbor_mraw_dup_noi()
H A Dmraw.h79 lexbor_mraw_dup(lexbor_mraw_t *mraw, const void *src, size_t size) in lexbor_mraw_dup()

Completed in 219 milliseconds

12345