Home
last modified time | relevance | path

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

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/charset/
H A Dcharcnv.c82 static smb_iconv_t get_conv_handle(charset_t from, charset_t to) in get_conv_handle() function
153 descriptor = get_conv_handle(from, to); in convert_string()
217 descriptor = get_conv_handle(from, to); in convert_string_talloc()
624 descriptor = get_conv_handle(CH_UNIX, CH_UTF16); in next_codepoint()
687 descriptor = get_conv_handle(CH_UTF16, CH_UNIX); in push_codepoint()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-dde.c491 get_conv_handle(term_t handle, int *theh) in get_conv_handle() function
512 if ( !get_conv_handle(handle, &hdl) )
547 if ( !get_conv_handle(handle, &hdl) ||
599 !get_conv_handle(handle, &hdl) ||
639 !get_conv_handle(handle, &hdl) ||
/dports/net/samba412/samba-4.12.15/lib/util/charset/
H A Dcodepoints.c16637 smb_iconv_t get_conv_handle(struct smb_iconv_handle *ic, in get_conv_handle() function
16713 descriptor = get_conv_handle(ic, src_charset, CH_UTF16); in next_codepoint_handle_ext()
16801 descriptor = get_conv_handle(ic, in push_codepoint_handle()
H A Dconvert_string.c70 descriptor = get_conv_handle(ic, from, to); in convert_string_internal()
392 descriptor = get_conv_handle(ic, from, to); in convert_string_talloc_handle()
H A Dcharset.h177 smb_iconv_t get_conv_handle(struct smb_iconv_handle *ic,