HomeSort by relevance Sort by last modified time
    Searched refs:GetClientPath (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
client.h 26 *GetClientPath(void) magick_attribute((__const__)),
client.c 83 % GetClientPath returns the current client name.
85 % The format of the GetClientPath method is:
87 % const char *GetClientPath(void)
90 MagickExport const char *GetClientPath(void)
configure.c 857 if (*GetClientPath() != '\0')
860 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(),
870 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent);
    [all...]
module.c 735 if (*GetClientPath() != '\0')
741 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(),
764 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent);
    [all...]
methods.h 358 #define GetClientPath PrependMagickMethod(GetClientPath)
    [all...]
nt-base.c     [all...]

Completed in 79 milliseconds