Searched refs:dstr_init_copy_dstr (Results 1 – 3 of 3) sorted by relevance
68 static inline void dstr_init_copy_dstr(struct dstr *dst,182 static inline void dstr_init_copy_dstr(struct dstr *dst, const struct dstr *src) in dstr_init_copy_dstr() function
141 .. function:: void dstr_init_copy_dstr(struct dstr *dst, const struct dstr *src)
1753 dstr_init_copy_dstr(&adjusted_call, call_str); in ep_write_main()