Lines Matching refs:size_t

58 	size_t search_pos;
455 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, size_t patlen, OnigOptionTy… in php_mbregex_compile_pattern()
489 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
491 size_t len_left = len; in _php_mb_regex_get_option_string()
492 size_t len_req = 0; in _php_mb_regex_get_option_string()
594 static bool _php_mb_regex_init_options(const char *parg, size_t narg, OnigOptionType *option, in _php_mb_regex_init_options()
597 size_t n; in _php_mb_regex_init_options()
673 size_t search_len;
709 size_t subject_len, in mb_regex_substitute()
711 size_t replace_len, in mb_regex_substitute()
824 if (regs->beg[no] >= 0 && regs->beg[no] < regs->end[no] && (size_t)regs->end[no] <= subject_len) { in mb_regex_substitute()
843 size_t encoding_len; in PHP_FUNCTION()
891 size_t arg_pattern_len, string_len; in _php_mb_regex_ereg_exec()
946 if (beg >= 0 && beg < end && (size_t)end <= string_len) { in _php_mb_regex_ereg_exec()
985 size_t arg_pattern_len; in _php_mb_regex_ereg_replace_exec()
988 size_t replace_len; in _php_mb_regex_ereg_replace_exec()
994 size_t string_len; in _php_mb_regex_ereg_replace_exec()
1012 size_t option_str_len = 0; in _php_mb_regex_ereg_replace_exec()
1076 smart_str_appendl(&out_buf, (char *)pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos)); in _php_mb_regex_ereg_replace_exec()
1179 size_t arg_pattern_len; in PHP_FUNCTION()
1184 size_t string_len; in PHP_FUNCTION()
1212 while (count != 0 && (size_t)(pos - (OnigUChar *)string) < string_len) { in PHP_FUNCTION()
1213 size_t beg, end; in PHP_FUNCTION()
1220 if ((size_t)(pos - (OnigUChar *)string) < end) { in PHP_FUNCTION()
1221 if (beg < string_len && beg >= (size_t)(chunk_pos - (OnigUChar *)string)) { in PHP_FUNCTION()
1250 size_t n = ((OnigUChar *)(string + string_len) - chunk_pos); in PHP_FUNCTION()
1262 size_t arg_pattern_len; in PHP_FUNCTION()
1265 size_t string_len; in PHP_FUNCTION()
1275 size_t option_str_len = 0; in PHP_FUNCTION()
1325 size_t arg_pattern_len, arg_options_len; in _php_mb_regex_ereg_search_exec()
1327 size_t n, i, pos, len; in _php_mb_regex_ereg_search_exec()
1462 size_t arg_pattern_len = 0, arg_options_len = 0; in PHP_FUNCTION()
1514 size_t n, i, len; in PHP_FUNCTION()
1579 …ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING && (size_t)position > Z_STRLE… in PHP_FUNCTION()
1610 size_t string_len; in PHP_FUNCTION()