OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newpb
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpuffs/
framebuf.c
171
struct puffs_framebuf *
newpb
;
local
173
newpb
= puffs_framebuf_make();
174
if (
newpb
== NULL) {
178
memcpy(
newpb
, pb, sizeof(struct puffs_framebuf));
180
newpb
->buf = NULL;
181
newpb
->len = 0;
182
if (reservespace(
newpb
, 0, pb->maxoff) == -1) {
183
puffs_framebuf_destroy(
newpb
);
187
memcpy(
newpb
->buf, pb->buf, pb->maxoff);
188
newpb
->istat = 0
[
all
...]
framebuf.c
171
struct puffs_framebuf *
newpb
;
local
173
newpb
= puffs_framebuf_make();
174
if (
newpb
== NULL) {
178
memcpy(
newpb
, pb, sizeof(struct puffs_framebuf));
180
newpb
->buf = NULL;
181
newpb
->len = 0;
182
if (reservespace(
newpb
, 0, pb->maxoff) == -1) {
183
puffs_framebuf_destroy(
newpb
);
187
memcpy(
newpb
->buf, pb->buf, pb->maxoff);
188
newpb
->istat = 0
[
all
...]
Completed in 32 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026