Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/standard/
H A Dmt_rand.c168 register uint32_t s1; in php_mt_rand() local
H A Dstring.c733 zend_string *s1, *s2; in PHP_FUNCTION() local
1776 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end)
1794 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end)
5143 zend_string *s1, *s2; local
5735 zend_string *s1, *s2; local
H A Darray.c223 char *s1, *s2; in php_array_key_compare_string_case() local
256 char *s1, *s2; in php_array_key_compare_string() local
289 char *s1, *s2; in php_array_key_compare_string_natural_general() local
341 char *s1, *s2; in php_array_key_compare_string_locale() local
H A Dstreamsfuncs.c59 php_stream *s1, *s2; in PHP_FUNCTION() local
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php526 $s1 = (hexdec($el[1]) & 0xFFF000) >> 12; variable
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c538 zend_string *s1, *s2; in ZEND_FUNCTION() local
553 zend_string *s1, *s2; in ZEND_FUNCTION() local
575 zend_string *s1, *s2; in ZEND_FUNCTION() local
590 zend_string *s1, *s2; in ZEND_FUNCTION() local
H A Dzend_strtod.c1809 CONST unsigned char *decpt, *s0, *s, *s1; local
2541 CONST char *s, *s0, *s1; local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1011 #define STRING_CMP(s1,s2,len) do {\ argument
1017 #define STRING_CMP_IC(case_fold_flag,s1,ps2,len) do {\ argument
1023 UChar* s1, UChar** ps2, int mblen) in string_cmp_ic()
1050 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
1059 #define STRING_CMP_VALUE_IC(case_fold_flag,s1,ps2,len,is_fail) do {\ argument
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()
H A Dregparse.c251 onig_strncmp(const UChar* s1, const UChar* s2, int n) in onig_strncmp()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c740 unsigned int s1 = checksum & 0xffff; in zend_adler32() local
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c108 #define S1(s1) (reg_map[s1] << 14) argument
110 #define S1A(s1) ((s1) << 14) argument
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_auth.c527 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1607 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
H A Dapprentice.c3295 unsigned int s3, s2, s1, s0; local
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c690 char *s1, *s2; local
/PHP-7.2/ext/spl/
H A Dspl_observer.c350 spl_SplObjectStorageElement *s1 = (spl_SplObjectStorageElement*)Z_PTR_P(e1); in spl_object_storage_compare_info() local
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c816 char *s1, *s2; local
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument

Completed in 181 milliseconds

12