• Home
  • Raw
  • Download

Lines Matching refs:SplayTreeInfo

190       image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles,  in CloneImageProfiles()
226 if (image->profiles == (SplayTreeInfo *) NULL) in DeleteImageProfile()
229 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name)); in DeleteImageProfile()
256 if (image->profiles != (SplayTreeInfo *) NULL) in DestroyImageProfiles()
257 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles); in DestroyImageProfiles()
294 if (image->profiles == (SplayTreeInfo *) NULL) in GetImageProfile()
296 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile()
329 if (image->profiles == (SplayTreeInfo *) NULL) in GetNextImageProfile()
331 return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->profiles)); in GetNextImageProfile()
1333 if (image->profiles == (SplayTreeInfo *) NULL) in RemoveImageProfile()
1336 profile=(StringInfo *) RemoveNodeFromSplayTree((SplayTreeInfo *) in RemoveImageProfile()
1371 if (image->profiles == (SplayTreeInfo *) NULL) in ResetImageProfileIterator()
1373 ResetSplayTreeIterator((SplayTreeInfo *) image->profiles); in ResetImageProfileIterator()
1489 profile_8bim=(StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in WriteTo8BimProfile()
1551 (void) AddValueToSplayTree((SplayTreeInfo *) image->profiles, in WriteTo8BimProfile()
1753 if (image->profiles == (SplayTreeInfo *) NULL) in SetImageProfileInternal()
1758 status=AddValueToSplayTree((SplayTreeInfo *) image->profiles, in SetImageProfileInternal()
2035 SplayTreeInfo in SyncExifProfile()