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);
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);
Completed in 31 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026