OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ce_ops
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/citrus/
citrus_stdenc.c
47
&_citrus_NONE_stdenc_ops, /*
ce_ops
*/
88
ce->
ce_ops
= NULL;
107
ce->
ce_ops
= (struct _citrus_stdenc_ops *)malloc(sizeof(*ce->
ce_ops
));
108
if (ce->
ce_ops
== NULL) {
113
ret = (*getops)(ce->
ce_ops
, sizeof(*ce->
ce_ops
),
119
if (ce->
ce_ops
->eo_abi_version < 0x00000002) {
120
ce->
ce_ops
->eo_get_state_desc = &get_state_desc_default;
124
if (ce->
ce_ops
->eo_init == NULL |
[
all
...]
citrus_stdenc.h
68
_DIAGASSERT(ce && ce->
ce_ops
&& ce->
ce_ops
->eo_init_state);
69
return (*ce->
ce_ops
->eo_init_state)(ce, ps);
79
_DIAGASSERT(ce && ce->
ce_ops
&& ce->
ce_ops
->eo_mbtocs);
80
return (*ce->
ce_ops
->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult);
89
_DIAGASSERT(ce && ce->
ce_ops
&& ce->
ce_ops
->eo_cstomb);
90
return (*ce->
ce_ops
->eo_cstomb)(ce, s, n, csid, idx, ps, nresult);
99
_DIAGASSERT(ce && ce->
ce_ops
&& ce->ce_ops->eo_mbtocs)
[
all
...]
citrus_stdenc_local.h
144
struct _citrus_stdenc_ops *
ce_ops
;
member in struct:_citrus_stdenc
Completed in 12 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025