Searched refs:where (Results 1 - 11 of 11) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | encoding.c | 82 static int GetFromRegistry(const char *name, int where, DWORD type, 84 static int GetIntFromRegistry(const char *name, int defvalue, int where); 86 size_t length, int where); 139 GetFromRegistry(const char *name, int where, DWORD type, argument 142 if (where & IDN_PERPROG) { 152 if (((where & IDN_CURUSER) && 162 if (where & IDN_GLOBAL) { 166 if (((where & IDN_CURUSER) && 182 GetIntFromRegistry(const char *name, int defvalue, int where) argument 186 if (GetFromRegistry(name, where, REG_DWOR 193 GetStringFromRegistry(const char *name, char *result, size_t length, int where) argument [all...] |
H A D | checkdll.c | 143 * Get idn wrapper's install directory, where the copies of 186 int where = idnEncodeWhere(); local 190 "idnGetContext: Winsock%s, where=%d\n", 191 winsock_info[winsock_idx].version, where); 195 switch (where) { 207 switch (where) {
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | b9t.mk | 32 # where the config, build and test output goes
|
/bind-9.6-ESV-R11/win32utils/ |
H A D | BuildSetup.bat | 87 rem get vcredist where someone said it should be
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_normalize_data.pl | 181 -d DIR directory where Unicode Character Data files resides [./]
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | depcomp | 44 DEPDIR directory where to store dependencies. 122 ## the command line argument order; so add the flags where they
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | parser.c | 469 * Parse a configuration using a pctx where a lexer has already 974 * and where each element is terminated by a semicolon. 1048 * and where elements are separated by space. The list ends 1675 * set (including the case where CFG_ADDR_V4OK and CFG_ADDR_V6OK are both set), 2244 static char where[ISC_DIR_PATHMAX + 100]; local 2253 where[0] = '\0'; 2255 snprintf(where, sizeof(where), "%s:%u: ", 2296 "%s%s%s%s", where, message, prep, tokenbuf);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 383 proc regSetWhere {where} { 385 regSetValue $serverKey Where $where dword
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | config.sub | 53 echo where ALIAS is a recognized configuration type. 1>&2 877 # Here we handle the case where we know the os, and the CPU type, but not the
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | validator.c | 184 markanswer(dns_validator_t *val, const char *where) { argument 185 validator_log(val, ISC_LOG_DEBUG(3), "marking as answer (%s)", where);
|
H A D | resolver.c | 3499 log_ns_ttl(fetchctx_t *fctx, const char *where) { argument 3508 fctx, where, namebuf, domainbuf,
|
Completed in 108 milliseconds