Home
last modified time | relevance | path

Searched defs:len2 (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/date/lib/
H A Dtimelib.c237 size_t len2 = strlen(s2); in timelib_strcasecmp() local
260 size_t len2 = strlen(s2); in timelib_strncasecmp() local
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Ddiv.c93 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Drecmul.c272 int len1, len2; in bc_multiply() local
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_log.c103 size_t len, len2; in fpm_log_write() local
/PHP-8.0/Zend/
H A Dzend_operators.c2691 …END_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcmp()
2707 …TCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncmp()
2723 …FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp()
2745 …L zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncasecmp()
2766 …STCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp_l()
2788 …zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncasecmp_l()
/PHP-8.0/ext/phar/
H A Dphar_internal.h511 size_t len1, len2; in phar_set_inode() local
/PHP-8.0/ext/sodium/
H A Dlibsodium.c457 size_t len2; in PHP_FUNCTION() local
2770 size_t len2; in PHP_FUNCTION() local
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c1210 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/PHP-8.0/ext/standard/
H A Dstring.c3308 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p…
3332 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
/PHP-8.0/ext/openssl/
H A Dopenssl.c6654 int i, len1, len2, *eksl, nkeys, iv_len; in PHP_FUNCTION() local
6779 int len1, len2, cipher_iv_len; in PHP_FUNCTION() local

Completed in 72 milliseconds