Searched refs:GifFilePrivateType (Results 1 - 3 of 3) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h32 typedef struct GifFilePrivateType { struct
55 } GifFilePrivateType; typedef in typeref:struct:GifFilePrivateType
H A Degif_lib.c91 GifFilePrivateType *Private;
101 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
108 /*@i1@*/memset(Private, '\0', sizeof(GifFilePrivateType));
145 GifFilePrivateType *Private;
156 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
164 memset(Private, '\0', sizeof(GifFilePrivateType));
196 GifFilePrivateType *Private = (GifFilePrivateType *) GifFil
[all...]
H A Ddgif_lib.c31 (((GifFilePrivateType*)_gif->Private)->Read ? \
32 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
33 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
75 GifFilePrivateType *Private;
92 Private = (GifFilePrivateType *)calloc(1, sizeof(GifFilePrivateType));
101 /*@i1@*/memset(Private, '\0', sizeof(GifFilePrivateType));
163 GifFilePrivateType *Private;
178 Private = (GifFilePrivateType *)calloc(1, sizeof(GifFilePrivateType));
[all...]

Completed in 171 milliseconds