55bool sbufStrIn(_Pre_valid_ _Post_invalid_ StreamBuffer* sb, _In_opt_ strref str);
100bool sbufStrOut(_Pre_valid_ _Post_invalid_ StreamBuffer* sb, _Inout_
string* strout);
145_Check_return_ _Ret_opt_valid_ StreamBuffer*
bool sbufStrOut(StreamBuffer *sb, string *strout)
bool sbufStrCRegisterPush(StreamBuffer *sb, string *strout)
StreamBuffer * sbufStrCreatePush(string *strout, size_t targetsz)
bool sbufStrIn(StreamBuffer *sb, strref str)
bool sbufStrPRegisterPull(StreamBuffer *sb, strref str)
Core string types and fundamental operations.
Core stream buffer implementation for efficient data streaming.