Home | History | Annotate | Download | only in MagickCore

Lines Matching full:replace_extent

2584     replace_extent,
2592 replace_extent=0;
2603 if (replace_extent == 0)
2604 replace_extent=strlen(replace);
2605 if (replace_extent > search_extent)
2611 extent=strlen(*string)+replace_extent-search_extent+1;
2621 if (search_extent != replace_extent)
2622 (void) CopyMagickMemory(p+replace_extent,p+search_extent,
2624 (void) CopyMagickMemory(p,replace,replace_extent);
2625 p+=replace_extent-1;