Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Dmt_rand.c167 register uint32_t s1; in php_mt_rand() local
H A Dstring.c708 zend_string *s1, *s2; in PHP_FUNCTION() local
1765 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end)
1783 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end)
4085 uint8x16_t s1 = vceqq_u8(x, vdupq_n_u8('\'')); local
5662 zend_string *s1, *s2; local
6320 zend_string *s1, *s2; local
H A Darray.c217 const char *s1, *s2; in php_array_key_compare_string_case() local
250 const char *s1, *s2; in php_array_key_compare_string() local
283 const char *s1, *s2; in php_array_key_compare_string_natural_general() local
334 const char *s1, *s2; in php_array_key_compare_string_locale() local
H A Dstreamsfuncs.c57 php_stream *s1, *s2; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c601 zend_string *s1, *s2; in ZEND_FUNCTION() local
616 zend_string *s1, *s2; in ZEND_FUNCTION() local
638 zend_string *s1, *s2; in ZEND_FUNCTION() local
653 zend_string *s1, *s2; in ZEND_FUNCTION() local
H A Dzend_operators.h832 static zend_always_inline int zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
836 } else if (ZSTR_VAL(s1)[0] > '9' || ZSTR_VAL(s2)[0] > '9') { in zend_fast_equal_strings() local
H A Dzend_strtod.c1812 CONST unsigned char *decpt, *s0, *s, *s1; local
2544 CONST char *s, *s0, *s1; local
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php525 $s1 = (hexdec($el[1]) & 0xFFF000) >> 12; variable
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c116 #define S1(s1) (reg_map[s1] << 14) argument
117 #define FS1(s1) (freg_map[s1] << 14) argument
118 #define S1A(s1) ((s1) << 14) argument
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c847 unsigned int s1 = checksum & 0xffff; in zend_adler32() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1828 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
H A Dapprentice.c3400 unsigned int s3, s2, s1, s0; local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c538 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c643 char *s1, *s2; in php_cgi_ini_activate_user_config() local
/PHP-7.4/ext/spl/
H A Dspl_observer.c345 spl_SplObjectStorageElement *s1 = (spl_SplObjectStorageElement*)Z_PTR_P(e1); in spl_object_storage_compare_info() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c802 char *s1, *s2; local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument

Completed in 162 milliseconds

12