OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxbufsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
clnt_bcast.c
270
u_int
maxbufsize
= 0;
local
357
if (
maxbufsize
<= fdlist[fdlistno].dsize)
358
maxbufsize
= fdlist[fdlistno].dsize;
379
if (
maxbufsize
== 0) {
384
inbuf = malloc(
maxbufsize
);
385
outbuf = malloc(
maxbufsize
);
408
xdrmem_create(xdrs, outbuf,
maxbufsize
, XDR_ENCODE);
/src/external/bsd/openldap/dist/libraries/libldap/
cyrus.c
831
{ BER_BVC("
maxbufsize
="), 0, GOT_MAXBUF, 65536 },
855
case GOT_MAXBUF: v = secprops->
maxbufsize
; break;
888
case GOT_MAXBUF: v = secprops->
maxbufsize
; break;
923
unsigned
maxbufsize
= 0;
local
953
maxbufsize
= v; got_maxbufsize++; break;
981
secprops->
maxbufsize
=
maxbufsize
;
1075
*(ber_len_t *)arg = ld->ld_options.ldo_sasl_secprops.
maxbufsize
;
1197
ld->ld_options.ldo_sasl_secprops.
maxbufsize
= *(ber_len_t *)arg;
Completed in 17 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026