code_size          84 ext/gd/libgd/gd_gif_in.c 	int code_size, set_code_size;
code_size          96 ext/gd/libgd/gd_gif_in.c static int GetCode (gdIOCtx *fd, CODE_STATIC_DATA *scd, int code_size, int flag, int *ZeroDataBlockP);
code_size         372 ext/gd/libgd/gd_gif_in.c GetCode_(gdIOCtx *fd, CODE_STATIC_DATA *scd, int code_size, int flag, int *ZeroDataBlockP)
code_size         385 ext/gd/libgd/gd_gif_in.c 	if ( (scd->curbit + code_size) >= scd->lastbit) {
code_size         403 ext/gd/libgd/gd_gif_in.c 	if ((scd->curbit + code_size - 1) >= (CSD_BUF_SIZE * 8)) {
code_size         407 ext/gd/libgd/gd_gif_in.c 		for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) {
code_size         412 ext/gd/libgd/gd_gif_in.c 	scd->curbit += code_size;
code_size         417 ext/gd/libgd/gd_gif_in.c GetCode(gdIOCtx *fd, CODE_STATIC_DATA *scd, int code_size, int flag, int *ZeroDataBlockP)
code_size         421 ext/gd/libgd/gd_gif_in.c  rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP);
code_size         422 ext/gd/libgd/gd_gif_in.c  if (VERBOSE) printf("[GetCode(,%d,%d) returning %d]\n",code_size,flag,rv);
code_size         434 ext/gd/libgd/gd_gif_in.c 		sd->code_size = sd->set_code_size+1;
code_size         458 ext/gd/libgd/gd_gif_in.c 			GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP);
code_size         466 ext/gd/libgd/gd_gif_in.c 		while ((code = GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP)) >= 0) {
code_size         474 ext/gd/libgd/gd_gif_in.c 			sd->code_size = sd->set_code_size+1;
code_size         479 ext/gd/libgd/gd_gif_in.c 								GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP);
code_size         528 ext/gd/libgd/gd_gif_in.c 				++sd->code_size;