Searched refs:olen (Results 1 - 25 of 76) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/comp/
H A Dc_rle.c8 unsigned int olen, unsigned char *in, unsigned int ilen);
10 unsigned int olen, unsigned char *in, unsigned int ilen);
29 unsigned int olen, unsigned char *in, unsigned int ilen)
33 if (olen < (ilen+1))
45 unsigned int olen, unsigned char *in, unsigned int ilen)
49 if (olen < (ilen-1))
28 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
44 rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
H A Dcomp.h37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
39 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dcomp_lib.c43 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
52 ret=ctx->meth->compress(ctx,out,olen,in,ilen);
61 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
71 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
H A Dc_zlib.c28 unsigned int olen, unsigned char *in, unsigned int ilen);
30 unsigned int olen, unsigned char *in, unsigned int ilen);
94 unsigned int olen, unsigned char *in, unsigned int ilen)
103 l=olen-1;
127 unsigned int olen, unsigned char *in, unsigned int ilen)
134 l=olen;
93 zlib_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
126 zlib_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_rle.c8 unsigned int olen, unsigned char *in, unsigned int ilen);
10 unsigned int olen, unsigned char *in, unsigned int ilen);
29 unsigned int olen, unsigned char *in, unsigned int ilen)
33 if (olen < (ilen+1))
45 unsigned int olen, unsigned char *in, unsigned int ilen)
49 if (olen < (ilen-1))
28 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
44 rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
H A Dcomp.h20 unsigned char *out, unsigned int olen,
23 unsigned char *out, unsigned int olen,
44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dcomp_lib.c37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
46 ret=ctx->meth->compress(ctx,out,olen,in,ilen);
55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
H A Dc_zlib.c30 unsigned int olen, unsigned char *in, unsigned int ilen);
32 unsigned int olen, unsigned char *in, unsigned int ilen);
54 unsigned int olen, unsigned char *in, unsigned int ilen);
56 unsigned int olen, unsigned char *in, unsigned int ilen);
192 unsigned int olen, unsigned char *in, unsigned int ilen)
205 state->ostream.avail_out = olen;
212 ilen,olen - state->ostream.avail_out,
213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear");
215 return olen - state->ostream.avail_out;
219 unsigned int olen, unsigne
191 zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
218 zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcomp.h20 unsigned char *out, unsigned int olen,
23 unsigned char *out, unsigned int olen,
44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dcomp.h37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
39 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutf8.c157 int olen, ilen; local
162 olen=1;
176 olen = 2;
180 olen = 0;
213 ilen = olen = 4;
226 olen = 3;
230 (*outbytesleft) -= olen;
232 (*outbuf) += olen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutf8.c157 int olen, ilen; local
162 olen=1;
176 olen = 2;
180 olen = 0;
213 ilen = olen = 4;
226 olen = 3;
230 (*outbytesleft) -= olen;
232 (*outbuf) += olen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Descape.c136 * pointer to a malloced string with length given in *olen.
138 * If olen == NULL, no output length is stored.
141 int *olen)
183 if(olen)
185 *olen = strindex;
140 curl_easy_unescape(CURL *handle, const char *string, int length, int *olen) argument
H A Ddict.c111 int olen=0; local
126 dictp[olen++] = '\\';
128 dictp[olen++] = byte;
130 dictp[olen]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c240 int rlen, olen, ospace; local
280 olen = state->mru + 2 - state->strm.avail_out;
281 *outlenp = olen;
284 ++olen; /* for suppressed protocol high byte */
285 olen += 2; /* for address, control */
288 if (olen > state->mru + PPP_HDRLEN)
290 state->unit, olen, state->mru + PPP_HDRLEN);
293 state->stats.unc_bytes += olen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_deflate.c214 int r, proto, off, olen, oavail; local
242 olen = PPP_HDRLEN + DEFLATE_OVHD;
244 state->strm.avail_out = oavail = osize - olen;
261 olen += oavail;
268 olen += oavail - state->strm.avail_out;
273 if (olen < isize) {
274 state->stats.comp_bytes += olen;
279 olen = 0;
284 return olen;
444 int olen, se local
[all...]
H A Dbsd_comp.c584 int olen; local
588 ++olen; \
592 if (olen >= osize) \
634 olen = PPP_HDRLEN + BSD_OVHD;
744 db->bytes_out += olen - PPP_HDRLEN - BSD_OVHD;
789 olen = 0;
794 db->comp_bytes += olen;
798 return olen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dcbcp.c233 int code, opt, id, len, olen, delay; local
259 GETCHAR(olen, p);
261 if (olen < 2 || olen > len) {
266 len -= olen;
273 if (olen > 2) {
278 if (olen > 3) {
283 memcpy(str, p, olen - 4);
284 str[olen - 4] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c304 int proto, olen, wspace, r, flush; local
366 olen = 0;
386 olen += wspace;
387 wspace = maxolen - olen;
412 olen += wspace - state->strm.avail_out;
418 if (olen < orig_len && m != NULL) {
419 state->stats.comp_bytes += olen;
428 olen = orig_len;
433 return olen;
573 int rlen, olen, ospac local
[all...]
H A Dbsd-comp.c511 int olen; local
527 ++olen; \
562 for (olen = maxolen; olen > 0; ) {
563 m = allocb((olen < 4096? olen: 4096), BPRI_MED);
573 olen -= m->b_datap->db_lim - m->b_wptr;
582 olen = 0;
668 db->bytes_out += olen;
692 if (olen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dvp702x.c77 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) argument
84 ret = vp702x_usb_out_op(d,REQUEST_OUT,0,0,o,olen);
94 int olen, u8 *i, int ilen, int msec)
96 u8 bout[olen+2];
102 memcpy(&bout[2],o,olen);
104 ret = vp702x_usb_inout_op(d, bout, olen+2, bin, ilen+1,msec);
93 vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, int olen, u8 *i, int ilen, int msec) argument
H A Dvp702x.h103 extern int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dmkhelp.pl50 my $olen=0;
69 if($wline && ($olen == $tlen)) {
78 $olen = $tlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c257 int olen; local
258 olen = bin2hex(val, len, obuf);
259 printf("%s = %.*s\n", tag, olen, obuf);
266 int olen; local
267 olen = bin2hex(val, len, obuf);
268 printf("%s = %.*s\n", tag, olen, obuf);
274 int olen; local
277 olen=bin2bint(val,len,obuf);
279 olen=bin2hex(val,len,obuf);
281 fprintf(rfp, "%s = %.*s\n", tag, olen, obu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_desmovs.c257 int olen; local
258 olen = bin2hex(val, len, obuf);
259 printf("%s = %.*s\n", tag, olen, obuf);
266 int olen; local
267 olen = bin2hex(val, len, obuf);
268 printf("%s = %.*s\n", tag, olen, obuf);
274 int olen; local
277 olen=bin2bint(val,len,obuf);
279 olen=bin2hex(val,len,obuf);
281 fprintf(rfp, "%s = %.*s\n", tag, olen, obu
[all...]

Completed in 143 milliseconds

1234