Searched refs:where (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
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...]
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) {
/bind-9.11.3/bin/tests/
H A Db9t.mk23 # where the config, build and test output goes
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c108 off_t where; local
118 result = isc_stdio_tell(file, &where);
125 : (char *)((uintptr_t)where + sizeof(data_holder_t)));
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl181 -d DIR directory where Unicode Character Data files resides [./]
/bind-9.11.3/lib/dns/
H A Drbt.c153 uintptr_t *where, isc_uint64_t *crc);
648 uintptr_t *where, isc_uint64_t *crc)
655 if (where != NULL)
656 *where = 0;
701 if (where != NULL)
702 *where = (uintptr_t) location;
1171 * 1. In the subtree where the insertion occurs, this function
1172 * needs to have the insertion point and the order where the
1173 * lookup terminated (i.e., at the insertion point where left or
2089 * Similarly, it is possible to leave the tree in a state where
646 serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent, dns_rbtdatawriter_t datawriter, void *writer_arg, uintptr_t *where, isc_uint64_t *crc) argument
[all...]
H A Dvalidator.c173 markanswer(dns_validator_t *val, const char *where) { argument
174 validator_log(val, ISC_LOG_DEBUG(3), "marking as answer (%s)", where);
H A Drbtdb.c946 * is used to determine where in the cycle rrset-order cyclic starts.
2150 * few cases where the node can be in the deadnode list (only empty nodes can
2200 * have to be protected, but we must avoid a race condition where multiple
2782 * case where we need to increment the counter from
7745 off_t where; local
7772 CHECK(isc_stdio_tell(rbtfile, &where));
7780 off = where;
7781 if ((off_t)off != where)
10364 * single response (consider the case where we're adding A and AAAA glue records
H A Dresolver.c2069 * while the enclosing domain where the DS record lives is
4210 log_ns_ttl(fetchctx_t *fctx, const char *where) { argument
4219 fctx, where, namebuf, domainbuf,
/bind-9.11.3/unit/atf-src/admin/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/bind-9.11.3/lib/isccfg/
H A Dparser.c550 * Parse a configuration using a pctx where a lexer has already
1425 * and where each element is terminated by a semicolon.
1516 * and where elements are separated by space. The list ends
2259 * set (including the case where CFG_ADDR_V4OK and CFG_ADDR_V6OK are both set),
2943 static char where[ISC_DIR_PATHMAX + 100]; local
2952 where[0] = '\0';
2954 snprintf(where, sizeof(where), "%s:%u: ",
2957 snprintf(where, sizeof(where), "
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl383 proc regSetWhere {where} {
385 regSetValue $serverKey Where $where dword

Completed in 161 milliseconds