Searched refs:old_length (Results 1 – 2 of 2) sorted by relevance
396 size_t old_length = tz->bit64.charcnt; in add_abbr() local397 size_t new_length = old_length + strlen(abbr) + 1; in add_abbr()399 memcpy(tz->timezone_abbr + old_length, abbr, strlen(abbr)); in add_abbr()403 return old_length; in add_abbr()
1724 size_t old_length = ZSTR_LEN(old_str); in cli_concat_persistent_zstr_with_char() local1725 zend_string *str = zend_string_extend(old_str, old_length + length, /* persistent */ true); in cli_concat_persistent_zstr_with_char()1726 memcpy(ZSTR_VAL(str) + old_length, at, length); in cli_concat_persistent_zstr_with_char()
Completed in 19 milliseconds