/PHP-7.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis_2004.c | 88 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 109 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 139 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local 489 int c1, c2, s1 = 0, s2; in mbfl_filt_conv_wchar_jis2004() local 684 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
|
H A D | mbfilter_cp932.c | 101 #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 D | mbfilter_sjis_open.c | 101 #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 D | mbfilter_sjis.c | 104 #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 D | mbfilter_iso2022jp_mobile.c | 92 #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 D | mbfilter_sjis_mac.c | 87 #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
|
H A D | mbfilter_sjis_mobile.c | 203 #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 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 D | mbfilter_iso2022_jp_ms.c | 297 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
|
/PHP-7.3/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-7.3/Zend/ |
H A D | zend_config.w32.h | 51 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 52 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
|
H A D | zend_operators.c | 2710 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 2726 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 2742 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 2764 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 2785 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 2828 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 2834 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 2840 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp() 2846 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp() 2852 ZEND_API int ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */ [all …]
|
H A D | zend_string.c | 342 ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2) in zend_string_equal_val() 410 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 | 317 static zend_always_inline zend_bool zend_string_equals(zend_string *s1, zend_string *s2) in zend_string_equals() 322 #define zend_string_equals_ci(s1, s2) \ argument
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | strcasestr.c | 49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
|
/PHP-7.3/ext/standard/ |
H A D | php_lcg.h | 26 int32_t s2; member
|
H A D | levenshtein.c | 29 static zend_long reference_levdist(const char *s1, size_t l1, const char *s2, size_t l2, zend_long … in reference_levdist()
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_zip_new.c | 45 zip_source_t *src, *s2; in _zip_source_zip_new() local
|
H A D | zip_source_pkware.c | 64 zip_source_t *s2; in zip_source_pkware() local
|
H A D | zip_close.c | 236 zip_source_t *s2; in add_data() local
|
H A D | zip_source_deflate.c | 63 zip_source_t *s2; in zip_source_deflate() local
|
/PHP-7.3/ext/date/lib/ |
H A D | timelib.c | 232 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.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 62 char *s1, *s2; in PHP_METHOD() local
|
/PHP-7.3/ext/mbstring/ |
H A D | mb_gpc.c | 194 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_env.c | 103 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
/PHP-7.3/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
|