Searched defs:bcmstrbuf (Results 1 – 1 of 1) sorted by relevance
94 struct bcmstrbuf { struct95 char *buf; /* pointer to current position in origbuf */96 unsigned int size; /* current (residual) size in bytes */97 char *origbuf; /* unmodified pointer to orignal buffer */98 unsigned int origsize; /* unmodified orignal buffer size in bytes */