Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c25 static void uconv(char* from, char* to, int len) in uconv()
58 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
190 static void x2(char* pattern, char* str, int from, int to) in x2()
195 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
H A Dregcomp.c4069 copy_mml(MinMaxLen* to, MinMaxLen* from) in copy_mml()
4076 add_mml(MinMaxLen* to, MinMaxLen* from) in add_mml()
4092 alt_merge_mml(MinMaxLen* to, MinMaxLen* from) in alt_merge_mml()
4099 copy_opt_env(OptEnv* to, OptEnv* from) in copy_opt_env()
4112 copy_opt_anc_info(OptAncInfo* to, OptAncInfo* from) in copy_opt_anc_info()
4146 is_set_opt_anc_info(OptAncInfo* to, int anc) in is_set_opt_anc_info()
4154 add_opt_anc_info(OptAncInfo* to, int anc) in add_opt_anc_info()
4163 remove_opt_anc_info(OptAncInfo* to, int anc) in remove_opt_anc_info()
5207 #define REGEX_TRANSFER(to,from) do {\ argument
5215 onig_transfer(regex_t* to, regex_t* from) in onig_transfer()
[all …]
H A Dregsyntax.c233 onig_copy_syntax(OnigSyntaxType* to, OnigSyntaxType* from) in onig_copy_syntax()
H A Dregext.c95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
H A Dregparse.c113 BBuf *to; in bbuf_clone() local
154 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
179 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
1689 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1764 add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) in add_code_range()
1780 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1824 OnigCodePoint from, to; in or_code_range_buf() local
1920 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
2836 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
2865 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, in str_exist_check_with_esc()
[all …]
H A Dregenc.h45 OnigCodePoint to; member
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
/PHP-5.5/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()
576 …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.h126 const mbfl_encoding *to; member
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp50 TimeZone_object *to; in timezone_object_construct() local
149 TimeZone_object *to = (TimeZone_object*)zend_objects_get_address( in timezone_process_timezone_argument() local
287 TimeZone_object *to; in TimeZone_get_debug_info() local
353 TimeZone_object* to = (TimeZone_object*) object; in TimeZone_objects_free() local
H A Dtimezone_class.h47 #define TIMEZONE_ERROR(to) (to)->err argument
48 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to)) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h292 #define SLJIT_CACHE_FLUSH(from, to) argument
300 #define SLJIT_CACHE_FLUSH(from, to) \ argument
307 #define SLJIT_CACHE_FLUSH(from, to) \ argument
313 #define SLJIT_CACHE_FLUSH(from, to) \ argument
319 #define SLJIT_CACHE_FLUSH(from, to) \ argument
325 #define SLJIT_CACHE_FLUSH(from, to) \ argument
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c41 Transliterator_object *to; in transliterator_object_construct() local
111 Transliterator_object* to = (Transliterator_object*) object; in Transliterator_objects_free() local
H A Dtransliterator_methods.c32 Transliterator_object *to; in create_transliterator() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c8534 CodePointList3 to; member
8539 CodePointList3 to; member
8549 CodePointList2 to; member
8554 CodePointList2 to; member
10965 CodePointList3 *to; local
11162 CodePointList3 *to, *z3; local
/PHP-5.5/ext/standard/
H A Dmail.c103 char *to=NULL, *message=NULL, *headers=NULL, *headers_trimmed=NULL; in PHP_FUNCTION() local
265 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail()
/PHP-5.5/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()
148 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.c135 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate()
140 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script()
146 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c344 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
466 do_check_and_conv (unsigned char *to, unsigned char *from) in do_check_and_conv()
/PHP-5.5/ext/curl/
H A Dmulti.c153 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct()
174 struct timeval to; in PHP_FUNCTION() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c222 zend_uchar * to= *row; in ps_fetch_time() local
265 zend_uchar *to= *row; in ps_fetch_date() local
302 zend_uchar * to = *row; in ps_fetch_datetime() local
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c464 ttinfo *to; in timelib_timestamp_is_in_dst() local
475 ttinfo *to; in timelib_get_time_zone_info() local

Completed in 135 milliseconds

12