Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib.c261 size_t len2 = strlen(s2); in timelib_strcasecmp() local
284 size_t len2 = strlen(s2); in timelib_strncasecmp() local
/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c85 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Drecmul.c262 size_t len1, len2; in bc_multiply() local
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c117 size_t len, len2; in fpm_log_write() local
/php-src/Zend/
H A Dzend_operators.c3145 …END_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcmp()
3161 …TCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncmp()
3177 …FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp()
3199 …L zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length)… in zend_binary_strncasecmp()
3220 …STCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2) /* {{{ */ in zend_binary_strcasecmp_l()
3242 …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-src/ext/phar/
H A Dphar_internal.h509 size_t len1, len2; in phar_set_inode() local
/php-src/ext/sodium/
H A Dlibsodium.c274 size_t len2; in PHP_FUNCTION() local
3004 size_t len2; in PHP_FUNCTION() local
/php-src/ext/odbc/
H A Dphp_odbc.c1130 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dstring.c3617 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p…
3641 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
/php-src/ext/openssl/
H A Dopenssl.c7059 int i, len1, len2, *eksl, nkeys, iv_len; in PHP_FUNCTION() local
7184 int len1, len2, cipher_iv_len; in PHP_FUNCTION() local

Completed in 85 milliseconds