Searched refs:new_rtp_len (Results 1 – 1 of 1) sorted by relevance
487 size_t new_rtp_len; in add_pack_dir_to_rtp() local574 new_rtp_len = keep; in add_pack_dir_to_rtp()576 new_rtp[new_rtp_len++] = ','; // add comma before in add_pack_dir_to_rtp()577 mch_memmove(new_rtp + new_rtp_len, fname, addlen - 1); in add_pack_dir_to_rtp()578 new_rtp_len += addlen - 1; in add_pack_dir_to_rtp()580 new_rtp[new_rtp_len++] = ','; // add comma after in add_pack_dir_to_rtp()587 mch_memmove(new_rtp + new_rtp_len, p_rtp + keep, in add_pack_dir_to_rtp()589 new_rtp_len += keep_after - keep; in add_pack_dir_to_rtp()591 new_rtp_len += afterlen - 1; in add_pack_dir_to_rtp()592 new_rtp[new_rtp_len++] = ','; in add_pack_dir_to_rtp()[all …]