OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetMimeInfo
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
mime.c
212
%
GetMimeInfo
() attempts to classify the content to identify which mime type
215
% The format of the
GetMimeInfo
method is:
217
% const MimeInfo *
GetMimeInfo
(const char *filename,
234
MagickExport const MimeInfo *
GetMimeInfo
(const char *filename,
470
p=
GetMimeInfo
((char *) NULL,(unsigned char *) "*",0,exception);
566
p=
GetMimeInfo
((char *) NULL,(unsigned char *) "*",0,exception);
[
all
...]
methods.h
514
#define
GetMimeInfo
PrependMagickMethod(
GetMimeInfo
)
[
all
...]
Completed in 43 milliseconds