Searched defs:ExtCode (Results 1 - 2 of 2) sorted by relevance

/external/giflib/
H A Ddgif_lib.c523 DGifGetExtension(GifFileType *GifFile, int *ExtCode, GifByteType **Extension) argument
539 *ExtCode = Buf;
H A Degif_lib.c548 EGifPutExtensionLeader(GifFileType *GifFile, const int ExtCode) argument
560 Buf[1] = ExtCode;
620 const int ExtCode,
633 if (ExtCode == 0)
637 Buf[1] = ExtCode; /* Extension Label */
619 EGifPutExtension(GifFileType *GifFile, const int ExtCode, const int ExtLen, const void *Extension) argument

Completed in 109 milliseconds