Lines Matching refs:CustomStreamInfo

157   CustomStreamInfo
223 MagickExport CustomStreamInfo *AcquireCustomStreamInfo( in AcquireCustomStreamInfo()
226 CustomStreamInfo in AcquireCustomStreamInfo()
230 custom_stream=(CustomStreamInfo *) AcquireCriticalMemory( in AcquireCustomStreamInfo()
306 CustomStreamInfo *custom_stream) in AttachCustomStream()
309 assert(custom_stream != (CustomStreamInfo *) NULL); in AttachCustomStream()
794 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in CustomStreamToImage()
845 blob_info->custom_stream=(CustomStreamInfo *) NULL; in CustomStreamToImage()
995 MagickExport CustomStreamInfo *DestroyCustomStreamInfo( in DestroyCustomStreamInfo()
996 CustomStreamInfo *custom_stream) in DestroyCustomStreamInfo()
999 assert(custom_stream != (CustomStreamInfo *) NULL); in DestroyCustomStreamInfo()
1002 custom_stream=(CustomStreamInfo *) RelinquishMagickMemory(custom_stream); in DestroyCustomStreamInfo()
1053 blob_info->custom_stream=(CustomStreamInfo *) NULL; in DetachBlob()
2171 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in ImageToCustomStream()
2222 clone_info->custom_stream=(CustomStreamInfo *) NULL; in ImageToCustomStream()
2577 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in ImagesToCustomStream()
2630 clone_info->custom_stream=(CustomStreamInfo *) NULL; in ImagesToCustomStream()
3248 if ((image_info->custom_stream != (CustomStreamInfo *) NULL) && in OpenBlob()
5238 MagickExport void SetCustomStreamData(CustomStreamInfo *custom_stream, in SetCustomStreamData()
5241 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamData()
5271 MagickExport void SetCustomStreamReader(CustomStreamInfo *custom_stream, in SetCustomStreamReader()
5274 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamReader()
5304 MagickExport void SetCustomStreamSeeker(CustomStreamInfo *custom_stream, in SetCustomStreamSeeker()
5307 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamSeeker()
5337 MagickExport void SetCustomStreamTeller(CustomStreamInfo *custom_stream, in SetCustomStreamTeller()
5340 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamTeller()
5370 MagickExport void SetCustomStreamWriter(CustomStreamInfo *custom_stream, in SetCustomStreamWriter()
5373 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamWriter()