Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.1/ext/mbstring/libmbfl/filters/
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
682 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
H A Dmbfilter_cp932.c99 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
120 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
149 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
234 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local
H A Dmbfilter_sjis_open.c99 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
120 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
148 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
233 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_open() local
H A Dmbfilter_sjis.c102 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
123 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
152 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
217 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() local
H A Dmbfilter_iso2022jp_mobile.c90 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
111 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
133 #define CODE2JIS(c1,c2,s1,s2) \ argument
322 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jp_mobile() local
H A Dmbfilter_sjis_mac.c85 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
106 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
135 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
283 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
H A Dmbfilter_sjis_mobile.c197 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
218 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
240 #define CODE2JIS(c1,c2,s1,s2) \ argument
607 int c1, s, s1 = 0, s2 = 0, w; in mbfl_filt_conv_sjis_mobile_wchar() local
787 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_mobile() local
H A Dmbfilter_iso2022_jp_ms.c295 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
/PHP-7.1/ext/phar/
H A Dmakestub.php29 $s2 = substr($s, strlen($s1) + strlen('index.php')); variable
30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); variable
/PHP-7.1/Zend/
H A Dzend_config.w32.h53 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument
54 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_operators.c2617 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp()
2633 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp()
2649 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp()
2671 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp()
2692 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l()
2714 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l()
2735 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp()
2741 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp()
2747 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp()
2753 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp()
[all …]
H A Dzend_string.h278 static zend_always_inline zend_bool zend_string_equals(zend_string *s1, zend_string *s2) in zend_string_equals()
283 #define zend_string_equals_ci(s1, s2) \ argument
H A Dzend_builtin_functions.c658 zend_string *s1, *s2; in ZEND_FUNCTION() local
672 zend_string *s1, *s2; in ZEND_FUNCTION() local
692 zend_string *s1, *s2; in ZEND_FUNCTION() local
706 zend_string *s1, *s2; in ZEND_FUNCTION() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2) argument
/PHP-7.1/ext/fileinfo/libmagic/
H A Dstrcasestr.c49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
/PHP-7.1/ext/standard/
H A Dphp_lcg.h28 int32_t s2; member
H A Dlevenshtein.c30 static zend_long reference_levdist(const char *s1, size_t l1, const char *s2, size_t l2, zend_long … in reference_levdist()
/PHP-7.1/ext/zip/lib/
H A Dzip_source_zip_new.c45 zip_source_t *src, *s2; in _zip_source_zip_new() local
H A Dzip_source_pkware.c64 zip_source_t *s2; in zip_source_pkware() local
H A Dzip_close.c236 zip_source_t *s2; in add_data() local
H A Dzip_source_deflate.c63 zip_source_t *s2; in zip_source_deflate() local
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_main.c62 char *s1, *s2; in PHP_METHOD() local
/PHP-7.1/ext/mbstring/
H A Dmb_gpc.c196 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_env.c104 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
/PHP-7.1/ext/standard/html_tables/
H A Dhtml_table_gen.php527 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable

Completed in 98 milliseconds

12