Home
last modified time | relevance | path

Searched defs:buf (Results 201 – 225 of 264) sorted by last modified time

1234567891011

/PHP-5.5/ext/hash/
H A Dhash.c160 char buf[1024]; in php_hash_do_hash() local
281 char buf[1024]; in php_hash_do_hash_hmac() local
439 char buf[1024]; in PHP_FUNCTION() local
467 char *filename, buf[1024]; in PHP_FUNCTION() local
785 char buf[128]; in mhash_init() local
H A Dhash_fnv.c151 fnv_32_buf(void *buf, size_t len, php_hash_uint32 hval, int alternate) in fnv_32_buf()
193 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate) in fnv_64_buf()
H A Dhash_joaat.c74 joaat_buf(void *buf, size_t len, php_hash_uint32 hval) in joaat_buf()
H A Dhash_md.c141 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
657 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, unsigned int len) in PHP_MD2Update()
H A Dhash_sha.c125 unsigned char buf[1024]; in PHP_FUNCTION() local
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c161 char *buf; in gdCtxPrintf() local
H A Dgd_io.c36 unsigned char buf[2]; in Putword() local
122 int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) in gdPutBuf()
129 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf()
H A Dgd_io_dp.c198 dynamicPutbuf (struct gdIOCtx *ctx, const void *buf, int size) in dynamicPutbuf()
227 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
H A Dgdxpm.c23 char buf[5]; in gdImageCreateFromXpm() local
H A Dgd_color.c17 unsigned long *buf; /* stores our calculations */ in gdImageColorMatch() local
H A Dgd_gif_in.c78 unsigned char buf[CSD_BUF_SIZE]; member
136 unsigned char buf[16]; in gdImageCreateFromGifCtx() local
302 unsigned char buf[256]; in DoExtension() local
329 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_()
348 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock()
483 unsigned char buf[260]; in LWZReadByte_() local
/PHP-5.5/ext/gd/
H A Dgd.c2631 char buf[4096]; in _php_image_output() local
H A Dgd_ctx.c36 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_output_putbuf()
56 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_stream_putbuf()
/PHP-5.5/ext/ftp/
H A Dftp.c1228 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1273 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
H A Dftp.h51 char buf[FTP_BUFSIZE]; /* data buffer */ member
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c112 unsigned char *buf, *str; in php_filter_strip() local
158 unsigned char *buf, *str; in filter_map_apply() local
252 char *buf; in php_filter_full_special_chars() local
370 char *buf; in php_filter_magic_quotes() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c352 unsigned char *buf; in file_or_stream() local
429 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer()
H A Dreadcdf.c54 char buf[64]; local
226 file_trycdf(struct magic_set *ms, int fd, const unsigned char *buf,
H A Dsoftmagic.c78 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic()
368 char buf[128], tbuf[26]; in mprint() local
1027 const char *buf; /* start of search region */ in mcopy() local
H A Dprint.c78 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
H A Dapprentice.c2820 char *buf; local
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
H A Dascmagic.c62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls()
71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic()
101 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, in file_ascmagic_with_encoding()
311 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8()
H A Dcdf.c204 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
254 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir()
294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read()
323 char buf[512]; in cdf_read_header() local
364 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector()
602 char *buf; in cdf_read_dir() local
986 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
1022 cdf_print_property_name(char *buf, size_t bufsiz, uint32_t p) in cdf_print_property_name()
1033 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1207 char buf[64]; local
[all …]
H A Dcompress.c103 const unsigned char *buf, size_t nbytes) in file_zmagic()
154 swrite(int fd, const void *buf, size_t n) in swrite()
179 sread(int fd, void *buf, size_t n, int canbepipe) in sread()
247 char buf[4096]; in file_pipe2file() local

Completed in 165 milliseconds

1234567891011