Lines Matching refs:size_t

1366 			size_t i;  in bitwise_not_function()
1410 size_t i; in bitwise_or_function()
1488 size_t i; in bitwise_and_function()
1566 size_t i; in bitwise_xor_function()
1757 size_t op1_len = Z_STRLEN_P(op1); in concat_function()
1758 size_t op2_len = Z_STRLEN_P(op2); in concat_function()
1759 size_t result_len = op1_len + op2_len; in concat_function()
2279 size_t pos=Z_STRLEN_P(str)-1; in increment_string()
2540 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2555 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2561 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length) /* {{{ */ in zend_str_tolower()
2573 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
2629 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp()
2645 …t ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size… in zend_binary_strncmp()
2661 …I int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size_t len… in zend_binary_strcasecmp()
2663 size_t len; in zend_binary_strcasecmp()
2683 …ND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size… in zend_binary_strncasecmp()
2685 size_t len; in zend_binary_strncasecmp()
2704 …int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, size_t len… in zend_binary_strcasecmp_l()
2706 size_t len; in zend_binary_strcasecmp_l()
2726 …_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, size_t len2, size… in zend_binary_strncasecmp_l()
2728 size_t len; in zend_binary_strncasecmp_l()
2885 ZEND_API zend_uchar ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend_long *…
3017 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne…
3029 size_t i;
3038 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t
3041 register size_t i;
3072 …ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, const …
3075 register size_t i;