Lines Matching refs:SplayTreeInfo
196 image->properties=CloneSplayTree((SplayTreeInfo *) in CloneImageProperties()
288 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->properties,property)); in DeleteImageProperty()
321 image->properties=(void *) DestroySplayTree((SplayTreeInfo *) in DestroyImageProperties()
1222 SplayTreeInfo in GetEXIFProperty()
1587 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetEXIFProperty()
1771 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
1777 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
2184 ResetSplayTreeIterator((SplayTreeInfo *) image->properties); in GetImageProperty()
2185 p=(const char *) GetNextValueInSplayTree((SplayTreeInfo *) in GetImageProperty()
2189 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
2249 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
3206 return((const char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties)); in GetNextImageProperty()
3865 value=(char *) RemoveNodeFromSplayTree((SplayTreeInfo *) image->properties, in RemoveImageProperty()
3902 ResetSplayTreeIterator((SplayTreeInfo *) image->properties); in ResetImagePropertyIterator()
4392 status=AddValueToSplayTree((SplayTreeInfo *) image->properties, in SetImageProperty()