HomeSort by: relevance | last modified time | path
    Searched defs:maxbuf (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
buffer.c 56 size_t maxbuf; /* allocated length of payload buffer (maxbuf) */ member in struct:saslc__buffer_context_t
82 size_t maxbuf; /* allocated length of payload buffer */ member in struct:saslc__buffer32_context_t
110 * @param maxbuf maximum buffer size
114 saslc__buffer_create(saslc_sess_t *sess, size_t maxbuf)
119 buflen = sizeof(*ctx) - sizeof(ctx->buf) + maxbuf;
127 ctx->maxbuf = maxbuf;
128 ctx->bufneed = ctx->maxbuf;
155 *outlen = ctx->maxbuf - ctx->bufneed
    [all...]
mech_digestmd5.c 168 size_t maxbuf; member in struct:__anon965
181 size_t maxbuf; member in struct:__anon966
1568 { "maxbuf", CHALLENGE_MAXBUF },
1595 size_t maxbuf; local
1715 /* maxbuf-value = 1*DIGIT */
1724 if (cdata->maxbuf != 0) {
1726 "multiple maxbuf in challenge");
1729 maxbuf = (size_t)strtoul(val, NULL, 10);
1730 if (INVALID_MAXBUF(maxbuf)) {
1732 "invalid maxbuf in challenge")
1955 const char *maxbuf; local
2177 char *cipher, *maxbuf, *realm; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/lib/
misc.c 319 unsigned maxbuf = 128; local
323 if ((comment = calloc(1, maxbuf + 1)) == NULL) {
329 vsnprintf(comment, maxbuf + 1, fmt, args);
  /src/external/bsd/openldap/dist/libraries/libldap/
cyrus.c 141 ber_len_t maxbuf; local
144 (SASL_CONST void **)(char *) &maxbuf );
147 *max_send = maxbuf;
  /src/external/bsd/tcpdump/dist/
print-smb.c 173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf)
209 maxbuf, unicodestr);
243 const u_char *maxbuf = data + datalen; local
254 maxbuf, unicodestr);
260 maxbuf, unicodestr);
266 maxbuf, unicodestr);
272 maxbuf, unicodestr);
278 maxbuf, unicodestr);
284 maxbuf, unicodestr);
290 maxbuf, unicodestr)
917 const u_char *maxbuf; local
1087 const u_char *maxbuf = data + length; local
1229 const u_char *maxbuf; local
1271 const u_char *maxbuf = data + length; local
1364 const u_char *maxbuf = data + length; local
1464 const u_char *maxbuf; local
    [all...]
  /src/external/mit/expat/dist/tests/
basic_tests.c 3111 int maxbuf = INT_MAX / 2 + (INT_MAX & 1); // round up without overflow local
3115 void *big = malloc(maxbuf);
3118 maxbuf = maxbuf / 2;
3134 assert_true(XML_GetBuffer(parser, maxbuf - prefix_len) != NULL);
3137 assert_true(XML_GetBuffer(parser, maxbuf + 1) == NULL);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 735 char maxbuf[32]; local
740 zdb_nicenum(metaslab_block_maxsize(msp), maxbuf); local
743 "segments", avl_numnodes(t), "maxsize", maxbuf,

Completed in 42 milliseconds