Home
last modified time | relevance | path

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

12345

/PHP-8.2/ext/standard/
H A Dvar.c1133 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern() local
1134 size_t l2 = b2 + sizeof(b2) - 1 - s2; in php_var_serialize_intern()
1147 memcpy(res, s2, l2); in php_var_serialize_intern()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c3397 unsigned int s3, s2, s1, s0; local
3416 s2 = s[2];
3418 len = (s3 << 24) | (s2 << 16) | (s1 << 8) | s0;
3423 s2 = s[2];
3425 len = (s0 << 24) | (s1 << 16) | (s2 << 8) | s3;
H A Dsoftmagic.c1915 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp() argument
1925 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp()
/PHP-8.2/ext/mbstring/
H A Dmbstring.c671 char *s, *s2; in php_mb_rfc1867_basename() local
680 s2 = php_mb_safe_strrchr(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
682 if (s && s2) { in php_mb_rfc1867_basename()
683 if (s > s2) { in php_mb_rfc1867_basename()
686 return ++s2; in php_mb_rfc1867_basename()
690 } else if (s2) { in php_mb_rfc1867_basename()
691 return ++s2; in php_mb_rfc1867_basename()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_auth.c518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
522 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/PHP-8.2/ext/spl/
H A Dspl_observer.c383 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
385 return zend_compare(&s1->inf, &s2->inf); in spl_object_storage_compare_info()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c6231 char*s2;
6234 n=strtoul(s1,&s2,base);
6235 if(s1!=s2){
6236 while(isspace((unsigned char)(*s2)))s2++;
6237 if(*s2=='\0'){
7316 const char*s2,size_t l2){
7325 if(memcmp(init,s2+1,l2)==0)
7369 const char*s2=lmemfind(s+init,l1-init,p,l2);
7370 if(s2){
7371 lua_pushinteger(L,s2-s+1);
[all …]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic3488 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
H A Dmagic私はガラスを食べられます3488 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b

Completed in 196 milliseconds

12345