Home
last modified time | relevance | path

Searched defs:s1 (Results 26 – 36 of 36) sorted by relevance

12

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c318 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c1020 #define STRING_CMP(s1,s2,len) do {\ argument
1026 #define STRING_CMP_IC(ambig_flag,s1,ps2,len) do {\ argument
1032 UChar* s1, UChar** ps2, int mblen) in string_cmp_ic()
1059 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
1068 #define STRING_CMP_VALUE_IC(ambig_flag,s1,ps2,len,is_fail) do {\ argument
H A Dregparse.c215 onig_strncmp(const UChar* s1, const UChar* s2, int n) in onig_strncmp()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c104 #define S1(s1) (reg_map[s1] << 14) argument
106 #define S1A(s1) ((s1) << 14) argument
/PHP-5.4/ext/standard/
H A Dstring.c724 char *s1, *s2; in PHP_FUNCTION() local
1639 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end)
1657 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end)
5054 char *s1, *s2; local
5649 char *s1, *s2; local
H A Dstreamsfuncs.c53 php_stream *s1, *s2; in PHP_FUNCTION() local
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1778 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c711 char *s1, *s2; local
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c771 char *s1, *s2; local
/PHP-5.4/Zend/
H A Dzend_strtod.c2043 CONST char *s, *s0, *s1; in zend_strtod() local
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h374 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument

Completed in 91 milliseconds

12