| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/ext/digest/rmd160/ |
| rmd160ossl.c | 6 void RMD160_Finish(RMD160_CTX *ctx, char *buf) { 7 RIPEMD160_Final((unsigned char *)buf, ctx);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/ext/digest/sha1/ |
| sha1ossl.c | 7 SHA1_Finish(SHA1_CTX *ctx, char *buf) 9 SHA1_Final((unsigned char *)buf, ctx);
|
| /webstack/webstack/trunk/src/ruby-1.8.6/ext/digest/rmd160/ |
| rmd160ossl.c | 6 void RMD160_Finish(RMD160_CTX *ctx, char *buf) { 7 RIPEMD160_Final((unsigned char *)buf, ctx);
|
| /webstack/webstack/trunk/src/ruby-1.8.6/ext/digest/sha1/ |
| sha1ossl.c | 7 SHA1_Finish(SHA1_CTX *ctx, char *buf) 9 SHA1_Final((unsigned char *)buf, ctx);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/gd-2.0.33/ |
| gd_io.c | 34 Putword (int w, gdIOCtx * ctx) 39 (ctx->putBuf) (ctx, (char *) buf, 2); 43 Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 49 gdPutC (const unsigned char c, gdIOCtx * ctx) 51 (ctx->putC) (ctx, c); 55 gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_ss.c | 38 gdIOCtx ctx; member in struct:ssIOCtx 47 static int sourceGetchar (gdIOCtx * ctx); 48 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 49 static void sinkPutchar (gdIOCtx * ctx, int a); 50 static void gdFreeSsCtx (gdIOCtx * ctx); 55 ssIOCtxPtr ctx; local 57 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 58 if (ctx == NULL) 63 ctx->src = src; 64 ctx->snk = snk [all...] |
| gd_io_file.c | 37 gdIOCtx ctx; member in struct:fileIOCtx 47 static int fileGetchar (gdIOCtx * ctx); 51 static void gdFreeFileCtx (gdIOCtx * ctx); 56 fileIOCtx *ctx; local 58 ctx = (fileIOCtx *) gdMalloc (sizeof (fileIOCtx)); 59 if (ctx == NULL) 64 ctx->f = f; 66 ctx->ctx.getC = fileGetchar; 67 ctx->ctx.putC = filePutchar [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/gd/libgd/ |
| gd_io.c | 34 void Putword (int w, gdIOCtx * ctx) 40 (ctx->putBuf) (ctx, (char *) buf, 2); 43 void Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) 50 (ctx->putC) (ctx, c); 53 void gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_file.c | 33 gdIOCtx ctx; member in struct:fileIOCtx 42 static int fileGetchar (gdIOCtx * ctx); 46 static void gdFreeFileCtx (gdIOCtx * ctx); 51 fileIOCtx *ctx; local 53 ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx)); 55 ctx->f = f; 57 ctx->ctx.getC = fileGetchar; 58 ctx->ctx.putC = filePutchar [all...] |
| gd_io_ss.c | 34 gdIOCtx ctx; member in struct:ssIOCtx 44 static int sourceGetchar (gdIOCtx * ctx); 45 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 46 static void sinkPutchar (gdIOCtx * ctx, int a); 47 static void gdFreeSsCtx (gdIOCtx * ctx); 52 ssIOCtxPtr ctx; local 54 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 56 ctx->src = src; 57 ctx->snk = snk; 59 ctx->ctx.getC = sourceGetchar [all...] |
| gd_gif_out.c | 90 static void BumpPixel (GifCtx *ctx); 91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx); 93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx); 94 static void output (code_int code, GifCtx *ctx); 95 static void cl_block (GifCtx *ctx); 96 static void cl_hash (register count_int chsize, GifCtx *ctx); 97 static void char_init (GifCtx *ctx); 98 static void char_out (int c, GifCtx *ctx); 99 static void flush_char (GifCtx *ctx); 183 BumpPixel(GifCtx *ctx) 267 GifCtx ctx; local [all...] |
| /webstack/webstack/trunk/src/gd-2.0.33/ |
| gd_io.c | 34 Putword (int w, gdIOCtx * ctx) 39 (ctx->putBuf) (ctx, (char *) buf, 2); 43 Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 49 gdPutC (const unsigned char c, gdIOCtx * ctx) 51 (ctx->putC) (ctx, c); 55 gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_ss.c | 38 gdIOCtx ctx; member in struct:ssIOCtx 47 static int sourceGetchar (gdIOCtx * ctx); 48 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 49 static void sinkPutchar (gdIOCtx * ctx, int a); 50 static void gdFreeSsCtx (gdIOCtx * ctx); 55 ssIOCtxPtr ctx; local 57 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 58 if (ctx == NULL) 63 ctx->src = src; 64 ctx->snk = snk [all...] |
| /webstack/webstack/trunk/src/php-5.2.0/ext/gd/libgd/ |
| gd_io.c | 34 void Putword (int w, gdIOCtx * ctx) 40 (ctx->putBuf) (ctx, (char *) buf, 2); 43 void Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) 50 (ctx->putC) (ctx, c); 53 void gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_file.c | 33 gdIOCtx ctx; member in struct:fileIOCtx 42 static int fileGetchar (gdIOCtx * ctx); 46 static void gdFreeFileCtx (gdIOCtx * ctx); 51 fileIOCtx *ctx; local 53 ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx)); 55 ctx->f = f; 57 ctx->ctx.getC = fileGetchar; 58 ctx->ctx.putC = filePutchar [all...] |
| gd_io_ss.c | 34 gdIOCtx ctx; member in struct:ssIOCtx 44 static int sourceGetchar (gdIOCtx * ctx); 45 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 46 static void sinkPutchar (gdIOCtx * ctx, int a); 47 static void gdFreeSsCtx (gdIOCtx * ctx); 52 ssIOCtxPtr ctx; local 54 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 56 ctx->src = src; 57 ctx->snk = snk; 59 ctx->ctx.getC = sourceGetchar [all...] |
| gd_gif_out.c | 90 static void BumpPixel (GifCtx *ctx); 91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx); 93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx); 94 static void output (code_int code, GifCtx *ctx); 95 static void cl_block (GifCtx *ctx); 96 static void cl_hash (register count_int chsize, GifCtx *ctx); 97 static void char_init (GifCtx *ctx); 98 static void char_out (int c, GifCtx *ctx); 99 static void flush_char (GifCtx *ctx); 183 BumpPixel(GifCtx *ctx) 267 GifCtx ctx; local [all...] |
| /webstack/webstack/trunk/src/php-5.2.4/ext/gd/libgd/ |
| gd_io.c | 34 void Putword (int w, gdIOCtx * ctx) 40 (ctx->putBuf) (ctx, (char *) buf, 2); 43 void Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) 50 (ctx->putC) (ctx, c); 53 void gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_file.c | 33 gdIOCtx ctx; member in struct:fileIOCtx 42 static int fileGetchar (gdIOCtx * ctx); 46 static void gdFreeFileCtx (gdIOCtx * ctx); 51 fileIOCtx *ctx; local 53 ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx)); 55 ctx->f = f; 57 ctx->ctx.getC = fileGetchar; 58 ctx->ctx.putC = filePutchar [all...] |
| gd_io_ss.c | 34 gdIOCtx ctx; member in struct:ssIOCtx 44 static int sourceGetchar (gdIOCtx * ctx); 45 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 46 static void sinkPutchar (gdIOCtx * ctx, int a); 47 static void gdFreeSsCtx (gdIOCtx * ctx); 52 ssIOCtxPtr ctx; local 54 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 56 ctx->src = src; 57 ctx->snk = snk; 59 ctx->ctx.getC = sourceGetchar [all...] |
| gd_gif_out.c | 90 static void BumpPixel (GifCtx *ctx); 91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx); 93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx); 94 static void output (code_int code, GifCtx *ctx); 95 static void cl_block (GifCtx *ctx); 96 static void cl_hash (register count_int chsize, GifCtx *ctx); 97 static void char_init (GifCtx *ctx); 98 static void char_out (int c, GifCtx *ctx); 99 static void flush_char (GifCtx *ctx); 183 BumpPixel(GifCtx *ctx) 267 GifCtx ctx; local [all...] |
| /webstack/php-experiment/php-5.2.9RC3/ext/gd/libgd/ |
| gd_io.c | 34 void Putword (int w, gdIOCtx * ctx) 40 (ctx->putBuf) (ctx, (char *) buf, 2); 43 void Putchar (int c, gdIOCtx * ctx) 45 (ctx->putC) (ctx, c & 0xff); 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) 50 (ctx->putC) (ctx, c); 53 void gdPutWord (int w, gdIOCtx * ctx) [all...] |
| gd_io_file.c | 33 gdIOCtx ctx; member in struct:fileIOCtx 42 static int fileGetchar (gdIOCtx * ctx); 46 static void gdFreeFileCtx (gdIOCtx * ctx); 51 fileIOCtx *ctx; local 53 ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx)); 55 ctx->f = f; 57 ctx->ctx.getC = fileGetchar; 58 ctx->ctx.putC = filePutchar [all...] |
| gd_io_ss.c | 34 gdIOCtx ctx; member in struct:ssIOCtx 44 static int sourceGetchar (gdIOCtx * ctx); 45 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size); 46 static void sinkPutchar (gdIOCtx * ctx, int a); 47 static void gdFreeSsCtx (gdIOCtx * ctx); 52 ssIOCtxPtr ctx; local 54 ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx)); 56 ctx->src = src; 57 ctx->snk = snk; 59 ctx->ctx.getC = sourceGetchar [all...] |
| gd_gif_out.c | 90 static void BumpPixel (GifCtx *ctx); 91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx); 93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx); 94 static void output (code_int code, GifCtx *ctx); 95 static void cl_block (GifCtx *ctx); 96 static void cl_hash (register count_int chsize, GifCtx *ctx); 97 static void char_init (GifCtx *ctx); 98 static void char_out (int c, GifCtx *ctx); 99 static void flush_char (GifCtx *ctx); 183 BumpPixel(GifCtx *ctx) 267 GifCtx ctx; local [all...] |