Searched defs:bcmstrbuf (Results 1 – 4 of 4) sorted by relevance
89 struct bcmstrbuf { struct90 char *buf; /* pointer to current position in origbuf */91 unsigned int size; /* current (residual) size in bytes */92 char *origbuf; /* unmodified pointer to orignal buffer */93 unsigned int origsize; /* unmodified orignal buffer size in bytes */
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 */
97 struct bcmstrbuf { struct98 char *buf; /* pointer to current position in origbuf */99 unsigned int size; /* current (residual) size in bytes */100 char *origbuf; /* unmodified pointer to orignal buffer */101 unsigned int origsize; /* unmodified orignal buffer size in bytes */
105 struct bcmstrbuf { struct106 char *buf; /* pointer to current position in origbuf */107 unsigned int size; /* current (residual) size in bytes */108 char *origbuf; /* unmodified pointer to orignal buffer */109 unsigned int origsize; /* unmodified orignal buffer size in bytes */