Home
last modified time | relevance | path

Searched refs:__stateful (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcsmbsload.c42 .__stateful = 0,
60 .__stateful = 0,
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv.h138 int __stateful; member
H A Dgconv_builtin.c86 step->__stateful = 0; in __gconv_get_builtin_trans()
H A Dskeleton.c356 step->__stateful = 1; in gconv_init()
358 step->__stateful = 0; in gconv_init()
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofwide.c421 if (codecvt->__cd_in.__cd.__steps[0].__stateful) in do_encoding()