/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis_2004.c | 83 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 104 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 134 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local 484 int c1, c2, s1 = 0, s2; in mbfl_filt_conv_wchar_jis2004() local 677 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
|
H A D | mbfilter_cp932.c | 98 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 119 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 148 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local 233 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local
|
H A D | mbfilter_sjis_open.c | 98 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 119 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 147 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local 232 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_open() local
|
H A D | mbfilter_sjis.c | 101 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 122 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 151 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local 216 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() local
|
H A D | mbfilter_iso2022jp_mobile.c | 89 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 110 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 132 #define CODE2JIS(c1,c2,s1,s2) \ argument 321 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jp_mobile() local
|
H A D | mbfilter_sjis_mac.c | 84 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 105 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 134 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local 282 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
|
H A D | mbfilter_sjis_mobile.c | 202 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 223 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 245 #define CODE2JIS(c1,c2,s1,s2) \ argument 612 int c1, s, s1 = 0, s2 = 0, w; in mbfl_filt_conv_sjis_mobile_wchar() local 792 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_mobile() local
|
H A D | mbfilter_iso2022_jp_ms.c | 294 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
|
/PHP-8.0/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_operators.c | 2691 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 2707 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 2723 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 2745 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 2766 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 2809 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 2815 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 2821 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp() 2827 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp() 2833 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */ [all …]
|
H A D | zend_string.c | 328 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 D | zend_string.h | 352 static zend_always_inline zend_bool zend_string_equals(zend_string *s1, zend_string *s2) in zend_string_equals() 357 #define zend_string_equals_ci(s1, s2) \ argument
|
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_operators.h | 839 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
|
/PHP-8.0/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.0/ext/fileinfo/libmagic/ |
H A D | strcasestr.c | 49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
|
/PHP-8.0/ext/standard/ |
H A D | php_lcg.h | 24 int32_t s2; member
|
H A D | string.c | 677 zend_string *s1, *s2; in PHP_FUNCTION() local 1699 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 1716 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 3784 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local 5282 zend_string *s1, *s2; local 5866 zend_string *s1, *s2; local
|
/PHP-8.0/ext/date/lib/ |
H A D | timelib.c | 233 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() 256 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
|
/PHP-8.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 56 char *s1, *s2; in PHP_METHOD() local
|
/PHP-8.0/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.0/ext/mbstring/ |
H A D | mb_gpc.c | 179 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_env.c | 102 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 119 #define S2(s2) (reg_map[s2]) argument 120 #define FS2(s2) (freg_map[s2]) argument 121 #define FS2N(s2) (freg_map[s2] | 0x1) argument 122 #define S2A(s2) (s2) argument
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | html_table_gen.php | 522 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
|