Searched defs:where (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c143 * 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) {
H A Dencoding.c82 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...]
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c184 markanswer(dns_validator_t *val, const char *where) { argument
185 validator_log(val, ISC_LOG_DEBUG(3), "marking as answer (%s)", where);
H A Dresolver.c3499 log_ns_ttl(fetchctx_t *fctx, const char *where) { argument
3508 fctx, where, namebuf, domainbuf,
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c469 * 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);

Completed in 45 milliseconds