OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inbytesleft
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/msan/
iconv.cc
25
size_t
inbytesleft
= strlen(inbuf_);
local
43
res = iconv(cd, &inbuf, &
inbytesleft
, &outbuf, &outbytesleft);
47
assert(
inbytesleft
== 0);
/external/libxml2/os400/
libxmlmain.c
42
size_t
inbytesleft
;
local
60
inbytesleft
= 0;
64
&inbuf, &
inbytesleft
, &outbuf, &outbytesleft);
68
iconv(cd, NULL, &
inbytesleft
, &outbuf, &outbytesleft);
81
inbytesleft
= 0;
82
iconv(cd, &inbuf, &
inbytesleft
, &outbuf, &outbytesleft);
83
iconv(cd, NULL, &
inbytesleft
, &outbuf, &outbytesleft);
Completed in 200 milliseconds