Home
last modified time | relevance | path

Searched refs:feature_resource_fill (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_serialize.c468 rdf_serializer->feature_resource_fill = in raptor_new_serializer_v2()
820 if(rdf_serializer->feature_resource_fill) in raptor_free_serializer()
821 RAPTOR_FREE(cstring, rdf_serializer->feature_resource_fill); in raptor_free_serializer()
1109 (unsigned char **)&(serializer->feature_resource_fill), value); in raptor_serializer_set_feature_string()
1288 return (unsigned char *)(serializer->feature_resource_fill); in raptor_serializer_get_feature_string()
H A Draptor_serialize_dot.c578 if(serializer->feature_resource_fill) { in raptor_dot_serializer_write_colors()
583 serializer->feature_resource_fill); in raptor_dot_serializer_write_colors()
H A Draptor_internal.h525 unsigned char *feature_resource_fill; member