Lines Matching defs:length
2724 static zend_always_inline void zend_str_tolower_impl(char *dest, const char *str, size_t length) /*… in zend_str_tolower_impl()
2746 static zend_always_inline void zend_str_toupper_impl(char *dest, const char *str, size_t length) /*… in zend_str_toupper_impl()
2768 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2776 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy()
2784 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2790 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup()
2796 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length) /* {{{ */ in zend_str_tolower()
2802 ZEND_API void ZEND_FASTCALL zend_str_toupper(char *str, size_t length) /* {{{ */ in zend_str_toupper()
2809 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
2833 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
2859 size_t length = ZSTR_LEN(str); in zend_string_tolower_ex() local
2908 size_t length = ZSTR_LEN(str); in zend_string_toupper_ex() local
2971 …d_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncmp()
3009 …nary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncasecmp()
3052 …ry_strncasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncasecmp_l()
3307 ZEND_API zend_uchar ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend_long *…