Searched defs:len1 (Results 1 – 10 of 10) sorted by relevance
/PHP-7.3/ext/date/lib/ |
H A D | timelib.c | 235 size_t len1 = strlen(s1); in timelib_strcasecmp() local 258 size_t len1 = strlen(s1); in timelib_strncasecmp() local
|
/PHP-7.3/ext/bcmath/libbcmath/src/ |
H A D | div.c | 94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
|
H A D | recmul.c | 272 int len1, len2; in bc_multiply() local
|
/PHP-7.3/Zend/ |
H A D | zend_operators.c | 2710 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 2726 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 2742 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 2764 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 2785 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 2807 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l()
|
/PHP-7.3/ext/phar/ |
H A D | phar_internal.h | 510 size_t len1, len2; in phar_set_inode() local
|
/PHP-7.3/ext/sodium/ |
H A D | libsodium.c | 733 size_t len1; in PHP_FUNCTION() local 3167 size_t len1; in PHP_FUNCTION() local
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 1577 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 3600 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… 3625 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 6075 int i, len1, len2, *eksl, nkeys, iv_len; in PHP_FUNCTION() local 6204 int len1, len2, cipher_iv_len; in PHP_FUNCTION() local
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regexec.c | 2212 int len1, len2; in string_cmp_ic() local
|
Completed in 92 milliseconds