Lines Matching refs:NewSplayTree
366 clone_tree=NewSplayTree(splay_tree->compare,splay_tree->relinquish_key,
1096 % NewSplayTree() returns a pointer to a SplayTreeInfo structure initialized
1099 % The format of the NewSplayTree method is:
1101 % SplayTreeInfo *NewSplayTree(int (*compare)(const void *,const void *),
1117 MagickExport SplayTreeInfo *NewSplayTree(