Searched defs:encodeCtx (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c72 idn_resconf_t encodeCtx; local
77 encodeCtx = idnGetContext();
79 if (encodeCtx == NULL) {
86 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff));
97 if (ret != NULL && encodeCtx != NULL) {
100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff,
127 idn_resconf_t encodeCtx; local
132 encodeCtx = idnGetContext();
136 if (ret != NULL && encodeCtx != NULL) {
139 stat = idnConvRsp(encodeCtx, re
166 idn_resconf_t encodeCtx; local
195 idn_resconf_t encodeCtx; local
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c119 idn_resconf_t encodeCtx; local
124 encodeCtx = idnGetContext();
126 if (encodeCtx == NULL || name == NULL) {
129 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff));
140 if (ret != NULL && encodeCtx != NULL) {
143 stat = idnConvRsp(encodeCtx, ret->h_name,
170 idn_resconf_t encodeCtx; local
175 encodeCtx = idnGetContext();
179 if (ret != NULL && encodeCtx != NULL) {
182 stat = idnConvRsp(encodeCtx, re
209 idn_resconf_t encodeCtx; local
238 idn_resconf_t encodeCtx; local
264 idn_resconf_t encodeCtx; local
293 idn_resconf_t encodeCtx; local
499 idn_resconf_t encodeCtx; local
561 idn_resconf_t encodeCtx; local
[all...]

Completed in 10 milliseconds