Lines Matching defs:buf_size
2038 /// \param[in] buf_size
2043 /// equal to \a buf_size, another call to this function should
2045 virtual size_t GetSTDOUT(char *buf, size_t buf_size, Status &error);
2067 /// \param[out] buf_size
2072 /// equal to \a buf_size, another call to this function should
2074 virtual size_t GetSTDERR(char *buf, size_t buf_size, Status &error);
2087 /// \param[in] buf_size
2092 /// less than \a buf_size, another call to this function should
2094 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) {
2105 /// \param[out] buf_size
2110 /// equal to \a buf_size, another call to this function should
2112 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);