Lines Matching defs:length

2914 static zend_always_inline void zend_str_tolower_impl(char *dest, const char *str, size_t length) /*…  in zend_str_tolower_impl()
2936 static zend_always_inline void zend_str_toupper_impl(char *dest, const char *str, size_t length) /*… in zend_str_toupper_impl()
2958 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2966 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy()
2974 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2980 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup()
2986 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length) /* {{{ */ in zend_str_tolower()
2992 ZEND_API void ZEND_FASTCALL zend_str_toupper(char *str, size_t length) /* {{{ */ in zend_str_toupper()
2999 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
3023 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
3049 size_t length = ZSTR_LEN(str); in zend_string_tolower_ex() local
3098 size_t length = ZSTR_LEN(str); in zend_string_toupper_ex() local
3161 …d_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncmp()
3199 …nary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncasecmp()
3242 …ry_strncasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2, size_t length) /* {{{ */ in zend_binary_strncasecmp_l()
3507 ZEND_API uint8_t ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend_long *lva…