Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dtimelib.c236 size_t len2 = strlen(s2); in timelib_strcasecmp() local
259 size_t len2 = strlen(s2); in timelib_strncasecmp() local
/PHP-7.4/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-7.4/sapi/fpm/fpm/
H A Dfpm_log.c103 size_t len, len2; in fpm_log_write() local
/PHP-7.4/Zend/
H A Dzend_operators.c2721 …END_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcmp()
2737 …TCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncmp()
2753 …FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp()
2775 …L zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncasecmp()
2796 …STCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp_l()
2818 …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-7.4/ext/phar/
H A Dphar_internal.h503 size_t len1, len2; in phar_set_inode() local
/PHP-7.4/ext/sodium/
H A Dlibsodium.c751 size_t len2; in PHP_FUNCTION() local
3185 size_t len2; in PHP_FUNCTION() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1575 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dstring.c3603 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p…
3628 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
/PHP-7.4/ext/openssl/
H A Dopenssl.c6157 int i, len1, len2, *eksl, nkeys, iv_len; in PHP_FUNCTION() local
6288 int len1, len2, cipher_iv_len; in PHP_FUNCTION() local

Completed in 71 milliseconds