HomeSort by: relevance | last modified time | path
    Searched refs:isc_buffer_allocate (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/tests/isc/
buffer_test.c 47 isc_buffer_allocate(mctx, &b, ISC_BUFFER_INCR);
109 isc_buffer_allocate(mctx, &b, last_length);
155 isc_buffer_allocate(mctx, &b, sizeof(data));
186 isc_buffer_allocate(mctx, &b, 0);
  /src/external/mpl/bind/dist/tests/dns/
tsig_test.c 140 isc_buffer_allocate(mctx, &dynbuf, 512);
297 isc_buffer_allocate(mctx, &buf, 65535);
304 isc_buffer_allocate(mctx, &buf, 65535);
356 isc_buffer_allocate(mctx, &buf, 65535);
400 isc_buffer_allocate(mctx, &buf, 65535);
dnstap_test.c 346 isc_buffer_allocate(mctx, &b, 2048);
  /src/external/mpl/bind/dist/bin/tools/
dnstap-read.c 108 isc_buffer_allocate(mctx, &b, 2048);
134 isc_buffer_allocate(mctx, &b, textlen);
159 isc_buffer_allocate(mctx, &b, textlen);
  /src/external/mpl/bind/dist/lib/dns/
gssapi_link.c 75 isc_buffer_allocate(dctx->mctx, &ctx->buffer, INITIAL_BUFFER_SIZE);
120 isc_buffer_allocate(dctx->mctx, &newbuffer, length);
281 isc_buffer_allocate(key->mctx, &b, len);
request.c 468 isc_buffer_allocate(mctx, &request->query, r.length + (tcp ? 2 : 0));
682 isc_buffer_allocate(mctx, &buf1, 65535);
729 isc_buffer_allocate(mctx, &buf2, r.length);
938 isc_buffer_allocate(request->mctx, &request->answer,
openssleddsa_link.c 128 isc_buffer_allocate(dctx->mctx, &buf, 64);
165 isc_buffer_allocate(dctx->mctx, &nbuf, length);
tkey.c 121 isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length);
509 isc_buffer_allocate(msg->mctx, &dynbuf, len);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gssapi_link.c 64 isc_buffer_allocate(dctx->mctx, &ctx->buffer, INITIAL_BUFFER_SIZE);
109 isc_buffer_allocate(dctx->mctx, &newbuffer, length);
270 isc_buffer_allocate(key->mctx, &b, len);
openssleddsa_link.c 116 isc_buffer_allocate(dctx->mctx, &buf, 64);
151 isc_buffer_allocate(dctx->mctx, &nbuf, length);
tkey.c 174 isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length);
451 isc_buffer_allocate(msg->mctx, &shared, sharedsize);
976 isc_buffer_allocate(msg->mctx, &dynbuf, len);
1086 isc_buffer_allocate(msg->mctx, &dynbuf, 1024);
1308 isc_buffer_allocate(rmsg->mctx, &shared, sharedsize);
request.c 794 isc_buffer_allocate(mctx, &request->query, r.length + (tcp ? 2 : 0));
1065 isc_buffer_allocate(mctx, &buf1, 65535);
1118 isc_buffer_allocate(mctx, &buf2, r.length + (tcp ? 2 : 0));
1392 isc_buffer_allocate(request->mctx, &request->answer, r.length);
  /src/external/mpl/bind/dist/lib/isccc/
ccmsg.c 125 isc_buffer_allocate(ccmsg->mctx, &ccmsg->buffer,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
buffer.h 199 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **restrict dynbuffer,
250 * isc_buffer_allocate().
1082 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **restrict dbufp, function
1188 isc_buffer_allocate(mctx, &dst, region.length);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
buffer.c 389 isc_buffer_allocate(mctx, &dst, region.length);
424 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer, function
  /src/external/mpl/bind/dist/bin/tests/
wire_test.c 186 isc_buffer_allocate(mctx, &input, 64 * 1024);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c 614 isc_buffer_allocate(mctx, &newbuf, r.length);
723 isc_buffer_allocate(mctx, &newbuf, rs.length);
805 isc_buffer_allocate(mctx, &newbuf, r.length);
849 isc_buffer_allocate(mctx, &newbuf, r.length);
875 isc_buffer_allocate(mctx, &newbuf2, rcds.length);
1304 isc_buffer_allocate(mctx, &newbuf, r.length);
dnssec-cds.c 387 isc_buffer_allocate(mctx, &buf, MAX_CDS_RDATA_TEXT_SIZE);
851 isc_buffer_allocate(mctx, &new_ds_buf, size);
  /src/external/bsd/ntp/dist/libntp/lib/isc/
buffer.c 451 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer, function
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
buffer.h 191 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer,
223 * isc_buffer_allocate().
  /src/external/mpl/dhcp/bind/dist/lib/irs/
dnsconf.c 109 isc_buffer_allocate(mctx, &keydatabuf, r.length);
  /src/external/mpl/bind/dist/tests/libtest/
dns.c 428 isc_buffer_allocate(mctx, &b, length);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
buffer.h 201 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer,
250 * isc_buffer_allocate().
  /src/external/mpl/bind/dist/lib/isc/
httpd.c 596 isc_buffer_allocate(req->mctx, &req->sendbuffer, HTTP_SENDLEN);
728 isc_buffer_allocate(req->mctx, &req->compbuffer, inputlen);
lex.c 198 isc_buffer_allocate(lex->mctx, &source->pushback,
329 isc_buffer_allocate(lex->mctx, &tbuf, oldlen * 2);

Completed in 61 milliseconds

1 2 3