Home
last modified time | relevance | path

Searched refs:a_count (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c81 int a_count; member
752 ctx->a_count = 0;
762 ctx->accum[ ctx->a_count++ ] = c;
763 if( ctx->a_count >= 254 )
773 if( ctx->a_count > 0 ) {
774 gdPutC( ctx->a_count, ctx->g_outfile );
775 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );
776 ctx->a_count = 0;

Completed in 9 milliseconds