/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis.c | 100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 121 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 145 int s1, s2, w; in mbfl_filt_conv_sjis_wchar() local 199 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() local 269 unsigned int s1, s2; in mb_sjis_to_wchar() local 346 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s2; in mb_wchar_to_sjis() local
|
H A D | mbfilter_sjis_2004.c | 164 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 185 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 210 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local 515 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004() local 703 int k, c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004_flush() local 782 unsigned int s1, s2; in mb_sjis2004_to_wchar() local 947 unsigned int s1 = c - 0x80, s2 = c2 - 0x80; in mb_eucjp2004_to_wchar() local 994 unsigned int s1 = c2 - 0xA1, s2 = c3 - 0xA1; in mb_eucjp2004_to_wchar() local 1135 unsigned int s2 = s & 0xFF; in mb_wchar_to_eucjp2004() local 1240 unsigned int s1 = c - 0x21, s2 = c2 - 0x21; in mb_iso2022jp2004_to_wchar() local [all …]
|
H A D | mbfilter_cp932.c | 163 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 184 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 208 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local 294 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local 408 unsigned int s1, s2, w = 0; in mb_cp932_to_wchar() local 468 unsigned int s1 = 0, s2 = 0, c1, c2; in mb_wchar_to_cp932() local 549 unsigned int s1 = 0, s2 = 0, c1, c2; in mb_wchar_to_sjiswin() local
|
H A D | mbfilter_sjis_mac.c | 100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 121 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local 300 int i, c1, c2, s1 = 0, s2 = 0, mode; in mbfl_filt_conv_wchar_sjis_mac() local 715 unsigned int w = 0, s1 = 0, s2 = 0; in mb_sjismac_to_wchar() local 1021 unsigned int c1 = (s / 94) + 0x21, c2 = (s % 94) + 0x21, s1, s2; in mb_wchar_to_sjismac() local 1082 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjismac() local
|
H A D | mbfilter_sjis_mobile.c | 223 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 237 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 588 int c1, s, s1, s2, w, snd = 0; in mbfl_filt_conv_sjis_mobile_wchar() local 757 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_sjis_mobile() local 891 unsigned int s1, s2; in mb_sjis_docomo_to_wchar() local 1089 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis_docomo() local 1122 unsigned int s1, s2; in mb_sjis_kddi_to_wchar() local 1338 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis_kddi() local 1429 unsigned int s1, s2; in mb_sjis_sb_to_wchar() local 1645 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis_sb() local
|
H A D | mbfilter_iso2022jp_mobile.c | 100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 114 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 134 #define CODE2JIS(c1,c2,s1,s2) \ argument 388 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jp_mobile() local
|
H A D | mbfilter_iso2022_jp_ms.c | 248 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jpms() local
|
/PHP-8.2/Zend/ |
H A D | zend_config.w32.h | 48 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
|
H A D | zend_string.h | 344 static zend_always_inline bool zend_string_equals_cstr(const zend_string *s1, const char *s2, size_… in zend_string_equals_cstr() 365 static zend_always_inline bool zend_string_equals(const zend_string *s1, const zend_string *s2) in zend_string_equals() 370 #define zend_string_equals_ci(s1, s2) \ argument
|
H A D | zend_operators.c | 2955 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 2971 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 2987 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 3009 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 3030 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 3052 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l() 3073 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 3079 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 3085 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */ 3133 ZEND_API int ZEND_FASTCALL zendi_smart_strcmp(zend_string *s1, zend_string *s2) /* {{{ */
|
H A D | zend_builtin_functions.c | 302 zend_string *s1, *s2; in ZEND_FUNCTION() local 316 zend_string *s1, *s2; in ZEND_FUNCTION() local 337 zend_string *s1, *s2; in ZEND_FUNCTION() local 351 zend_string *s1, *s2; in ZEND_FUNCTION() local
|
H A D | zend_string.c | 392 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val() 430 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val()
|
H A D | zend_operators.h | 824 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
|
/PHP-8.2/ext/phar/ |
H A D | makestub.php | 29 $s2 = substr($s, strlen($s1) + strlen('index.php')); variable 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); variable
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | strcasestr.c | 49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
|
/PHP-8.2/ext/random/ |
H A D | engine_xoshiro256starstar.c | 63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local 84 static inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64… in seed256()
|
/PHP-8.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 55 char *s1, *s2; in PHP_METHOD() local
|
/PHP-8.2/ext/date/lib/ |
H A D | timelib.c | 257 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() 280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
|
/PHP-8.2/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 282 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) argument 284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) argument 323 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) argument 332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) argument 334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) argument
|
/PHP-8.2/ext/mbstring/ |
H A D | mb_gpc.c | 189 for (const char *s2 = info->separator; *s2; s2++) { in _php_mb_encoding_handler_ex() local
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_env.c | 103 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | html_table_gen.php | 522 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 119 #define S2(s2) ((sljit_ins)reg_map[s2]) argument 120 #define FS2(s2) ((sljit_ins)freg_map[s2]) argument 121 #define FS2N(s2) ((sljit_ins)freg_map[s2] | 0x1) argument 122 #define S2A(s2) ((sljit_ins)(s2)) argument
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 463 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
|
/PHP-8.2/ext/standard/ |
H A D | string.c | 640 zend_string *s1, *s2; in PHP_FUNCTION() local 1654 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 1671 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 3850 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local 5362 zend_string *s1, *s2; local 5931 zend_string *s1, *s2; local
|