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()
1615 (GetValueFromSplayTree((SplayTreeInfo *) image->properties, in GetEXIFProperty()
1839 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
1849 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
2245 return((const char *) GetRootValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
2247 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
2309 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
3458 return((const char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties)); in GetNextImageProperty()
4165 value=(char *) RemoveNodeFromSplayTree((SplayTreeInfo *) image->properties, in RemoveImageProperty()
4202 ResetSplayTreeIterator((SplayTreeInfo *) image->properties); in ResetImagePropertyIterator()
4709 status=AddValueToSplayTree((SplayTreeInfo *) image->properties, in SetImageProperty()