Searched defs:bcmstrbuf (Results 1 – 1 of 1) sorted by relevance
68 struct bcmstrbuf { struct69 char *buf; /* pointer to current position in origbuf */70 unsigned int size; /* current (residual) size in bytes */71 char *origbuf; /* unmodified pointer to orignal buffer */72 unsigned int origsize; /* unmodified orignal buffer size in bytes */