Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c536 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
540 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/PHP-8.0/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.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1893 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp() argument
1903 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3244 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
H A Dmagic3244 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b

Completed in 174 milliseconds

12345