Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 53) sorted by relevance

123

/php-src/Zend/Optimizer/
H A Dpass3.c34 static zend_always_inline bool in_hitlist(zend_op *target, zend_op **jmp_hitlist, int jmp_hitlist_c… in in_hitlist()
46 #define CHECK_LOOP(target) \ argument
57 zend_op *target; in zend_optimizer_pass3() local
H A Dnop_removal.c49 zend_op *target = ZEND_OP1_JMP_ADDR(opline) - 1; in zend_optimizer_nop_removal() local
H A Dblock_pass.c410 int target = get_const_switch_target(cfg, op_array, block, opline, &ZEND_OP1_LITERAL(opline)); in zend_optimize_block() local
1164 static zend_always_inline bool in_hitlist(int target, int *jmp_hitlist, int jmp_hitlist_count) in in_hitlist()
1176 #define CHECK_LOOP(target) \ argument
1187 zend_op *last_op, *target; in zend_jmp_optimization() local
H A Dzend_optimizer_internal.h71 #define COPY_NODE(target, src) do { \ argument
H A Ddfa_pass.c121 uint32_t target = 0; in zend_ssa_remove_nops() local
955 uint32_t target; in zend_dfa_optimize_jmps() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c148 static zend_always_inline void _zend_accel_function_hash_copy(HashTable *target, HashTable *source,… in _zend_accel_function_hash_copy()
190 static zend_always_inline void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
195 static zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *target, HashTable *so… in zend_accel_function_hash_copy_notify()
200 static zend_always_inline void _zend_accel_class_hash_copy(HashTable *target, HashTable *source, bo… in _zend_accel_class_hash_copy()
253 static zend_always_inline void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
258 static zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *sourc… in zend_accel_class_hash_copy_notify()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c247 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target, in lexbor_str_copy()
266 lexbor_str_stay_only_whitespace(lexbor_str_t *target) in lexbor_str_stay_only_whitespace()
282 lexbor_str_strip_collapse_whitespace(lexbor_str_t *target) in lexbor_str_strip_collapse_whitespace()
328 lexbor_str_crop_whitespace_from_begin(lexbor_str_t *target) in lexbor_str_crop_whitespace_from_begin()
348 lexbor_str_whitespace_from_begin(lexbor_str_t *target) in lexbor_str_whitespace_from_begin()
363 lexbor_str_whitespace_from_end(lexbor_str_t *target) in lexbor_str_whitespace_from_end()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dprocessing_instruction.h21 lexbor_str_t target; member
H A Dprocessing_instruction.c54 lexbor_str_t target; in lxb_dom_processing_instruction_interface_destroy() local
H A Ddocument.c339 const lxb_char_t *target, size_t target_len, in lxb_dom_document_create_processing_instruction()
/php-src/win32/build/
H A Dconfutils.js751 function CHECK_LIB(libnames, target, path_to_check, common_name) argument
868 function OLD_CHECK_LIB(libnames, target, path_to_check) argument
1553 function ADD_SOURCES(dir, file_list, target, obj_dir) argument
2632 function ADD_FLAG(name, flags, target) argument
3656 function SETUP_OPENSSL(target, path_to_check, common_name, use_env, add_dir_part, add_to_flag_only) argument
3678 function SETUP_SQLITE3(target, path_to_check, shared) { argument
/php-src/ext/intl/
H A Dintl_convert.c49 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16()
/php-src/ext/standard/
H A Dphp_mail.h25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
H A Dstring.c3134 char *target; local
3766 char *target; local
3829 char *target; local
3933 char *target; local
4083 static zend_always_inline char *aarch64_add_slashes(quad_word res, const char *source, char *target)
4109 char *target; local
4606 char *str, *heb_str, *target; local
4770 char *target; local
5854 char *target; local
/php-src/ext/zend_test/
H A Dfiber.c132 zend_fiber_context *target = &fiber->target->context; in zend_test_fiber_execute() local
329 …zend_test_fiber *target = (zend_test_fiber *) zend_test_fiber_class->create_object(zend_test_fiber… in ZEND_METHOD() local
H A Dfiber.h30 zend_test_fiber *target; member
H A Dobject_handlers.c38 static inline void donc_create(zval *target, zend_long l) /* {{{ */ in donc_create()
/php-src/sapi/fpm/fpm/
H A Dfpm_trace_mach.c16 static mach_port_name_t target; variable
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php39 function xmlwriter_start_pi(XMLWriter $writer, string $target): bool {}
43 function xmlwriter_write_pi(XMLWriter $writer, string $target, string $content): bool {}
199 public function startPi(string $target): bool {}
211 public function writePi(string $target, string $content): bool {}
/php-src/Zend/
H A Dzend_hash.c2235 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2282 static zend_always_inline bool zend_array_dup_value(HashTable *source, HashTable *target, zval *dat… in zend_array_dup_value()
2319 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element()
2342 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2357 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2377 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements()
2433 HashTable *target; in zend_array_dup() local
2539 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2625 static bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_data, z… in zend_hash_replace_checker_wrapper()
2635 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_attributes.c38 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute()
67 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties()
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
/php-src/win32/
H A Dioutil.c820 PW32IO int php_win32_ioutil_symlink_w(const wchar_t *target, const wchar_t *link) in php_win32_ioutil_symlink_w()
839 PW32IO int php_win32_ioutil_link_w(const wchar_t *target, const wchar_t *link) in php_win32_ioutil_link_w()
1164 wchar_t target[PHP_WIN32_IOUTIL_MAXPATHLEN]; in php_win32_ioutil_readlink_w() local
H A Dioutil.h582 __forceinline static int php_win32_ioutil_symlink(const char *target, const char *link) in php_win32_ioutil_symlink()
608 __forceinline static int php_win32_ioutil_link(const char *target, const char *link) in php_win32_ioutil_link()
H A Dcodepage.c248 char* target; in php_win32_cp_from_w_int() local

Completed in 194 milliseconds

123