Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 37) sorted by path

12

/PHP-7.0/Zend/
H A Dzend_compile.c37 #define SET_NODE(target, src) do { \ argument
46 #define GET_NODE(target, src) do { \ argument
H A Dzend_constants.c66 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_hash.c1641 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1687 static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t… in zend_array_dup_element()
1741 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1757 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1788 HashTable *target; in zend_array_dup() local
1879 ZEND_API void ZEND_FASTCALL _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t… in _zend_hash_merge()
1940 static zend_bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_da… in zend_hash_replace_checker_wrapper()
1950 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_hash.h205 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
H A Dzend_ts_hash.c245 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
254 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC… in zend_ts_hash_copy_to_hash()
261 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
270 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop… in zend_ts_hash_merge_ex()
H A Dzend_variables.c274 HashTable *target = va_arg(args, HashTable*); in zval_copy_static_var() local
H A Dzend_virtual_cwd.c233 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink()
H A Dzend_virtual_cwd.h141 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_vm_def.h2831 char *target; variable
7863 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
H A Dzend_vm_execute.h1652 zend_op *target = OP_JMP_ADDR(opline, opline->op2); local
13031 char *target; local
14310 char *target; local
14827 char *target; local
/PHP-7.0/ext/gmp/
H A Dgmp.c404 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create()
/PHP-7.0/ext/imap/
H A Dphp_imap.c3554 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
/PHP-7.0/ext/intl/
H A Dintl_convert.c51 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c3543 Node* target = qn->target; in setup_comb_exp_check() local
3724 Node* target = qn->target; in setup_tree() local
3824 Node* target = en->target; in setup_tree() local
H A Dregexec.c2736 slow_search(OnigEncoding enc, UChar* target, UChar* target_end, in slow_search()
2788 UChar* target, UChar* target_end, in slow_search_ic()
2812 slow_search_backward(OnigEncoding enc, UChar* target, UChar* target_end, in slow_search_backward()
2845 UChar* target, UChar* target_end, in slow_search_backward_ic()
2870 bm_search_notrev(regex_t* reg, const UChar* target, const UChar* target_end, in bm_search_notrev()
2926 bm_search(regex_t* reg, const UChar* target, const UChar* target_end, in bm_search()
2986 bm_search_backward(regex_t* reg, const UChar* target, const UChar* target_end, in bm_search_backward()
H A Dregparse.c4515 Node *target; in parse_enclose() local
4763 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) in set_quantifier()
5067 Node* target; in parse_exp() local
H A Dregparse.h172 struct _Node* target; member
191 struct _Node* target; member
204 struct _Node* target; member
219 struct _Node* target; /* EncloseNode : ENCLOSE_MEMORY */ member
237 struct _Node* target; member
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c1302 zend_op *target = block->op1_to->start_opline; in zend_jmp_optimization() local
1481 zend_op *target; in zend_jmp_optimization() local
1556 zend_op *target; in zend_jmp_optimization() local
1616 zend_op *target, *target_end; in zend_jmp_optimization() local
1769 zend_op *target; in zend_jmp_optimization() local
H A Dnop_removal.c50 zend_op *target = op_array->opcodes + ZEND_OP1(opline).opline_num - 1; in zend_optimizer_nop_removal() local
H A Dpass3.c40 #define CHECK_JMP(target, label) \ argument
48 #define CHECK_JMP2(target, label) \ argument
180 int target = ZEND_OP1(opline).opline_num; in zend_optimizer_pass3() local
193 int target = ZEND_OP2(opline).opline_num; in zend_optimizer_pass3() local
208 int target = ZEND_OP2(opline).opline_num; in zend_optimizer_pass3() local
270 int target = ZEND_OP2(opline).opline_num; in zend_optimizer_pass3() local
392 int target = ZEND_OP2(opline).opline_num; in zend_optimizer_pass3() local
400 int target = opline->extended_value; in zend_optimizer_pass3() local
H A Dzend_optimizer_internal.h111 #define COPY_NODE(target, src) do { \ argument
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c523 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
567 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm()
611 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_… in zend_accel_class_hash_copy()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6470 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath() local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.c473 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target) in sljit_set_target()
1962 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target) in sljit_set_target()
H A DsljitLir.h289 sljit_uw target; member

Completed in 282 milliseconds

12