Searched refs:nbuff (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllfunc.c | 69 char nbuff[256]; local 86 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 92 dumpName(nbuff, hbuff, sizeof(hbuff))); 93 ret = _org_gethostbyname(nbuff); 100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff, 101 sizeof(nbuff)); 106 dumpName(nbuff, hbuff, sizeof(hbuff))); 107 strcpy(ret->h_name, nbuff); 123 char nbuff[25 local 164 char nbuff[256]; local [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 116 char nbuff[256]; local 129 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 135 dumpName(nbuff, hbuff, sizeof(hbuff))); 136 ret = _org_gethostbyname(nbuff); 144 nbuff, sizeof(nbuff)); 149 dumpName(nbuff, hbuff, sizeof(hbuff))); 150 strcpy(ret->h_name, nbuff); 166 char nbuff[25 local 207 char nbuff[256]; local 260 char nbuff[256]; local 290 char nbuff[256]; local [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | hook.c | 170 char nbuff[256]; local 192 nbuff, sizeof(nbuff)) == TRUE) { 194 dumpName(nbuff, hbuff, sizeof(hbuff))); 195 strcpy(pHost->h_name, nbuff);
|
Completed in 11 milliseconds