Home
last modified time | relevance | path

Searched refs:DestroyString (Results 1 – 25 of 124) sorted by relevance

12345

/external/ImageMagick/coders/
Dcaption.c161 caption=DestroyString(caption); in ReadCAPTIONImage()
178 text=DestroyString(text); in ReadCAPTIONImage()
192 text=DestroyString(text); in ReadCAPTIONImage()
205 caption=DestroyString(caption); in ReadCAPTIONImage()
211 caption=DestroyString(caption); in ReadCAPTIONImage()
244 text=DestroyString(text); in ReadCAPTIONImage()
273 text=DestroyString(text); in ReadCAPTIONImage()
304 caption=DestroyString(caption); in ReadCAPTIONImage()
Dmsl.c546 msl_info->content=DestroyString(msl_info->content); in MSLEndDocument()
714 attribute=DestroyString(attribute); in MSLStartElement()
795 attribute=DestroyString(attribute); in MSLStartElement()
1127 attribute=DestroyString(attribute); in MSLStartElement()
1191 attribute=DestroyString(attribute); in MSLStartElement()
1289 attribute=DestroyString(attribute); in MSLStartElement()
1412 attribute=DestroyString(attribute); in MSLStartElement()
1479 attribute=DestroyString(attribute); in MSLStartElement()
1552 attribute=DestroyString(attribute); in MSLStartElement()
1663 attribute=DestroyString(attribute); in MSLStartElement()
[all …]
Dinline.c138 filename=DestroyString(filename); in ReadINLINEImage()
349 base64=DestroyString(base64); in WriteINLINEImage()
356 base64=DestroyString(base64); in WriteINLINEImage()
Dghostscript-private.h160 argv[i]=DestroyString(argv[i]); in InvokeGhostscriptDelegate()
176 errors=DestroyString(errors); in InvokeGhostscriptDelegate()
183 errors=DestroyString(errors); in InvokeGhostscriptDelegate()
Dvid.c150 list[0]=DestroyString(list[0]); in ReadVIDImage()
171 filelist[i]=DestroyString(filelist[i]); in ReadVIDImage()
182 label=DestroyString(label); in ReadVIDImage()
Dmeta.c438 line=DestroyString(line); in parse8BIM()
444 line=DestroyString(line); in parse8BIM()
451 line=DestroyString(line); in parse8BIM()
522 token=DestroyString(token); in parse8BIM()
524 newstr=DestroyString(newstr); in parse8BIM()
526 name=DestroyString(name); in parse8BIM()
530 token=DestroyString(token); in parse8BIM()
532 newstr=DestroyString(newstr); in parse8BIM()
534 name=DestroyString(name); in parse8BIM()
535 line=DestroyString(line); in parse8BIM()
[all …]
Dlabel.c136 label=DestroyString(label); in ReadLABELImage()
186 label=DestroyString(label); in ReadLABELImage()
224 label=DestroyString(label); in ReadLABELImage()
Dxpm.c356 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
377 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
388 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
453 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
466 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
500 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
507 xpm_buffer=DestroyString(xpm_buffer); in ReadXPMImage()
Dcube.c182 buffer=DestroyString(buffer); in ReadCUBEImage()
189 buffer=DestroyString(buffer); in ReadCUBEImage()
219 buffer=DestroyString(buffer); in ReadCUBEImage()
/external/ImageMagick/MagickCore/
Dxml-tree.c263 components[i]=DestroyString(components[i]); in AddPathToXMLTree()
266 components[i]=DestroyString(components[i]); in AddPathToXMLTree()
337 base64=DestroyString(base64); in CanonicalXMLContent()
455 attributes[i]=DestroyString(attributes[i]); in DestroyXMLTreeAttributes()
457 attributes[i+1]=DestroyString(attributes[i+1]); in DestroyXMLTreeAttributes()
521 root->entities[i+1]=DestroyString(root->entities[i+1]); in DestroyXMLTreeRoot()
527 attributes[0]=DestroyString(attributes[0]); in DestroyXMLTreeRoot()
531 attributes[j]=DestroyString(attributes[j]); in DestroyXMLTreeRoot()
533 attributes[j+1]=DestroyString(attributes[j+1]); in DestroyXMLTreeRoot()
535 attributes[j+2]=DestroyString(attributes[j+2]); in DestroyXMLTreeRoot()
[all …]
Dresource.c459 temporary_resource=DestroyString((char *) temporary_resource); in DestroyTemporaryResources()
510 value=DestroyString(value); in GetPathTemplate()
514 directory=DestroyString(directory); in GetPathTemplate()
520 directory=DestroyString(directory); in GetPathTemplate()
530 directory=DestroyString(directory); in GetPathTemplate()
1168 limit=DestroyString(limit); in ResourceComponentGenesis()
1176 limit=DestroyString(limit); in ResourceComponentGenesis()
1195 limit=DestroyString(limit); in ResourceComponentGenesis()
1203 limit=DestroyString(limit); in ResourceComponentGenesis()
1211 limit=DestroyString(limit); in ResourceComponentGenesis()
[all …]
Dtype.c170 p->path=DestroyString(p->path); in DestroyTypeNode()
172 p->name=DestroyString(p->name); in DestroyTypeNode()
174 p->description=DestroyString(p->description); in DestroyTypeNode()
176 p->family=DestroyString(p->family); in DestroyTypeNode()
178 p->encoding=DestroyString(p->encoding); in DestroyTypeNode()
180 p->foundry=DestroyString(p->foundry); in DestroyTypeNode()
182 p->format=DestroyString(p->format); in DestroyTypeNode()
184 p->metrics=DestroyString(p->metrics); in DestroyTypeNode()
186 p->glyphs=DestroyString(p->glyphs); in DestroyTypeNode()
240 xml=DestroyString(xml); in AcquireTypeCache()
[all …]
Ddelegate.c281 p->path=DestroyString(p->path); in DestroyDelegate()
283 p->decode=DestroyString(p->decode); in DestroyDelegate()
285 p->encode=DestroyString(p->encode); in DestroyDelegate()
287 p->commands=DestroyString(p->commands); in DestroyDelegate()
369 arguments[i]=DestroyString(arguments[i]); in ExternalDelegateCommand()
381 arguments[i]=DestroyString(arguments[i]); in ExternalDelegateCommand()
481 sanitize_command=DestroyString(sanitize_command); in ExternalDelegateCommand()
483 arguments[i]=DestroyString(arguments[i]); in ExternalDelegateCommand()
1092 string=DestroyString(string); in InterpretDelegateProperties()
1146 commands[i]=DestroyString(commands[i]); in GetDelegateCommand()
[all …]
Dnt-base.c192 utf8=DestroyString(utf8); in create_utf8_string()
279 module_path=DestroyString(module_path); in DllMain()
295 path=DestroyString(path); in DllMain()
296 module_path=DestroyString(module_path); in DllMain()
303 variable=DestroyString(variable); in DllMain()
306 path=DestroyString(path); in DllMain()
307 module_path=DestroyString(module_path); in DllMain()
496 utf8[i]=DestroyString(utf8[i]); in NTArgvToUTF8()
759 message=DestroyString(message); in NTErrorHandler()
958 error=DestroyString(error); in NTGetLibraryError()
[all …]
Dvms.c78 directory->pattern=DestroyString(directory->pattern); in closedir()
79 directory=DestroyString(directory); in closedir()
126 directory=DestroyString(directory); in opendir()
Dmagick.c1074 p->magick_module=DestroyString(p->magick_module); in DestroyMagickNode()
1076 p->note=DestroyString(p->note); in DestroyMagickNode()
1078 p->mime_type=DestroyString(p->mime_type); in DestroyMagickNode()
1080 p->version=DestroyString(p->version); in DestroyMagickNode()
1082 p->description=DestroyString(p->description); in DestroyMagickNode()
1084 p->name=DestroyString(p->name); in DestroyMagickNode()
1242 text[j]=DestroyString(text[j]); in ListMagickInfo()
1487 events=DestroyString(events); in MagickCoreGenesis()
1765 limit=DestroyString(limit); in SetMagickPrecision()
Dutility.c187 passes=DestroyString(passes); in AcquireUniqueSymbolicLink()
643 home=DestroyString(home); in ExpandFilename()
863 files=DestroyString(files); in ExpandFilenames()
864 filelist[0]=DestroyString(filelist[0]); in ExpandFilenames()
877 filelist[j]=DestroyString(filelist[j]); in ExpandFilenames()
889 filelist[j]=DestroyString(filelist[j]); in ExpandFilenames()
922 filelist[j]=DestroyString(filelist[j]); in ExpandFilenames()
950 vector[count]=DestroyString(vector[count]); in ExpandFilenames()
973 command_line=DestroyString(command_line); in ExpandFilenames()
1877 passes=DestroyString(passes); in ShredFile()
[all …]
Dexception-private.h47 fatal_message=DestroyString(fatal_message); \
62 file_message=DestroyString(file_message); \
Dmodule.c595 module_path=DestroyString(module_path); in GetMagickModulePath()
600 module_path=DestroyString(module_path); in GetMagickModulePath()
720 home=DestroyString(home); in GetMagickModulePath()
798 home=DestroyString(home); in GetMagickModulePath()
811 home=DestroyString(home); in GetMagickModulePath()
861 p->tag=DestroyString(p->tag); in DestroyModuleNode()
863 p->path=DestroyString(p->path); in DestroyModuleNode()
1109 modules[i]=DestroyString(modules[i]); in ListModuleInfo()
1136 modules[i]=DestroyString(modules[i]); in ListModuleInfo()
1388 modules[i]=DestroyString(modules[i]); in OpenModules()
Dconfigure.c263 p->value=DestroyString(p->value); in DestroyConfigureElement()
265 p->name=DestroyString(p->name); in DestroyConfigureElement()
267 p->path=DestroyString(p->path); in DestroyConfigureElement()
779 configure_path=DestroyString(configure_path); in GetConfigurePaths()
842 home=DestroyString(home); in GetConfigurePaths()
897 home=DestroyString(home); in GetConfigurePaths()
909 home=DestroyString(home); in GetConfigurePaths()
1230 file_xml=DestroyString(file_xml); in LoadConfigureCache()
Dmime.c841 file_xml=DestroyString(file_xml); in LoadMimeCache()
921 token=DestroyString(token); in LoadMimeCache()
1064 p->pattern=DestroyString(p->pattern); in DestroyMimeElement()
1066 p->description=DestroyString(p->description); in DestroyMimeElement()
1068 p->type=DestroyString(p->type); in DestroyMimeElement()
1070 p->path=DestroyString(p->path); in DestroyMimeElement()
Dcoder.c135 p->path=DestroyString(p->path); in DestroyCoderNode()
137 p->name=DestroyString(p->name); in DestroyCoderNode()
139 p->magick=DestroyString(p->magick); in DestroyCoderNode()
Dpolicy.c861 file_xml=DestroyString(file_xml); in LoadPolicyCache()
1023 p->value=DestroyString(p->value); in DestroyPolicyElement()
1025 p->pattern=DestroyString(p->pattern); in DestroyPolicyElement()
1027 p->name=DestroyString(p->name); in DestroyPolicyElement()
1029 p->path=DestroyString(p->path); in DestroyPolicyElement()
1157 p->value=DestroyString(p->value); in SetPolicyValue()
/external/ImageMagick/utilities/
Dmagick.c154 metadata=DestroyString(metadata); in MagickMain()
197 utf8[i]=DestroyString(utf8[i]); in wmain()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h224 PROTOBUF_EXPORT void DestroyString(const void* s);
231 OnShutdownRun(DestroyString, ptr); in OnShutdownDestroyString()

12345