Searched defs:bcmstrbuf (Results 1 – 1 of 1) sorted by relevance
74 struct bcmstrbuf { struct75 char *buf; /* pointer to current position in origbuf */76 unsigned int size; /* current (residual) size in bytes */77 char *origbuf; /* unmodified pointer to orignal buffer */78 unsigned int origsize; /* unmodified orignal buffer size in bytes */