Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis.c99 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
120 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
149 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
214 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() 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
149 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
234 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis_open() local
H A Dmbfilter_iso2022_jp_ms.c295 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
/PHP-5.3/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-5.3/Zend/
H A Dzend_config.w32.h54 #define strcasecmp(s1, s2) stricmp(s1, s2) argument
55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) argument
H A Dzend_operators.c1904 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp()
1917 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp()
1930 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp()
1949 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp()
1968 ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp()
1974 ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp()
1980 ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcasecmp()
1986 ZEND_API int zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncasecmp()
1992 ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2) /* {{{ */ in zendi_smart_strcmp()
H A Dzend_builtin_functions.c472 char *s1, *s2; in ZEND_FUNCTION() local
488 char *s1, *s2; in ZEND_FUNCTION() local
510 char *s1, *s2; in ZEND_FUNCTION() local
526 char *s1, *s2; in ZEND_FUNCTION() local
/PHP-5.3/ext/zlib/
H A Dzlib.c496 char *data, *s2; in PHP_FUNCTION() local
539 char *data, *s1=NULL, *s2=NULL; in PHP_FUNCTION() local
584 char *data, *s2; in PHP_FUNCTION() local
646 char *data, *s1=NULL, *s2=NULL; in PHP_FUNCTION() local
859 char *data, *s2; in PHP_FUNCTION() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2) argument
/PHP-5.3/ext/standard/
H A Dphp_lcg.h28 php_int32 s2; member
H A Dlevenshtein.c30 static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost… in reference_levdist()
H A Dhttp_fopen_wrapper.c429 char *s2, *tmp_c = estrdup(tmp); in php_stream_url_wrap_http_ex() local
H A Dstring.c651 char *s1, *s2; in PHP_FUNCTION() local
1553 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end)
1571 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end)
4716 char *s1, *s2; local
5268 char *s1, *s2; local
/PHP-5.3/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c53 struct zip_source *src, *s2; in zip_fopen_index_encrypted() local
H A Dzip_source_pkware.c72 struct zip_source *s2; in zip_source_pkware() local
H A Dzip_source_deflate.c68 struct zip_source *s2; in zip_source_deflate() local
H A Dzip_close.c356 struct zip_source *s2; in add_data() local
/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c198 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_env.c105 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
/PHP-5.3/ext/ereg/regex/
H A Dengine.c52 #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.3/ext/sqlite/libsqlite/src/
H A Dvacuum.c44 dynStr s1, s2; /* Two dynamic strings */ member
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1579 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1020 #define STRING_CMP(s1,s2,len) do {\ argument
1036 UChar *p1, *p2, *end, *s2, *end2; in string_cmp_ic() local
1059 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c735 char *s1, *s2; local

Completed in 141 milliseconds

12