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()
1252 SplayTreeInfo in GetEXIFProperty()
1609 (GetValueFromSplayTree((SplayTreeInfo *) image->properties, in GetEXIFProperty()
1826 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
1836 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
2243 return((const char *) GetRootValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
2245 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
2305 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
3332 return((const char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties)); in GetNextImageProperty()
4041 value=(char *) RemoveNodeFromSplayTree((SplayTreeInfo *) image->properties, in RemoveImageProperty()
4078 ResetSplayTreeIterator((SplayTreeInfo *) image->properties); in ResetImagePropertyIterator()
4569 status=AddValueToSplayTree((SplayTreeInfo *) image->properties, in SetImageProperty()