Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c105 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
H A Dfpm_main.c715 char *s1, *s2; local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c774 char *s1, *s2; local
/PHP-5.5/main/
H A Drfc1867.c561 char *s2 = strrchr(path, '/'); in php_ap_basename() local
/PHP-5.5/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_deflate.c68 struct zip_source *s2; in zip_source_deflate() local
H A Dzip_source_pkware.c72 struct zip_source *s2; in zip_source_pkware() local
H A Dzip_close.c356 struct zip_source *s2; in add_data() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2) argument
/PHP-5.5/ext/standard/
H A Dstring.c738 char *s1, *s2; in PHP_FUNCTION() local
1653 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end)
1671 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end)
5034 char *s1, *s2; local
5629 char *s1, *s2; local
H A Dstreamsfuncs.c53 php_stream *s1, *s2; in PHP_FUNCTION() local
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()
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php528 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
/PHP-5.5/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.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c105 #define S2(s2) (reg_map[s2]) argument
107 #define S2A(s2) (s2) argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h374 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c1040 unsigned int s2 = (checksum >> 16) & 0xffff; local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c317 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c965 #define STRING_CMP(s1,s2,len) do {\ argument
981 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
1004 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
H A Dregparse.c207 onig_strncmp(const UChar* s1, const UChar* s2, int n) in onig_strncmp()
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c198 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
H A Dmbstring.c1157 char *s, *s2; in php_mb_rfc1867_basename() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
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_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
680 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local

Completed in 144 milliseconds

12