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

  /external/compiler-rt/test/msan/
iconv.cc 26 size_t outbytesleft = sizeof(outbuf_); local
40 res = iconv(cd, 0, 0, &outbuf, &outbytesleft);
43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
  /external/libxml2/os400/
libxmlmain.c 43 size_t outbytesleft; local
62 outbytesleft = sizeof dummybuf;
64 &inbuf, &inbytesleft, &outbuf, &outbytesleft);
68 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
76 outbytesleft = bytecount;
82 iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
83 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);

Completed in 585 milliseconds