Home
last modified time | relevance | path

Searched defs:len1 (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Drecmul.c281 int len1, len2; in bc_multiply() local
/PHP-5.5/Zend/
H A Dzend_operators.c2007 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp()
2023 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp()
2039 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp()
2061 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp()
2082 ZEND_API int zend_binary_strcasecmp_l(const char *s1, uint len1, const char *s2, uint len2) /* {{{ … in zend_binary_strcasecmp_l()
2104 ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint l… in zend_binary_strncasecmp_l()
/PHP-5.5/ext/standard/
H A Dstring.c307 int len1, len2; in php_spn_common_handler() local
3220 static void php_similar_str(const char *txt1, int len1, const char *txt2, int len2, int *pos1, int …
3243 static int php_similar_char(const char *txt1, int len1, const char *txt2, int len2)
/PHP-5.5/ext/phar/
H A Dphar_internal.h564 size_t len1, len2; in phar_set_inode() local
/PHP-5.5/ext/openssl/
H A Dopenssl.c4349 int i, len1, len2, *eksl, nkeys; in PHP_FUNCTION() local
4476 int len1, len2; in PHP_FUNCTION() local
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1557 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c982 int len1, len2; in string_cmp_ic() local

Completed in 58 milliseconds