Searched defs:len2 (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/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 | 284 int len1, len2; in bc_multiply() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_log.c | 103 size_t len, len2; in fpm_log_write() local
|
/PHP-5.4/Zend/ |
H A D | zend_operators.c | 1945 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp() 1961 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp() 1977 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp() 1999 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp()
|
/PHP-5.4/ext/standard/ |
H A D | var_unserializer.c | 634 size_t len, len2, len3, maxlen; in php_var_unserialize() local
|
H A D | string.c | 293 int len1, len2; in php_spn_common_handler() local 3250 static void php_similar_str(const char *txt1, int len1, const char *txt2, int len2, int *pos1, int … 3273 static int php_similar_char(const char *txt1, int len1, const char *txt2, int len2)
|
/PHP-5.4/ext/phar/ |
H A D | phar_internal.h | 621 size_t len1, len2; in phar_set_inode() local
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 4283 int i, len1, len2, *eksl, nkeys; in PHP_FUNCTION() local 4410 int len1, len2; in PHP_FUNCTION() local
|
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 1540 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regexec.c | 1037 int len1, len2; in string_cmp_ic() local
|
Completed in 66 milliseconds