Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 42) sorted by path

12

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c601 zend_string *s1, *s2; in ZEND_FUNCTION() local
616 zend_string *s1, *s2; in ZEND_FUNCTION() local
638 zend_string *s1, *s2; in ZEND_FUNCTION() local
653 zend_string *s1, *s2; in ZEND_FUNCTION() local
H A Dzend_config.w32.h48 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument
49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_long.h65 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
66 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
77 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
84 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
85 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_operators.c2721 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp()
2737 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp()
2753 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp()
2775 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp()
2796 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l()
2839 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp()
2845 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp()
2851 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp()
2857 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp()
2863 ZEND_API int ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */
[all …]
H A Dzend_operators.h832 static zend_always_inline int zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
836 } else if (ZSTR_VAL(s1)[0] > '9' || ZSTR_VAL(s2)[0] > '9') { in zend_fast_equal_strings() local
H A Dzend_string.c328 ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2) in zend_string_equal_val()
396 ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2) in zend_string_equal_val()
H A Dzend_string.h320 static zend_always_inline zend_bool zend_string_equals(zend_string *s1, zend_string *s2) in zend_string_equals()
325 #define zend_string_equals_ci(s1, s2) \ argument
H A Dzend_strtod.c1812 CONST unsigned char *decpt, *s0, *s, *s1; local
2544 CONST char *s, *s0, *s1; local
/PHP-7.4/ext/date/lib/
H A Dtimelib.c232 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp()
255 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3400 unsigned int s3, s2, s1, s0; local
H A Dsoftmagic.c1828 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
H A Dstrcasestr.c49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_main.c62 char *s1, *s2; in PHP_METHOD() local
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c211 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local
H A Dmbfilter_cp932.c101 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
122 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
151 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
236 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local
H A Dmbfilter_euc_jp_win.c263 int c1, c2, s1; in mbfl_filt_conv_wchar_eucjpwin() local
H A Dmbfilter_gb18030.c290 int c1, s = 0, s1 = 0; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_iso2022_jp_ms.c297 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
H A Dmbfilter_iso2022jp_mobile.c92 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
113 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
135 #define CODE2JIS(c1,c2,s1,s2) \ argument
324 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jp_mobile() local
H A Dmbfilter_sjis.c104 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
125 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
154 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
219 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() local
H A Dmbfilter_sjis_2004.c86 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
107 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
137 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
487 int c1, c2, s1 = 0, s2; in mbfl_filt_conv_wchar_jis2004() local
680 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
H A Dmbfilter_sjis_mac.c87 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
108 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
137 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
285 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
675 int i, c1, s1 = 0; in mbfl_filt_conv_sjis_mac_flush() local
H A Dmbfilter_sjis_mobile.c203 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
224 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
246 #define CODE2JIS(c1,c2,s1,s2) \ argument
409 mbfilter_unicode2sjis_emoji_docomo(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_docomo()
468 mbfilter_unicode2sjis_emoji_kddi(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_kddi()
539 mbfilter_unicode2sjis_emoji_sb(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_sb()
613 int c1, s, s1 = 0, s2 = 0, w; in mbfl_filt_conv_sjis_mobile_wchar() local
793 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_mobile() local
H A Dmbfilter_sjis_open.c101 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
122 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
235 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_open() local
H A Dmbfilter_utf8_mobile.c201 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
305 int s1, c1; in mbfl_filt_conv_wchar_utf8_mobile() local

Completed in 99 milliseconds

12