a_count 81 ext/gd/libgd/gd_gif_out.c int a_count; a_count 724 ext/gd/libgd/gd_gif_out.c ctx->a_count = 0; a_count 734 ext/gd/libgd/gd_gif_out.c ctx->accum[ ctx->a_count++ ] = c; a_count 735 ext/gd/libgd/gd_gif_out.c if( ctx->a_count >= 254 ) a_count 745 ext/gd/libgd/gd_gif_out.c if( ctx->a_count > 0 ) { a_count 746 ext/gd/libgd/gd_gif_out.c gdPutC( ctx->a_count, ctx->g_outfile ); a_count 747 ext/gd/libgd/gd_gif_out.c gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile ); a_count 748 ext/gd/libgd/gd_gif_out.c ctx->a_count = 0;