HomeSort by relevance Sort by last modified time
    Searched defs:inbuf_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/msan/
iconv.cc 15 char inbuf_[100]; local
16 strcpy(inbuf_, "sample text");
20 const char *inbuf = inbuf_;
22 char *inbuf = inbuf_;
25 size_t inbytesleft = strlen(inbuf_);
32 inbuf_[5] = *p;
49 assert(memcmp(inbuf_, outbuf_, strlen(inbuf_)) == 0);
  /external/webrtc/webrtc/base/
asynctcpsocket.h 74 char* inbuf_, * outbuf_; member in class:rtc::AsyncTCPSocketBase

Completed in 72 milliseconds