Searched defs:len1 (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 248 size_t len1 = n1->n_len + n1->n_scale; in bc_multiply() local 275 size_t len1 = n1->n_len + n1->n_scale; in bc_square() local
|
/php-src/ext/date/lib/ |
H A D | timelib.c | 260 size_t len1 = strlen(s1); in timelib_strcasecmp() local 283 size_t len1 = strlen(s1); in timelib_strncasecmp() local
|
/php-src/Zend/ |
H A D | zend_operators.c | 3160 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 3176 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 3192 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 3214 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 3235 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 3257 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-src/ext/odbc/ |
H A D | php_odbc.c | 1234 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
|
/php-src/ext/phar/ |
H A D | phar_internal.h | 387 size_t len1, len2; in phar_set_inode() local
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 272 size_t len1; in PHP_FUNCTION() local 3008 size_t len1; in PHP_FUNCTION() local
|
/php-src/ext/standard/ |
H A D | string.c | 3585 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… 3609 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7267 int i, len1, len2, *eksl, nkeys, iv_len; local 7392 int len1, len2, cipher_iv_len; local
|
Completed in 93 milliseconds