Searched refs:enc (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dencoding.c234 idnGetPrgEncoding(char *enc, size_t len) argument
236 if (GetStringFromRegistry(IDNVAL_ENCODE, enc, len,
238 enc[0] == '\0') {
239 sprintf(enc, "CP%d", GetACP());
242 "idnGetPrgEncoding: %-.30s\n", enc);
H A Dwrapcommon.h74 extern BOOL idnGetPrgEncoding(char *enc, size_t len);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl294 if { [catch {set enc [registry get $key $perprogEnc]} err] } {
297 if { [string compare $enc ""] == 0 } {
300 return $enc
303 proc regSetEncode { prg enc } {
316 if { [string compare $enc $perprogDef] == 0 } {
317 set enc ""
319 if { [catch {registry set $key $perprogEnc $enc sz} ] } {
489 proc execWrap { pw lb dlg prg enc } {
492 set encName [$enc get]
598 set enc [regGetEncod
[all...]

Completed in 80 milliseconds