Home
last modified time | relevance | path

Searched refs:strref_copy (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dlexer.h47 static inline void strref_copy(struct strref *dst, const struct strref *src) in strref_copy() function
56 strref_copy(dst, t); in strref_add()
H A Dtext-lookup.c231 strref_copy(str, &temp.text); in lookup_gettoken()
234 strref_copy(str, &temp.text); in lookup_gettoken()
H A Dcf-parser.h281 strref_copy(dst, &p->cur_token->str); in cf_get_name_ref()
H A Dcf-lexer.c825 strref_copy(&token.unmerged_str, &base->unmerged_str); in append_space()
828 strref_copy(&token.unmerged_str, &token.str); in append_space()
H A Dconfig-file.c198 strref_copy(&name, &token.text); in config_parse_section()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Deffect-parser.c1460 strref_copy(&def.name.unmerged_str, &def.name.str); in ep_parse()