Lines Matching refs:serd_env_set_prefix_from_strings

53 	serd_env_set_prefix_from_strings(env, (const uint8_t *)"rdf", NS_RDF);  in _sratom_to_turtle()
54 serd_env_set_prefix_from_strings(env, (const uint8_t *)"rdfs", NS_RDFS); in _sratom_to_turtle()
55 serd_env_set_prefix_from_strings(env, (const uint8_t *)"xsd", NS_XSD); in _sratom_to_turtle()
56 serd_env_set_prefix_from_strings(env, (const uint8_t *)"lv2", (const uint8_t *)LV2_CORE_PREFIX); in _sratom_to_turtle()
57 serd_env_set_prefix_from_strings(env, (const uint8_t *)"midi", (const uint8_t *)LV2_MIDI_PREFIX); in _sratom_to_turtle()
58 serd_env_set_prefix_from_strings(env, (const uint8_t *)"atom", (const uint8_t *)LV2_ATOM_PREFIX); in _sratom_to_turtle()
59 serd_env_set_prefix_from_strings(env, (const uint8_t *)"units", (const uint8_t *)LV2_UNITS_PREFIX); in _sratom_to_turtle()
60 serd_env_set_prefix_from_strings(env, (const uint8_t *)"ui", (const uint8_t *)LV2_UI_PREFIX); in _sratom_to_turtle()
61 serd_env_set_prefix_from_strings(env, (const uint8_t *)"time", (const uint8_t *)LV2_TIME_URI"#"); in _sratom_to_turtle()
62 serd_env_set_prefix_from_strings(env, (const uint8_t *)"patch", (const uint8_t *)LV2_PATCH_PREFIX); in _sratom_to_turtle()
63 serd_env_set_prefix_from_strings(env, (const uint8_t *)"state", (const uint8_t *)LV2_STATE_PREFIX); in _sratom_to_turtle()
65 serd_env_set_prefix_from_strings(env, (const uint8_t *)"osc", NS_OSC); in _sratom_to_turtle()
66 serd_env_set_prefix_from_strings(env, (const uint8_t *)"xpress", NS_XPRESS); in _sratom_to_turtle()
67 serd_env_set_prefix_from_strings(env, (const uint8_t *)"spod", NS_SPOD); in _sratom_to_turtle()
68 serd_env_set_prefix_from_strings(env, (const uint8_t *)"canvas", NS_CANVAS); in _sratom_to_turtle()