HomeSort by relevance Sort by last modified time
    Searched refs:olen (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/common/openssl/crypto/comp/
c_rle.c 8 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))
comp.h 20 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,
comp_lib.c 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 ret=ctx->meth->compress(ctx,out,olen,in,ilen);
55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
c_zlib.c 30 unsigned int olen, unsigned char *in, unsigned int ilen);
32 unsigned int olen, unsigned char *in, unsigned int ilen);
36 unsigned int olen, unsigned char *in, unsigned int ilen);
38 unsigned int olen, unsigned char *in, unsigned int ilen);
206 unsigned int olen, unsigned char *in, unsigned int ilen)
219 state->ostream.avail_out = olen;
226 ilen,olen - state->ostream.avail_out,
227 (ilen != olen - state->ostream.avail_out)?"zlib":"clear");
229 return olen - state->ostream.avail_out;
233 unsigned int olen, unsigned char *in, unsigned int ilen
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
misc.c 36 size_t mlen, olen, clen; local
44 olen = min(off, mlen);
45 if ((olen == mlen) || (olen < off)) {
46 off -= olen;
48 } else if (olen) {
49 off -= olen;
50 s += olen;
51 mlen -= olen;
67 size_t mlen, olen, clen local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
util.c 148 int bufused, olen; local
155 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++)
159 olen++;
165 if (olen > *bsp)
167 obp = sm_malloc_x(olen);
169 *bsp = olen;
185 SM_ASSERT(bufused <= olen);
192 obp = sm_malloc_x(olen);
194 *bsp = olen;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
rsa.c 75 int len, ilen, olen; local
80 olen = BN_num_bytes(key->n);
81 outbuf = xmalloc(olen);
93 memset(outbuf, 0, olen);
103 int len, ilen, olen; local
105 olen = BN_num_bytes(key->n);
106 outbuf = xmalloc(olen);
118 memset(outbuf, 0, olen);
g11n.c 770 int ilen, olen; local
776 olen = ilen + 1;
780 olen *= 2;
781 oleft = olen;
782 ostr = optr = xrealloc(ostr, olen);
797 oleft = olen;
804 olen = optr - ostr;
805 optr = xmalloc(olen + 1);
806 (void) memcpy(optr, ostr, olen);
809 optr[olen] = '\0'
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcpv6.c 67 int olen = len; local
93 return (olen);
111 return (olen);
161 return (olen);
174 return (olen);
186 return (olen);
566 nest_options(const uint8_t *data, uint_t olen, char *prefix, char *title)
570 if (olen <= 0)
582 show_options(data, olen);
592 uint_t olen, retlen local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
tn_ipopt.c 555 int remlen, olen, oval, delta; local
586 olen = fptr[IPOPT_OLEN];
587 if (olen < 2 || olen > remlen)
593 fptr += olen;
594 remlen -= olen;
601 ovbcopy(fptr, tptr, olen);
602 fptr += olen;
603 tptr += olen;
604 remlen -= olen;
643 int oval, olen; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
cbcp.c 228 int code, id, len, olen, alen; local
263 GETCHAR(olen, p);
265 if (olen < 2)
270 if (olen > len) {
271 printer(arg, "trunc[%d>%d] ", olen, len);
272 olen = len;
274 len -= olen;
275 olen -= 2;
282 if (olen > 0) {
284 olen--
    [all...]
  /onnv/onnv-gate/usr/src/common/net/dhcp/
scan.c 198 uint_t olen; local
204 olen = ntohs(d6o.d6o_len) + sizeof (d6o);
205 if (olen > buflen)
209 bp += olen;
210 buflen -= olen;
214 *retlenp = olen;
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_item.cc 96 item::equal(char* other, int olen, bool_t casein)
99 return ((len == olen) && (!strncasecmp(value, other, len)));
101 return ((len == olen) && (!memcmp(value, other, len)));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
request.c 103 uint_t olen; local
105 d6o = dhcpv6_pkt_option(plp, NULL, DHCPV6_OPT_UNICAST, &olen);
106 olen -= sizeof (*d6o);
110 } else if (olen != sizeof (dsmp->dsm_server)) {
117 (void) memcpy(&addr, d6o + 1, olen);
251 uint_t olen, msglen; local
255 &olen);
256 (void) dhcpv6_status_code(d6o, olen, &estr, &msg, &msglen);
365 uint_t olen, solen; local
385 d6o = dhcpv6_pkt_option(pkt, NULL, DHCPV6_OPT_STATUS_CODE, &olen);
699 uint_t olen; local
    [all...]
init_reboot.c 126 uint_t olen, solen; local
143 &olen)) != NULL) {
151 if (olen < sizeof (dhcpv6_ia_na_t))
166 olen -= sizeof (dhcpv6_ia_na_t);
168 while ((d6so = dhcpv6_find_option(obase, olen, d6so,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
deflate.c 234 int rlen, olen, ospace; local
274 olen = state->mru + 2 - state->strm.avail_out;
275 *outlenp = olen;
278 ++olen; /* for suppressed protocol high byte */
279 olen += 2; /* for address, control */
282 if (olen > state->mru + PPP_HDRLEN)
284 state->unit, olen, state->mru + PPP_HDRLEN);
287 state->stats.unc_bytes += olen;
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
addipopt.c 18 int olen = len; local
64 return len - olen;
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
lcl_ng.c 360 int len, olen, cont; local
391 olen = 0;
406 if (!(linep = malloc(olen + len + 1))){
407 if (olen > 0)
415 if (olen > 0) {
416 memcpy(linep, olinep, olen);
419 memcpy(linep + olen, pos, len);
420 olen += len;
421 *(linep + olen) = '\0';
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
paths.c 338 size_t olen = 0, nlen = 0, _len; local
347 while ((olen < *len) && (nlen < PATH_MAX)) {
350 if ((*optr != '$') || ((olen - *len) == 1)) {
362 olen++, optr++;
386 olen++, optr++;
408 olen += MSG_TKN_ORIGIN_SIZE;
446 olen += MSG_TKN_PLATFORM_SIZE;
474 olen += MSG_TKN_OSNAME_SIZE;
502 olen += MSG_TKN_OSREL_SIZE;
535 size_t no, mlen, tlen, hlen = olen - 1
966 size_t len, olen; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
acl_nt.h 111 char *obuf, size_t olen, uint32_t *ridp);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
nlspath_checks.c 485 int olen, nlen; local
507 olen = extract_format(torg, ofmt, osz, 0);
509 if (olen == -1)
532 if (strict && (olen != nlen || olen == -1)) {
556 if (off >= olen * FORMAT_SIZE ||
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones_lofs.c 261 int olen = sizeof (MNTOPT_RO) - 1; local
272 (cp[olen] == '\0' || cp[olen] == ',')) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
sppptun.c 150 strioctl(int fd, int cmd, void *ptr, int ilen, int olen, const char *iocname)
164 if (olen >= 0) {
165 if (str.ic_len > olen && verbose > 1) {
167 "%d > %d\n"), myname, iocname, str.ic_len, olen); local
168 } else if (str.ic_len < olen) {
170 "bytes, got %d\n"), myname, iocname, olen,
  /onnv/onnv-gate/usr/src/cmd/mms/dm/common/
dm_util.c 137 dm_char_to_hex(uchar_t *ibuf, int ilen, char *obuf, int olen)
141 int olmt = olen - 1;
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
deflate.c 305 int olen; local
435 olen = 0;
466 olen += wspace;
467 wspace = maxolen - olen;
501 olen += wspace - state->strm.avail_out;
507 if (olen < orig_len && m != NULL) {
508 state->stats.comp_bytes += olen;
519 olen = orig_len;
525 return (olen);
776 int olen; local
    [all...]

Completed in 600 milliseconds

1 2 3 4