Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dunicode_property_data.c22947 gperf_case_strncmp (register const char *s1, register const char *s2, register unsigned int n) in gperf_case_strncmp() argument
22952 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strncmp()
H A Dregparse.c251 onig_strncmp(const UChar* s1, const UChar* s2, int n) in onig_strncmp() argument
256 x = *s2++ - *s1++; in onig_strncmp()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c109 #define S2(s2) (reg_map[s2]) argument
111 #define S2A(s2) (s2) argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c3295 unsigned int s3, s2, s1, s0; local
3314 s2 = s[2];
3316 len = (s3 << 24) | (s2 << 16) | (s1 << 8) | s0;
3321 s2 = s[2];
3323 len = (s0 << 24) | (s1 << 16) | (s2 << 8) | s3;
H A Dsoftmagic.c1607 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp() argument
1616 const unsigned char *b = (const unsigned char *)s2; in file_strncmp()
/PHP-7.2/ext/spl/
H A Dspl_observer.c351 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
354 if (compare_function(&result, &s1->inf, &s2->inf) == FAILURE) { in spl_object_storage_compare_info()
/PHP-7.2/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.2/ext/pcre/pcrelib/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-7.2/ext/standard/
H A Dbasic_functions.c2409 ZEND_ARG_INFO(0, s2)
2417 ZEND_ARG_INFO(0, s2)
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c58983 u32 s1, s2;
58989 s2 = aIn[1];
58991 s1 = s2 = 0;
59000 s1 += *aData++ + s2;
59012 aOut[1] = s2;
92580 assert( (s2>0 && s2<7) || s2==8 || s2==9 );
92582 if( s1==s2 ){
92597 res = s1 - s2;
92599 if( s2>7 ){
92604 res = s1 - s2;
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2667 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b\040
H A Dmagic私はガラスを食べられます2667 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b\040

Completed in 671 milliseconds

12345