/PHP-8.2/ext/intl/transliterator/ |
H A D | transliterator_class.c | 39 Transliterator_object *to; in transliterator_object_construct() local 71 static void transliterator_object_init( Transliterator_object* to ) in transliterator_object_init() 83 static void transliterator_object_destroy( Transliterator_object* to ) in transliterator_object_destroy() 101 Transliterator_object* to = php_intl_transliterator_fetch_object(object); in Transliterator_objects_free() local
|
H A D | transliterator_methods.c | 29 Transliterator_object *to; in create_transliterator() local
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone_class.cpp | 50 TimeZone_object *to; in timezone_object_construct() local 148 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local 295 TimeZone_object *to; in TimeZone_get_debug_info() local 346 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init() 357 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free() local
|
H A D | timezone_class.h | 52 #define TIMEZONE_ERROR(to) (to)->err argument 53 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to)) argument
|
/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 92 …onvert_filter_init(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to, in mbfl_convert_filter_init() 118 mbfl_convert_filter* mbfl_convert_filter_new(const mbfl_encoding *from, const mbfl_encoding *to, ou… in mbfl_convert_filter_new() 173 …nvert_filter_reset(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_reset() 300 …mbfl_convert_vtbl* mbfl_convert_filter_get_vtbl(const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_get_vtbl() 347 …ert(unsigned char *in, size_t in_len, const mbfl_encoding *from, const mbfl_encoding *to, uint32_t… in mb_fast_convert()
|
H A D | mbfl_convert.h | 58 const mbfl_encoding *to; member
|
H A D | mbfilter.h | 139 const mbfl_encoding *to; member
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitWXExecAllocator.c | 54 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument 164 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags() 208 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags()
|
H A D | sljitExecAllocator.c | 82 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument 148 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument 165 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
|
H A D | sljitConfigInternal.h | 345 #define SLJIT_CACHE_FLUSH(from, to) \ argument 358 #define SLJIT_CACHE_FLUSH(from, to) argument
|
/PHP-8.2/ext/zend_test/ |
H A D | observer.c | 226 static void fiber_address_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_address_observer() 233 static void fiber_enter_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_enter_observer() 253 static void fiber_suspend_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_suspend_observer()
|
/PHP-8.2/Zend/Optimizer/ |
H A D | scdf.h | 78 static inline uint32_t scdf_edge(zend_cfg *cfg, int from, int to) { in scdf_edge() 92 static inline bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible()
|
H A D | scdf.c | 54 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible()
|
H A D | zend_ssa.c | 60 static bool needs_pi(const zend_op_array *op_array, zend_dfg *dfg, zend_ssa *ssa, int from, int to,… in needs_pi() 94 int from, int to, int var) /* {{{ */ in add_pi() 1425 void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ in zend_ssa_remove_predecessor()
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.c | 210 #define PHP_RUSAGE_PARA(from, to, field) \ argument 213 #define PHP_RUSAGE_SPECIAL(from, to) \ argument 228 #define PHP_RUSAGE_SPECIAL(from, to) argument 231 #define PHP_RUSAGE_COMMON(from ,to) \ argument 237 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdkanji.c | 341 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert() 459 do_check_and_conv (unsigned char *to, unsigned char *from) in do_check_and_conv()
|
/PHP-8.2/Zend/ |
H A D | zend_multibyte.c | 46 static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *… in dummy_encoding_converter() 153 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi… in zend_multibyte_encoding_converter()
|
H A D | zend_language_scanner.l | 137 static size_t encoding_filter_script_to_internal(unsigned char **to, size_t *to_length, const unsig… in encoding_filter_script_to_internal() 144 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate() 149 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script() 155 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
|
/PHP-8.2/ext/standard/ |
H A D | mail.c | 243 char *to=NULL, *message=NULL; in PHP_FUNCTION() local 412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_tz.c | 872 ttinfo *to; in timelib_timestamp_is_in_dst() local 883 ttinfo *to; in timelib_get_time_zone_info() local 915 ttinfo *to; in timelib_get_time_zone_offset_info() local
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 217 const zend_uchar * to = *row; in ps_fetch_time() local 262 const zend_uchar * to = *row; in ps_fetch_date() local 294 const zend_uchar * to = *row; in ps_fetch_datetime() local
|
/PHP-8.2/ext/spl/ |
H A D | spl_fixedarray.c | 98 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems() 135 zval *to = &array->elements[offset]; in spl_fixedarray_copy_range() local 141 static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray *from) in spl_fixedarray_copy_ctor() 154 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.stub.php | 474 function oci_lob_append(OCILob $to, OCILob $from): bool {} 486 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {} 697 function oci_new_connect(string $username, #[\SensitiveParameter] string $password, ?string $connec…
|
/PHP-8.2/ext/sockets/ |
H A D | sendrecvmsg.c | 100 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.stub.php | 55 public static function memcpy(FFI\CData $to, $from, int $size): void {}
|