OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spc_buf
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumpuser/
sp_common.c
228
uint8_t *
spc_buf
;
member in struct:spclient
259
spc->
spc_buf
= NULL;
267
free(spc->
spc_buf
);
443
rw->rw_data = spc->
spc_buf
;
508
spc->
spc_buf
= malloc(framelen - HDRSZ + 1);
509
if (spc->
spc_buf
== NULL) {
512
memset(spc->
spc_buf
, 0, framelen - HDRSZ + 1);
527
n = host_read(fd, spc->
spc_buf
+ (spc->spc_off - HDRSZ), left);
Completed in 11 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025