Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp50 TimeZone_object *to; in timezone_object_construct() local
147 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
289 TimeZone_object *to; in TimeZone_get_debug_info() local
341 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()
359 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-7.2/ext/intl/transliterator/
H A Dtransliterator_class.c41 Transliterator_object *to; in transliterator_object_construct() local
73 static void transliterator_object_init( Transliterator_object* to ) in transliterator_object_init()
85 static void transliterator_object_destroy( Transliterator_object* to ) in transliterator_object_destroy()
103 Transliterator_object* to = php_intl_transliterator_fetch_object(object); in Transliterator_objects_free() local
H A Dtransliterator_methods.c32 Transliterator_object *to; in create_transliterator() local
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c285 enum mbfl_no_encoding to, in mbfl_convert_filter_common_init()
326 enum mbfl_no_encoding to, in mbfl_convert_filter_new()
406 enum mbfl_no_encoding from, enum mbfl_no_encoding to) in mbfl_convert_filter_reset()
590 …l_convert_vtbl * mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encoding to) in mbfl_convert_filter_get_vtbl()
H A Dmbfl_convert.h52 const mbfl_encoding *to; member
61 enum mbfl_no_encoding to; member
H A Dmbfilter.h133 const mbfl_encoding *to; member
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h277 #define SLJIT_CACHE_FLUSH(from, to) \ argument
288 #define SLJIT_CACHE_FLUSH(from, to) argument
296 #define SLJIT_CACHE_FLUSH(from, to) \ argument
302 #define SLJIT_CACHE_FLUSH(from, to) \ argument
308 #define SLJIT_CACHE_FLUSH(from, to) \ argument
315 #define SLJIT_CACHE_FLUSH(from, to) \ argument
321 #define SLJIT_CACHE_FLUSH(from, to) \ argument
328 #define SLJIT_CACHE_FLUSH(from, to) \ argument
/PHP-7.2/ext/pcntl/
H A Dpcntl.c623 #define PHP_RUSAGE_PARA(from, to, field) \ argument
626 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
641 #define PHP_RUSAGE_SPECIAL(from, to) argument
644 #define PHP_RUSAGE_COMMON(from ,to) \ argument
650 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dscdf.h78 static inline uint32_t scdf_edge(zend_cfg *cfg, int from, int to) { in scdf_edge()
92 static inline zend_bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible()
H A Dscdf.c55 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible()
H A Dzend_ssa.c47 …i(const zend_op_array *op_array, zend_dfg *dfg, zend_ssa *ssa, int from, int to, int var) /* {{{ */ in needs_pi()
81 int from, int to, int var) /* {{{ */ in add_pi()
1350 void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ in zend_ssa_remove_predecessor()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c4122 copy_mml(MinMaxLen* to, MinMaxLen* from) in copy_mml()
4129 add_mml(MinMaxLen* to, MinMaxLen* from) in add_mml()
4145 alt_merge_mml(MinMaxLen* to, MinMaxLen* from) in alt_merge_mml()
4152 copy_opt_env(OptEnv* to, OptEnv* from) in copy_opt_env()
4165 copy_opt_anc_info(OptAncInfo* to, OptAncInfo* from) in copy_opt_anc_info()
4202 is_set_opt_anc_info(OptAncInfo* to, int anc) in is_set_opt_anc_info()
4210 add_opt_anc_info(OptAncInfo* to, int anc) in add_opt_anc_info()
4219 remove_opt_anc_info(OptAncInfo* to, int anc) in remove_opt_anc_info()
4400 copy_opt_map_info(OptMapInfo* to, OptMapInfo* from) in copy_opt_map_info()
5268 #define REGEX_TRANSFER(to,from) do {\ argument
[all …]
H A Dunicode.c300 apply_case_fold1(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold1()
331 apply_case_fold2(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold2()
360 apply_case_fold3(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold3()
H A Dregsyntax.c235 onig_copy_syntax(OnigSyntaxType* to, OnigSyntaxType* from) in onig_copy_syntax()
H A Dregparse.c157 BBuf *to; in bbuf_clone() local
198 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
223 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
1647 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1739 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1783 OnigCodePoint from, to; in or_code_range_buf() local
1879 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
2799 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
2828 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, in str_exist_check_with_esc()
4096 next_state_val(CClassNode* cc, OnigCodePoint *from, OnigCodePoint to, in next_state_val()
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgdkanji.c343 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
465 do_check_and_conv (unsigned char *to, unsigned char *from) in do_check_and_conv()
/PHP-7.2/Zend/
H A Dzend_multibyte.c48 static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *… in dummy_encoding_converter()
155 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.l133 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate()
138 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script()
144 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
H A Dzend_language_scanner.c136 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate()
141 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script()
147 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
/PHP-7.2/ext/standard/
H A Dcyr_convert.c204 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string()
H A Dmail.c288 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
469 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c221 const zend_uchar * to = *row; in ps_fetch_time() local
264 const zend_uchar * to = *row; in ps_fetch_date() local
301 const zend_uchar * to = *row; in ps_fetch_datetime() local
/PHP-7.2/ext/curl/
H A Dmulti.c196 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct()
221 struct timeval to; in PHP_FUNCTION() local
/PHP-7.2/ext/date/lib/
H A Dparse_tz.c618 ttinfo *to; in timelib_timestamp_is_in_dst() local
629 ttinfo *to; in timelib_get_time_zone_info() local

Completed in 141 milliseconds

12