HomeSort by relevance Sort by last modified time
    Searched refs:DestroyStringInfo (Results 1 - 25 of 34) sorted by null

1 2

  /external/ImageMagick/MagickCore/
string_.h 89 *DestroyStringInfo(StringInfo *),
random.c 213 nonce=DestroyStringInfo(nonce);
224 entropy=DestroyStringInfo(entropy);
233 key=DestroyStringInfo(key);
244 key=DestroyStringInfo(key);
289 random_info->reservoir=DestroyStringInfo(random_info->reservoir);
291 random_info->nonce=DestroyStringInfo(random_info->nonce);
555 device=DestroyStringInfo(device);
573 device=DestroyStringInfo(device);
580 device=DestroyStringInfo(device);
594 chaos=DestroyStringInfo(chaos)
    [all...]
cipher.c 253 aes_info->key=DestroyStringInfo(aes_info->key);
561 passkey=DestroyStringInfo(passkey);
634 key=DestroyStringInfo(key);
640 key=DestroyStringInfo(key);
647 nonce=DestroyStringInfo(nonce);
772 passkey=DestroyStringInfo(passkey);
850 key=DestroyStringInfo(key);
856 key=DestroyStringInfo(key);
863 nonce=DestroyStringInfo(nonce);
    [all...]
version.c 541 version=DestroyStringInfo(version);
signature.c 182 signature_info->message=DestroyStringInfo(signature_info->message);
184 signature_info->digest=DestroyStringInfo(signature_info->digest);
567 signature=DestroyStringInfo(signature);
string.c 236 string_info=DestroyStringInfo(string_info);
845 % DestroyStringInfo() destroys memory associated with the StringInfo structure.
847 % The format of the DestroyStringInfo method is:
849 % StringInfo *DestroyStringInfo(StringInfo *string_info)
856 MagickExport StringInfo *DestroyStringInfo(StringInfo *string_info)
    [all...]
profile.c     [all...]
utility.c     [all...]
resource.c 532 key=DestroyStringInfo(key);
554 key=DestroyStringInfo(key);
    [all...]
distribute-cache.c 258 nonce=DestroyStringInfo(nonce);
830 secret=DestroyStringInfo(secret);
    [all...]
configure.c 333 return(DestroyStringInfo((StringInfo *) option));
    [all...]
locale.c 305 return(DestroyStringInfo((StringInfo *) message));
    [all...]
methods.h 282 #define DestroyStringInfo PrependMagickMethod(DestroyStringInfo)
    [all...]
  /external/ImageMagick/coders/
meta.c     [all...]
jpeg.c 438 comment=DestroyStringInfo(comment);
517 profile=DestroyStringInfo(profile);
522 profile=DestroyStringInfo(profile);
623 profile=DestroyStringInfo(profile);
628 profile=DestroyStringInfo(profile);
723 (void) DestroyStringInfo(SplitStringInfo(profile,(size_t) (j+1)));
744 profile=DestroyStringInfo(profile);
1086 error_manager.profile=DestroyStringInfo(error_manager.profile);
    [all...]
ps.c 645 profile=DestroyStringInfo(profile);
667 profile=DestroyStringInfo(profile);
694 profile=DestroyStringInfo(profile);
    [all...]
pict.c     [all...]
mpc.c 619 profile=DestroyStringInfo(profile);
    [all...]
psd.c 642 profile=DestroyStringInfo(profile);
    [all...]
cin.c 720 profile=DestroyStringInfo(profile);
    [all...]
gif.c     [all...]
tiff.c 538 profile=DestroyStringInfo(profile);
    [all...]
  /external/ImageMagick/MagickWand/
magick-property.c     [all...]
operation.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]

Completed in 537 milliseconds

1 2