Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dflock.h2 #define ftruncate chsize
/PHP-5.5/ext/standard/
H A Dflock_compat.h50 # define ftruncate(a, b) chsize(a, b)
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c96 static void cl_hash (register count_int chsize, GifCtx *ctx);
692 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */ argument
696 register count_int *htab_p = ctx->htab+chsize;
701 i = chsize - 16;
/PHP-5.5/main/
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b)

Completed in 10 milliseconds