Home
last modified time | relevance | path

Searched defs:target (Results 26 – 50 of 53) sorted by relevance

123

/php-src/Zend/Optimizer/
H A Dsccp.c1923 int target; in sccp_mark_feasible_successors() local
1935 int target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c818 SLJIT_S390X_INSTRUCTION(br, sljit_gpr target) in SLJIT_S390X_INSTRUCTION()
823 SLJIT_S390X_INSTRUCTION(brc, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION()
830 SLJIT_S390X_INSTRUCTION(brcl, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION()
881 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst()
1571 sljit_sw target = (sljit_sw)((jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); in sljit_generate_code() local
H A DsljitLir.h441 sljit_uw target; member
H A DsljitLir.c575 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target) in sljit_set_target()
/php-src/ext/xml/
H A Dcompat.c268 _pi_handler(void *user, const xmlChar *target, const xmlChar *data) in _pi_handler()
H A Dxml.c821 void _xml_processingInstructionHandler(void *userData, const XML_Char *target, const XML_Char *data) in _xml_processingInstructionHandler()
/php-src/ext/dom/
H A Dphp_dom.stub.php798 public function createProcessingInstruction(string $target, string $data = "") {}
989 public string $target; variable in DOMProcessingInstruction
1442 public string $target; variable in DOM\\ProcessingInstruction
1543 …public function createProcessingInstruction(string $target, string $data): ProcessingInstruction {}
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1190 lxb_selectors_match_class(const lexbor_str_t *target, const lexbor_str_t *src, in lxb_selectors_match_class()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c308 lxb_dom_node_t *target, *adjusted_location = NULL; in lxb_html_tree_appropriate_place_inserting_node() local
/php-src/Zend/
H A Dzend_compile.c40 #define SET_NODE(target, src) do { \ argument
49 #define GET_NODE(target, src) do { \ argument
851 uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32_t token) in zend_modifier_token_to_flag()
900 uint32_t zend_modifier_list_to_flags(zend_modifier_target target, zend_ast *modifiers) in zend_modifier_list_to_flags()
963 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zend_modifier_target target) /… in zend_add_member_modifier()
7012 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
7840 int target = ZEND_ATTRIBUTE_TARGET_FUNCTION; in zend_compile_func_decl() local
H A Dzend_virtual_cwd.h154 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_execute_API.c887 zval *target; in zend_call_function() local
H A Dzend_compile.h677 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
H A Dzend_vm_def.h8722 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
/php-src/ext/reflection/
H A Dphp_reflection.c117 #define GET_REFLECTION_OBJECT_PTR(target) do { \ argument
151 uint32_t target; member
1148 zend_class_entry *scope, uint32_t target, zend_string *filename) in reflection_attribute_factory()
1168 …uint32_t offset, uint32_t target, zend_string *name, zend_class_entry *base, zend_string *filename… in read_attributes()
1222 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes()
1976 uint32_t target; in ZEND_METHOD() local
/php-src/ext/standard/
H A Dproc_open.c950 static zend_result redirect_proc_descriptor(descriptorspec_item *desc, int target, in redirect_proc_descriptor()
H A Dfile.c1492 char *source, *target; in PHP_FUNCTION() local
/php-src/ext/zend_test/
H A Dtest.c798 void zend_attribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_en… in zend_attribute_validate_zendtestattribute()
/php-src/main/
H A Dmain.c948 char *docref_buf = NULL, *target = NULL; in php_verror() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c2502 const zend_op *target = OP_JMP_ADDR(opline, opline->op1); in zend_jit() local
H A Dzend_jit_ir.c913 static void jit_LOAD_IP_ADDR(zend_jit_ctx *jit, const zend_op *target) in jit_LOAD_IP_ADDR()
998 static int zend_jit_set_ip(zend_jit_ctx *jit, const zend_op *target) in zend_jit_set_ip()
1041 static int zend_jit_set_ip_ex(zend_jit_ctx *jit, const zend_op *target, bool set_ip_reg) in zend_jit_set_ip_ex()
1051 static void jit_SET_EX_OPLINE(zend_jit_ctx *jit, const zend_op *target) in jit_SET_EX_OPLINE()
3546 const zend_op *target = ZEND_OFFSET_TO_OPLINE(opline, Z_LVAL_P(zv)); in zend_jit_case_start() local
15229 const zend_op *target; local
15251 const zend_op *target; local
H A Dzend_jit_helpers.c3169 char *target = ZSTR_VAL(ret); in zend_jit_rope_end() local
/php-src/ext/gmp/
H A Dgmp.c272 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create()
/php-src/ext/soap/
H A Dsoap.c2742 zval *target; local
/php-src/ext/ldap/
H A Dldap.c354 int target, count, errcode, rc; in _php_ldap_control_to_array() local

Completed in 260 milliseconds

123