/PHP-5.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis_2004.c | 86 #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 D | mbfilter_sjis_mac.c | 85 #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 677 int i, c1, s1 = 0; in mbfl_filt_conv_sjis_mac_flush() local
|
H A D | mbfilter_cp932.c | 99 #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 D | mbfilter_sjis_open.c | 99 #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 D | mbfilter_sjis.c | 102 #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 D | mbfilter_sjis_mobile.c | 198 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 219 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 241 #define CODE2JIS(c1,c2,s1,s2) \ argument 404 mbfilter_unicode2sjis_emoji_docomo(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_docomo() 463 mbfilter_unicode2sjis_emoji_kddi(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_kddi() 534 mbfilter_unicode2sjis_emoji_sb(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_sb() 608 int c1, s, s1 = 0, s2 = 0, w; in mbfl_filt_conv_sjis_mobile_wchar() local 788 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_mobile() local
|
H A D | mbfilter_iso2022jp_mobile.c | 90 #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 D | mbfilter_utf8_mobile.c | 193 int s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local 297 int s1, c1; in mbfl_filt_conv_wchar_utf8_mobile() local
|
H A D | mbfilter_euc_jp_win.c | 261 int c1, c2, s1; in mbfl_filt_conv_wchar_eucjpwin() local
|
H A D | mbfilter_cp51932.c | 209 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local
|
H A D | mbfilter_iso2022_jp_ms.c | 295 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
|
H A D | mbfilter_gb18030.c | 288 int c1, s = 0, s1 = 0; in mbfl_filt_conv_wchar_gb18030() local
|
/PHP-5.4/Zend/ |
H A D | zend_config.w32.h | 54 #define strcasecmp(s1, s2) stricmp(s1, s2) argument 55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) argument
|
H A D | zend_operators.c | 1945 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp() 1961 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp() 1977 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp() 1999 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp() 2020 ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 2026 ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 2032 ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp() 2038 ZEND_API int zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp() 2044 ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2) /* {{{ */
|
H A D | zend_builtin_functions.c | 480 char *s1; in ZEND_FUNCTION() local 496 char *s1, *s2; in ZEND_FUNCTION() local 512 char *s1, *s2; in ZEND_FUNCTION() local 534 char *s1, *s2; in ZEND_FUNCTION() local 550 char *s1, *s2; in ZEND_FUNCTION() local
|
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_win32.h | 13 # define strcasecmp(s1, s2) stricmp(s1, s2) argument
|
/PHP-5.4/ext/standard/ |
H A D | php_lcg.h | 27 php_int32 s1; member
|
H A D | levenshtein.c | 30 static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost… in reference_levdist()
|
H A D | rand.c | 213 register php_uint32 s1; in php_mt_rand() local
|
/PHP-5.4/ext/phar/ |
H A D | makestub.php | 28 $s1 = substr($s, 0, strpos($s, 'index.php')); variable
|
/PHP-5.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 62 char *s1, *s2; in PHP_METHOD() local
|
/PHP-5.4/ext/mbstring/ |
H A D | mb_gpc.c | 198 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_env.c | 105 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
/PHP-5.4/ext/standard/html_tables/ |
H A D | html_table_gen.php | 524 $s1 = (hexdec($el[1]) & 0xFFF000) >> 12; variable
|
/PHP-5.4/ext/ereg/regex/ |
H A D | engine.c | 52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument 56 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
|