/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_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_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_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
|
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 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_iso2022_jp_ms.c | 295 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
|
/PHP-5.4/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-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 | 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 | 28 php_int32 s2; 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()
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_fopen_index_encrypted.c | 53 struct zip_source *src, *s2; in zip_fopen_index_encrypted() local
|
H A D | zip_source_pkware.c | 72 struct zip_source *s2; in zip_source_pkware() local
|
H A D | zip_source_deflate.c | 68 struct zip_source *s2; in zip_source_deflate() local
|
H A D | zip_close.c | 356 struct zip_source *s2; in add_data() local
|
/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 | 525 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; 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
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 318 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
|