• Home
  • Raw
  • Download

Lines Matching refs:CustomStreamInfo

156   CustomStreamInfo
222 MagickExport CustomStreamInfo *AcquireCustomStreamInfo( in AcquireCustomStreamInfo()
225 CustomStreamInfo in AcquireCustomStreamInfo()
229 custom_stream=(CustomStreamInfo *) AcquireCriticalMemory( in AcquireCustomStreamInfo()
305 CustomStreamInfo *custom_stream) in AttachCustomStream()
308 assert(custom_stream != (CustomStreamInfo *) NULL); in AttachCustomStream()
752 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in CustomStreamToImage()
803 blob_info->custom_stream=(CustomStreamInfo *) NULL; in CustomStreamToImage()
953 MagickExport CustomStreamInfo *DestroyCustomStreamInfo( in DestroyCustomStreamInfo()
954 CustomStreamInfo *custom_stream) in DestroyCustomStreamInfo()
957 assert(custom_stream != (CustomStreamInfo *) NULL); in DestroyCustomStreamInfo()
960 custom_stream=(CustomStreamInfo *) RelinquishMagickMemory(custom_stream); in DestroyCustomStreamInfo()
1010 blob_info->custom_stream=(CustomStreamInfo *) NULL; in DetachBlob()
2118 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in ImageToCustomStream()
2169 clone_info->custom_stream=(CustomStreamInfo *) NULL; in ImageToCustomStream()
2526 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in ImagesToCustomStream()
2579 clone_info->custom_stream=(CustomStreamInfo *) NULL; in ImagesToCustomStream()
3197 if ((image_info->custom_stream != (CustomStreamInfo *) NULL) && in OpenBlob()
5166 MagickExport void SetCustomStreamData(CustomStreamInfo *custom_stream, in SetCustomStreamData()
5169 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamData()
5199 MagickExport void SetCustomStreamReader(CustomStreamInfo *custom_stream, in SetCustomStreamReader()
5202 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamReader()
5232 MagickExport void SetCustomStreamSeeker(CustomStreamInfo *custom_stream, in SetCustomStreamSeeker()
5235 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamSeeker()
5265 MagickExport void SetCustomStreamTeller(CustomStreamInfo *custom_stream, in SetCustomStreamTeller()
5268 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamTeller()
5298 MagickExport void SetCustomStreamWriter(CustomStreamInfo *custom_stream, in SetCustomStreamWriter()
5301 assert(custom_stream != (CustomStreamInfo *) NULL); in SetCustomStreamWriter()