Home
last modified time | relevance | path

Searched refs:s2 (Results 101 – 106 of 106) sorted by relevance

12345

/PHP-7.0/ext/mbstring/
H A Dmbstring.c1176 char *s, *s2; in php_mb_rfc1867_basename() local
1185 s2 = php_mb_safe_strrchr_ex(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1187 if (s && s2) { in php_mb_rfc1867_basename()
1188 if (s > s2) { in php_mb_rfc1867_basename()
1191 return ++s2; in php_mb_rfc1867_basename()
1195 } else if (s2) { in php_mb_rfc1867_basename()
1196 return ++s2; in php_mb_rfc1867_basename()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1733 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp() argument
1742 const unsigned char *b = (const unsigned char *)s2; in file_strncmp()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c207 onig_strncmp(const UChar* s1, const UChar* s2, int n) in onig_strncmp() argument
212 x = *s2++ - *s1++; in onig_strncmp()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c2411 ZEND_ARG_INFO(0, s2)
2419 ZEND_ARG_INFO(0, s2)
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c54298 u32 s1, s2;
54304 s2 = aIn[1];
54306 s1 = s2 = 0;
54315 s2 += *aData++ + s1;
54326 aOut[1] = s2;
85481 assert( (s2>0 && s2<7) || s2==8 || s2==9 );
85483 if( s1>7 && s2>7 ){
85484 res = s1 - s2;
85486 if( s1==s2 ){
85500 if( s2>7 ){
[all …]

Completed in 440 milliseconds

12345