Home
last modified time | relevance | path

Searched refs:old_length (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_tz.c396 size_t old_length = tz->bit64.charcnt; in add_abbr() local
397 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()
/php-src/sapi/cli/
H A Dphp_cli_server.c1724 size_t old_length = ZSTR_LEN(old_str); in cli_concat_persistent_zstr_with_char() local
1725 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