Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 62) sorted by relevance

123

/php-src/ext/intl/transliterator/
H A Dtransliterator_class.c39 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
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp50 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 Dtimezone_class.h52 #define TIMEZONE_ERROR(to) (to)->err argument
53 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to)) argument
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorApple.c45 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
80 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
94 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
H A DsljitWXExecAllocatorWindows.c53 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
83 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags()
H A DsljitWXExecAllocatorPosix.c56 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
123 static void sljit_update_wx_flags(void *from, void *to, int enable_exec) in sljit_update_wx_flags()
H A DsljitExecAllocatorWindows.c27 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c69 …onvert_filter_init(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to, in mbfl_convert_filter_init()
95 mbfl_convert_filter* mbfl_convert_filter_new(const mbfl_encoding *from, const mbfl_encoding *to, ou… in mbfl_convert_filter_new()
150 …nvert_filter_reset(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_reset()
277 …mbfl_convert_vtbl* mbfl_convert_filter_get_vtbl(const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_get_vtbl()
324 …ert(unsigned char *in, size_t in_len, const mbfl_encoding *from, const mbfl_encoding *to, uint32_t… in mb_fast_convert()
H A Dmbfl_convert.h58 const mbfl_encoding *to; member
/php-src/ext/zend_test/
H A Dobserver.c220 static void fiber_address_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_address_observer()
227 static void fiber_enter_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_enter_observer()
247 static void fiber_suspend_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_suspend_observer()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c139 lxb_dom_document_t *from, *to; in lxb_dom_node_interface_copy() local
368 lxb_dom_node_insert_child_wo_events(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_child_wo_events()
385 lxb_dom_node_insert_child(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_child()
395 lxb_dom_node_insert_before_wo_events(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_before_wo_events()
414 lxb_dom_node_insert_before(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_before()
424 lxb_dom_node_insert_after_wo_events(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_after_wo_events()
442 lxb_dom_node_insert_after(lxb_dom_node_t *to, lxb_dom_node_t *node) in lxb_dom_node_insert_after()
/php-src/ext/opcache/jit/ir/
H A Dir_check.c43 static bool ir_check_use_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_use_list()
57 static bool ir_check_input_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_input_list()
H A Dir_emit.c51 ir_reg to; member
57 int32_t to; /* [0..IR_REG_NUM) - CPU reg, [IR_REG_NUM...) - virtual reg */ member
477 ir_reg to, from; in ir_parallel_copy() local
619 static void ir_emit_dessa_move(ir_ctx *ctx, ir_type type, ir_ref to, ir_ref from, ir_reg tmp_reg, i… in ir_emit_dessa_move()
680 …_ctx *ctx, int32_t *pred, int32_t *loc, int8_t *types, ir_bitset todo, int32_t to, ir_reg tmp_reg,… in ir_dessa_resolve_cycle()
777 int32_t *pred, *loc, to, from; in ir_dessa_parallel_copy() local
922 ir_ref from, to; in ir_emit_dessa_moves() local
/php-src/Zend/Optimizer/
H A Dscdf.h78 static inline uint32_t scdf_edge(const zend_cfg *cfg, int from, int to) { in scdf_edge()
92 static inline bool scdf_is_edge_feasible(const scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible()
H A Dscdf.c54 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.c403 lxb_char_t *to; in lexbor_hash_copy() local
428 lxb_char_t *to; in lexbor_hash_copy_lower() local
455 lxb_char_t *to; in lexbor_hash_copy_upper() local
/php-src/ext/gd/libgd/
H A Dgdkanji.c341 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-src/ext/pcntl/
H A Dpcntl.c247 #define PHP_RUSAGE_PARA(from, to, field) \ argument
250 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
265 #define PHP_RUSAGE_SPECIAL(from, to) argument
268 #define PHP_RUSAGE_COMMON(from ,to) \ argument
274 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/php-src/Zend/
H A Dzend_multibyte.c46 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 Dzend_language_scanner.l137 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-src/ext/standard/
H A Dmail.c243 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-src/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h13 const char *to; member
/php-src/ext/date/lib/
H A Dparse_tz.c872 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-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c217 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-src/ext/spl/
H A Dspl_fixedarray.c92 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems()
128 zval *to = &array->elements[offset]; in spl_fixedarray_copy_range() local
134 static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray *from) in spl_fixedarray_copy_ctor()
147 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()

Completed in 84 milliseconds

123