Home
last modified time | relevance | path

Searched refs:processing_instructions (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dxml-tree.c119 ***processing_instructions, member
540 if (root->processing_instructions[0] != (char **) NULL) in DestroyXMLTreeRoot()
542 for (i=0; root->processing_instructions[i] != (char **) NULL; i++) in DestroyXMLTreeRoot()
544 for (j=0; root->processing_instructions[i][j] != (char *) NULL; j++) in DestroyXMLTreeRoot()
545 root->processing_instructions[i][j]=DestroyString( in DestroyXMLTreeRoot()
546 root->processing_instructions[i][j]); in DestroyXMLTreeRoot()
547 root->processing_instructions[i][j+1]=DestroyString( in DestroyXMLTreeRoot()
548 root->processing_instructions[i][j+1]); in DestroyXMLTreeRoot()
549 root->processing_instructions[i]=(char **) RelinquishMagickMemory( in DestroyXMLTreeRoot()
550 root->processing_instructions[i]); in DestroyXMLTreeRoot()
[all …]