Searched defs:stat (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllfunc.c | 71 BOOL stat; local 86 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 87 if (stat == FALSE) { 100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff, 102 if (stat == FALSE) { 126 BOOL stat; local 139 stat = idnConvRsp(encodeCtx, ret->h_name, 141 if (stat == FALSE) {
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | util.c | 132 LONG stat; local 146 stat = RegOpenKeyEx(top, IDNKEY_IDNKIT, 0, KEY_READ, &hk); 147 if (stat != ERROR_SUCCESS) { 152 stat = RegQueryValueEx(hk, (LPCTSTR)name, NULL, 156 if (stat != ERROR_SUCCESS || type != REG_SZ) {
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 226 sub stat { subroutine
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | encoding.c | 92 LONG stat; local 96 stat = RegOpenKeyEx(top, key, 0, KEY_READ, &hk); 97 if (stat != ERROR_SUCCESS) { 101 stat = RegQueryValueEx(hk, (LPCTSTR)name, NULL, 106 if (stat != ERROR_SUCCESS || realtype != type)
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 118 BOOL stat; local 129 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 130 if (stat == FALSE) { 143 stat = idnConvRsp(encodeCtx, ret->h_name, 145 if (stat == FALSE) { 169 BOOL stat; local 182 stat = idnConvRsp(encodeCtx, ret->h_name, 184 if (stat == FALSE) { 437 BOOL stat; local 496 BOOL stat; local 560 BOOL stat; local [all...] |
Completed in 966 milliseconds