Home
last modified time | relevance | path

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

12

/PHP-7.1/Zend/
H A Dzend_compile.c37 #define SET_NODE(target, src) do { \ argument
46 #define GET_NODE(target, src) do { \ argument
H A Dzend_compile.h541 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
H A Dzend_constants.c66 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_hash.c1612 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1658 static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t… in zend_array_dup_element()
1712 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1728 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1759 HashTable *target; in zend_array_dup() local
1850 ZEND_API void ZEND_FASTCALL _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t… in _zend_hash_merge()
1911 static zend_bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_da… in zend_hash_replace_checker_wrapper()
1921 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.h232 #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_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.h142 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_vm_def.h3030 char *target; variable
7887 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
H A Dzend_vm_execute.h1890 zend_op *target = OP_JMP_ADDR(opline, opline->op2); local
13633 char *target; local
14858 char *target; local
15383 char *target; local
/PHP-7.1/ext/gmp/
H A Dgmp.c404 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create()
/PHP-7.1/ext/imap/
H A Dphp_imap.c3554 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
/PHP-7.1/ext/intl/
H A Dintl_convert.c51 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16()
/PHP-7.1/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.c4520 Node *target; in parse_enclose() local
4768 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) in set_quantifier()
5072 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.1/ext/opcache/Optimizer/
H A Dblock_pass.c1046 zend_op *target = op_array->opcodes + target_block->start; in zend_jmp_optimization() local
1198 zend_op *target; in zend_jmp_optimization() local
1266 zend_op *target; in zend_jmp_optimization() local
1327 zend_op *target, *target_end; in zend_jmp_optimization() local
1457 zend_op *target; in zend_jmp_optimization() local
H A Ddfa_pass.c125 uint32_t target = 0; in zend_ssa_remove_nops() local
H A Dnop_removal.c50 zend_op *target = ZEND_OP1_JMP_ADDR(opline) - 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 zend_op *target = ZEND_OP1_JMP_ADDR(opline); in zend_optimizer_pass3() local
193 zend_op *target = ZEND_OP2_JMP_ADDR(opline); in zend_optimizer_pass3() local
208 zend_op *target = ZEND_OP2_JMP_ADDR(opline); in zend_optimizer_pass3() local
271 zend_op *target = ZEND_OP2_JMP_ADDR(opline); in zend_optimizer_pass3() local
395 zend_op *target = ZEND_OP2_JMP_ADDR(opline); in zend_optimizer_pass3() local
403 zend_op *target = ZEND_OFFSET_TO_OPLINE(opline, opline->extended_value); in zend_optimizer_pass3() local
H A Dzend_optimizer_internal.h74 #define COPY_NODE(target, src) do { \ argument
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c473 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
517 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm()
561 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_… in zend_accel_class_hash_copy()
/PHP-7.1/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.1/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()

Completed in 334 milliseconds

12