Searched refs:outbuf (Results 126 - 150 of 216) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_browsesync.c104 pstring outbuf; local
119 memset(outbuf,'\0',sizeof(outbuf));
120 p = outbuf;
128 push_pstring_base(p, myname, outbuf);
141 send_mailslot(True, BROWSE_MAILSLOT, outbuf,PTR_DIFF(p,outbuf),
H A Dnmbd_incomingdgrams.c541 char outbuf[1024]; local
550 memset(outbuf,'\0',sizeof(outbuf));
555 p = outbuf;
571 push_pstring_base(p, myname, outbuf);
589 int len = PTR_DIFF(p, outbuf);
590 if((sizeof(outbuf) - len) < 16)
621 outbuf,PTR_DIFF(p,outbuf),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_win.c262 LPBYTE outbuf; local
269 if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
271 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
272 netfree(outbuf);
274 if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)
276 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
277 netfree(outbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c258 LPBYTE outbuf; local
265 if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
267 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
268 netfree(outbuf);
270 if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)
272 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
273 netfree(outbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c71 unsigned char *inbuf /*,*outbuf*/;
515 data are written to outbuf. Return value is number of bytes written or
516 error (all errors are negative numbers). If out_fd!=-1, outbuf and len
520 int read_bunzip(bunzip_data *bd, char *outbuf, int len) argument
558 outbuf[gotcount++] = current;
706 char *outbuf; local
710 outbuf = xmalloc(IOBUF_SIZE);
714 i = read_bunzip(bd, outbuf, IOBUF_SIZE);
716 if (i != safe_write(dst_fd, outbuf, i)) {
738 free(outbuf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Ddir.c336 char *outbuf, int outlen, int nodeid)
396 memcpy(outbuf + offset, &be_namelen, sizeof(uint16_t));
402 memcpy(outbuf + offset, &be_namelen, sizeof(uint16_t));
404 memcpy(outbuf + offset, r->res_name, r->res_length);
416 memcpy(outbuf + offset, &be_namelen, sizeof(uint16_t));
335 dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, char *outbuf, int outlen, int nodeid) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c62 Byte *outbuf; /* output buffer */ member in struct:gz_stream
115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
161 if (err != Z_OK || s->outbuf == Z_NULL) {
246 s->stream.next_out = s->outbuf;
247 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
384 TRYFREE(s->outbuf);
575 s->stream.next_out = s->outbuf;
576 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
721 if ((uInt)fwrite(s->outbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c62 Byte *outbuf; /* output buffer */ member in struct:gz_stream
115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
161 if (err != Z_OK || s->outbuf == Z_NULL) {
246 s->stream.next_out = s->outbuf;
247 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
384 TRYFREE(s->outbuf);
575 s->stream.next_out = s->outbuf;
576 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
721 if ((uInt)fwrite(s->outbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c342 /* Encrypt one block. inbuf and outbuf may be the same. */
344 do_encrypt (const SEED_context *ctx, byte *outbuf, const byte *inbuf)
371 PUTU32 (outbuf, x3);
372 PUTU32 (outbuf+4, x4);
373 PUTU32 (outbuf+8, x1);
374 PUTU32 (outbuf+12, x2);
378 seed_encrypt (void *context, byte *outbuf, const byte *inbuf)
382 do_encrypt (ctx, outbuf, inbuf);
389 /* Decrypt one block. inbuf and outbuf may be the same. */
391 do_decrypt (SEED_context *ctx, byte *outbuf, cons
341 do_encrypt(const SEED_context *ctx, byte *outbuf, const byte *inbuf) argument
375 seed_encrypt(void *context, byte *outbuf, const byte *inbuf) argument
387 do_decrypt(SEED_context *ctx, byte *outbuf, const byte *inbuf) argument
421 seed_decrypt(void *context, byte *outbuf, const byte *inbuf) argument
[all...]
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
55 static void decrypt_block (void *c, byte *outbuf, const byte *inbuf);
355 do_encrypt_block( CAST5_context *c, byte *outbuf, const byte *inbuf ) argument
398 outbuf[0] = (r >> 24) & 0xff;
399 outbuf[1] = (r >> 16) & 0xff;
400 outbuf[2] = (r >> 8) & 0xff;
401 outbuf[3] = r & 0xff;
402 outbuf[4] = (l >> 24) & 0xff;
403 outbuf[5] = (l >> 16) & 0xff;
404 outbuf[
409 encrypt_block(void *context , byte *outbuf, const byte *inbuf) argument
418 do_decrypt_block(CAST5_context *c, byte *outbuf, const byte *inbuf ) argument
459 decrypt_block(void *context, byte *outbuf, const byte *inbuf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_macros.h172 #define CACHED_ERROR(fsp) cached_error_packet(outbuf,fsp,__LINE__,__FILE__)
177 #define ERROR_DOS(class,code) error_packet(outbuf,NT_STATUS_OK,class,code,False,__LINE__,__FILE__)
178 #define ERROR_FORCE_DOS(class,code) error_packet(outbuf,NT_STATUS_OK,class,code,True,__LINE__,__FILE__)
179 #define ERROR_NT(status) error_packet(outbuf,status,0,0,False,__LINE__,__FILE__)
180 #define ERROR_BOTH(status,class,code) error_packet(outbuf,status,class,code,False,__LINE__,__FILE__)
183 #define UNIXERROR(defclass,deferror) unix_error_packet(outbuf,defclass,deferror,__LINE__,__FILE__)
H A Dclient.h103 char *outbuf; member in struct:cli_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpnmenc.c162 static int pnm_encode_frame(AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data){ argument
179 s->bytestream= outbuf;
180 s->bytestream_end= outbuf+buf_size;
248 static int pam_encode_frame(AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data){ argument
266 s->bytestream= outbuf;
267 s->bytestream_end= outbuf+buf_size;
H A Dlzwenc.c195 * @param outbuf Output buffer
199 void ff_lzw_encode_init(LZWEncodeState * s, uint8_t * outbuf, int outsize, int maxbits) argument
204 init_put_bits(&s->pb, outbuf, outsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c805 char outbuf[4]; local
814 outbuf[0] = bintoasc[(*inbuf>>2)&077];
815 outbuf[1] = bintoasc[(((*inbuf<<4)&060)
817 outbuf[2] = bintoasc[(((inbuf[1]<<2)&074)
819 outbuf[3] = bintoasc[inbuf[2]&077];
820 if (fwrite (outbuf, 4, 1, stdout) != 1)
833 outbuf[0] = bintoasc[(*inbuf>>2)&077];
836 outbuf[1] = bintoasc[((*inbuf<<4)&060)&077];
837 outbuf[2] = outbuf[
1058 void *outbuf; local
1535 unsigned char *outbuf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dufc.c629 { static char outbuf[14]; local
632 outbuf[0] = salt[0];
633 outbuf[1] = salt[1] ? salt[1] : salt[0];
636 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f);
642 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f);
644 outbuf[12] = bin_to_ascii(s);
645 outbuf[13] = 0;
647 return outbuf;
H A Dutil_sid.c442 BOOL sid_linearize(char *outbuf, size_t len, const DOM_SID *sid) argument
449 SCVAL(outbuf,0,sid->sid_rev_num);
450 SCVAL(outbuf,1,sid->num_auths);
451 memcpy(&outbuf[2], sid->id_auth, 6);
453 SIVAL(outbuf, 8 + (i*4), sid->sub_auths[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c652 { static char outbuf[14]; local
655 outbuf[0] = salt[0];
656 outbuf[1] = salt[1] ? salt[1] : salt[0];
659 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f);
665 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f);
667 outbuf[12] = bin_to_ascii(s);
668 outbuf[13] = 0;
670 return outbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am20 outbuf.py \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Ductrl.c93 u8 *outbuf; member in struct:uctrl_txn
304 txn->outbuf[bytecnt] = (byte >> 8);
321 txn.outbuf = outbits;
342 txn.outbuf = outbits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/include/
H A Diconv.h83 `*outbuf'.
85 Decrements `*outbytesleft' and increments `*outbuf' by the same amount. */
89 extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLtree.c394 xmlOutputBufferPtr outbuf; local
402 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
403 if (outbuf == NULL) {
407 memset(outbuf, 0, (size_t) sizeof(xmlOutputBuffer));
408 outbuf->buffer = buf;
409 outbuf->encoder = NULL;
410 outbuf->writecallback = NULL;
411 outbuf->closecallback = NULL;
412 outbuf->context = NULL;
413 outbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLtree.c394 xmlOutputBufferPtr outbuf; local
402 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
403 if (outbuf == NULL) {
407 memset(outbuf, 0, (size_t) sizeof(xmlOutputBuffer));
408 outbuf->buffer = buf;
409 outbuf->encoder = NULL;
410 outbuf->writecallback = NULL;
411 outbuf->closecallback = NULL;
412 outbuf->context = NULL;
413 outbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLtree.c399 xmlOutputBufferPtr outbuf; local
407 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
408 if (outbuf == NULL) {
412 memset(outbuf, 0, (size_t) sizeof(xmlOutputBuffer));
413 outbuf->buffer = buf;
414 outbuf->encoder = NULL;
415 outbuf->writecallback = NULL;
416 outbuf->closecallback = NULL;
417 outbuf->context = NULL;
418 outbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwl.c240 wl_bssiovar_get(char *ifname, char *iovar, int bssidx, void *outbuf, int len) argument
247 err = wl_bssiovar_getbuf(ifname, iovar, bssidx, NULL, 0, outbuf, len);
252 memcpy(outbuf, smbuf, len);

Completed in 315 milliseconds

123456789