OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_ops
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/citrus/
citrus_iconv.h
61
_DIAGASSERT(cv && cv->cv_shared && cv->cv_shared->
ci_ops
&&
62
cv->cv_shared->
ci_ops
->io_convert);
65
return (*cv->cv_shared->
ci_ops
->io_convert)(cv, in, inbytes, out,
citrus_iconv.c
143
if (ci->
ci_ops
) {
145
(*ci->
ci_ops
->io_uninit_shared)(ci);
146
free(ci->
ci_ops
);
187
ci->
ci_ops
= NULL;
204
ci->
ci_ops
= malloc(sizeof(*ci->
ci_ops
));
205
if (!ci->
ci_ops
) {
209
ret = (*getops)(ci->
ci_ops
, sizeof(*ci->
ci_ops
),
215
if (ci->
ci_ops
->io_abi_version == 1)
[
all
...]
citrus_iconv_local.h
92
struct _citrus_iconv_ops *
ci_ops
;
member in struct:_citrus_iconv_shared
Completed in 13 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025