Searched +refs:val +refs:value (Results 1 - 25 of 26) sorted by relevance

12

/bind-9.11.3/lib/isc/
H A Dbase64.c98 int val[4]; member in struct:__anon216
118 ctx->val[ctx->digits++] = (int)(s - base64);
122 if (ctx->val[0] == 64 || ctx->val[1] == 64)
124 if (ctx->val[2] == 64 && ctx->val[3] != 64)
129 if (ctx->val[2] == 64 && (ctx->val[1] & 0xf) != 0)
132 * We don't need to test for ctx->val[2] != 64 as
135 if (ctx->val[
[all...]
H A Dbase32.c144 int val[8]; member in struct:__anon215
203 if ((ctx->val[1]&0x03) != 0)
210 if ((ctx->val[3]&0x0f) != 0)
215 if ((ctx->val[4]&0x01) != 0)
222 if ((ctx->val[6]&0x07) != 0)
231 ctx->val[ctx->digits++] = (last == 32) ? 0 : last;
241 buf[0] = (ctx->val[0]<<3)|(ctx->val[1]>>2);
242 buf[1] = (ctx->val[1]<<6)|(ctx->val[
[all...]
H A Dhex.c76 int val[2]; member in struct:__anon224
93 ctx->val[ctx->digits++] = (int)(s - hex);
97 num = (ctx->val[0] << 4) + (ctx->val[1]);
139 tr = &token.value.as_textregion;
H A Dhttpd.c376 * If value is specified look for it terminated with a character in eov.
379 have_header(isc_httpd_t *httpd, const char *header, const char *value, argument
387 if (value != NULL) {
389 vlen = strlen(value);
412 if (value == NULL)
425 if (strncasecmp(h, value, vlen) == 0)
1060 const char *val)
1066 if (val != NULL)
1067 needlen += 2 + strlen(val); /* :<space> and val */
1059 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, const char *val) argument
1108 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val) argument
[all...]
/bind-9.11.3/lib/dns/
H A Drcode.c167 unsigned int value; member in struct:tbl
182 unsigned int value; member in struct:keyflag
286 *valuep = table[i].value;
294 dns_mnemonic_totext(unsigned int value, isc_buffer_t *target, argument
300 if (table[i].value == value) {
305 snprintf(buf, sizeof(buf), "%u", value);
311 unsigned int value; local
312 RETERR(dns_mnemonic_fromtext(&value, source, rcodes, 0xffff));
313 *rcodep = value;
324 unsigned int value; local
337 unsigned int value; local
350 unsigned int value; local
378 unsigned int value; local
391 unsigned int value; local
402 unsigned int value, mask; local
446 unsigned int value; local
503 unsigned int val; local
[all...]
H A Dspnego.c235 size_t * val, size_t * size);
268 der_put_int(unsigned char *p, size_t len, int val, size_t *);
271 der_put_length(unsigned char *p, size_t len, size_t val, size_t *);
378 p = token->value;
488 (unsigned char **)&output_token->value,
537 resp.responseToken->data = mech_token->value;
541 (unsigned char **)&output_token->value,
626 &init_token.mechTypes.val[i],
659 ibuf.value = init_token.mechToken->data;
737 p = input_token_buffer->value;
780 unsigned val = 0; local
795 int val = 0; local
810 der_get_length(const unsigned char *p, size_t len, size_t *val, size_t *size) argument
1090 len_unsigned(unsigned val) argument
1121 der_put_unsigned(unsigned char *p, size_t len, unsigned val, size_t *size) argument
1147 der_put_int(unsigned char *p, size_t len, int val, size_t *size) argument
1186 der_put_length(unsigned char *p, size_t len, size_t val, size_t *size) argument
[all...]
H A Drdata.c74 #define DNS_AS_STR(t) ((t).value.as_textregion.base)
184 hexvalue(char value);
187 decvalue(char value);
333 unsigned int val; local
338 val = 0;
346 val <<= 4;
347 val |= (pch - xdigits);
357 *tp++ = (unsigned char) (val >> 8) & 0xff;
358 *tp++ = (unsigned char) val & 0xff;
360 val
1330 unsigned int val; local
1747 uint32_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1758 uint16_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1771 uint8_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1792 isc_uint32_t value; local
1851 hexvalue(char value) argument
1867 decvalue(char value) argument
[all...]
H A Dmaster.c169 #define DNS_AS_STR(t) ((t).value.as_textregion.base)
632 * Convert value into a nibble sequence from least significant to most
640 nibbles(char *numbuf, size_t length, unsigned int width, char mode, int value) { argument
651 char val = hex[(value & 0x0f) + ((mode == 'n') ? 0 : 16)]; local
652 value >>= 4;
654 *numbuf++ = val;
663 * If value is non zero then we need to add another label and
666 if (width > 0 || value != 0) {
676 } while (value !
[all...]
H A Dcache.c1357 getcounter(isc_statscounter_t counter, isc_uint64_t val, void *arg) { argument
1361 dumparg->countervalues[counter] = val;
1438 renderstat(const char *name, isc_uint64_t value, xmlTextWriterPtr writer) { argument
1446 value));
H A Dzone.c822 unsigned int value);
1626 dns_zone_setstring(dns_zone_t *zone, char **field, const char *value) { argument
1629 if (value != NULL) {
1630 copy = isc_mem_strdup(zone->mctx, value);
1761 * or an "allow-update" ACL with a value other than exactly "{ none; }".
2009 * set loadtime to that value.
5363 dns_zone_setflag(dns_zone_t *zone, unsigned int flags, isc_boolean_t value) { argument
5367 if (value)
5376 isc_boolean_t value)
5381 if (value)
5375 dns_zone_setoption(dns_zone_t *zone, unsigned int option, isc_boolean_t value) argument
5389 dns_zone_setoption2(dns_zone_t *zone, unsigned int option, isc_boolean_t value) argument
5417 dns_zone_setkeyopt(dns_zone_t *zone, unsigned int keyopt, isc_boolean_t value) argument
10554 dns_zone_setminrefreshtime(dns_zone_t *zone, isc_uint32_t val) argument
10562 dns_zone_setmaxrefreshtime(dns_zone_t *zone, isc_uint32_t val) argument
10570 dns_zone_setminretrytime(dns_zone_t *zone, isc_uint32_t val) argument
10578 dns_zone_setmaxretrytime(dns_zone_t *zone, isc_uint32_t val) argument
10593 dns_zone_setmaxrecords(dns_zone_t *zone, isc_uint32_t val) argument
16331 dns_zonemgr_settransfersin(dns_zonemgr_t *zmgr, isc_uint32_t value) argument
16345 dns_zonemgr_settransfersperns(dns_zonemgr_t *zmgr, isc_uint32_t value) argument
16685 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) argument
16718 dns_zonemgr_setnotifyrate(dns_zonemgr_t *zmgr, unsigned int value) argument
16726 dns_zonemgr_setstartupnotifyrate(dns_zonemgr_t *zmgr, unsigned int value) argument
16734 dns_zonemgr_setserialqueryrate(dns_zonemgr_t *zmgr, unsigned int value) argument
[all...]
H A Dadb.c509 set_adbstat(dns_adb_t *adb, isc_uint64_t val, isc_statscounter_t counter) { argument
511 isc_stats_set(adb->view->adbstats, val, counter);
3432 dump_ttl(FILE *f, const char *legend, isc_stdtime_t value, isc_stdtime_t now) { argument
3433 if (value == INT_MAX)
3435 fprintf(f, " [%s TTL %d]", legend, value - now);
/bind-9.11.3/win32utils/
H A DConfigure808 my $value;
816 ($name, $value) = split(/=/, $data);
819 ($value) =~ s/^["\s]+//;
820 ($value) =~ s/["\s]+$//;
822 ($value) = split(/\s+/, $value);
824 $Versions{$name} = $value;
857 my $val = $configdefh{"CONFIGARGS"};
858 $configdefh{"CONFIGARGS"} = "\"'$val'\"";
865 my $val
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c249 * Call this function before modifying the current value of expect.
418 format_reason_fmt(&reason, file, line, "Expected true value in %s",
631 const char *val; local
636 val = atf_map_citer_data(iter);
637 INV(val != NULL);
639 return val;
646 const char *val; local
649 val = defval;
651 val = atf_tc_get_config_var(tc, name);
653 return val;
659 bool val; local
678 bool val; local
691 long val; local
710 long val; local
723 const char *val; local
768 char *value; local
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Datffile_test.cpp78 is_in(const std::string& value, const std::vector< std::string >& v) argument
80 return std::find(v.begin(), v.end(), value) != v.end();
91 got_conf(const std::string& name, const std::string& val) argument
93 m_calls.push_back("got_conf(" + name + ", " + val + ")");
97 got_prop(const std::string& name, const std::string& val) argument
99 m_calls.push_back("got_prop(" + name + ", " + val + ")");
190 "conf: var7 = \"This is a long value.\"\n"
203 "got_conf(var7, This is a long value.)",
232 "prop: var7 = \"This is a long value.\"\n"
245 "got_prop(var7, This is a long value
[all...]
H A Dtest-program.cpp277 tools::env::set("__RUNNING_INSIDE_ATF_RUN", "internal-yes-value");
362 "be accompanied by a reason nor an expected value");
376 "be accompanied by a reason but not by an expected value");
392 int value; local
394 value = -1;
397 value = tools::text::to_type< int >(arg);
399 throw std::runtime_error("The value '" + arg + "' passed to the '" +
404 return impl::test_case_result(state, value, reason);
432 const std::string& value, const size_t lineno,
437 if (value
431 validate_and_insert(const std::string& name, const std::string& value, const size_t lineno, std::map< std::string, std::string >& md) argument
509 const std::string value = tools::text::trim(p.rest_of_line()); local
578 info(const std::string& what, const std::string& val) argument
580 m_os << "info: " << what << ", " << val << "\\n"; local
[all...]
/bind-9.11.3/lib/isccfg/
H A Dparser.c40 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base)
42 /* Check a return value. */
102 * "value" union in struct cfg_obj (except "void", which does
244 obj->value.tuple = isc_mem_get(pctx->mctx,
246 if (obj->value.tuple == NULL) {
251 obj->value.tuple[i] = NULL;
276 CHECK(cfg_parse_obj(pctx, f->type, &obj->value.tuple[i]));
299 const cfg_obj_t *fieldobj = obj->value.tuple[i];
334 if (obj->value.tuple == NULL)
338 CLEANUP_OBJ(obj->value
1289 isc_boolean_t value; local
1401 cfg_obj_t *value = NULL; local
1638 cfg_obj_t *value = NULL; local
2082 isc_symvalue_t val; local
[all...]
H A Dnamedconf.c30 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base)
32 /*% Check a return value. */
176 { "value", &cfg_type_bracketed_aml, 0 },
361 pctx->token.value.as_char == '{') {
370 obj->value.string.length = strlen("local");
371 obj->value.string.base = isc_mem_get(pctx->mctx,
372 obj->value.string.length + 1);
373 if (obj->value.string.base == NULL) {
377 memmove(obj->value.string.base, "local", 5);
378 obj->value
2377 isc_uint64_t value; local
2416 isc_uint64_t val; local
2445 isc_uint64_t val; local
[all...]
/bind-9.11.3/bin/named/
H A Dconfig.c331 const cfg_obj_t *value; local
350 value = cfg_listelt_value(element);
351 type = cfg_tuple_get(value, "type");
354 *obj = cfg_tuple_get(value, "mode");
457 isc_uint32_t val = cfg_obj_asuint32(portobj); local
458 if (val > ISC_UINT16_MAX) {
460 "port '%u' out of range", val);
463 port = (in_port_t) val;
477 "dscp value '%u' is out of range",
619 isc_uint32_t val local
[all...]
H A Dstatschannel.c337 SET_RESSTATDESC(val, "DNSSEC validation attempted", "ValAttempt");
1000 generalstat_dump(isc_statscounter_t counter, isc_uint64_t val, void *arg) { argument
1004 dumparg->countervalues[counter] = val;
1013 isc_uint64_t value; local
1050 value = values[idx];
1052 if (value == 0 && (options & ISC_STATSDUMP_VERBOSE) == 0)
1059 value, desc[idx]);
1086 "%" ISC_PRINT_QUADFORMAT "u", value));
1103 "%" ISC_PRINT_QUADFORMAT "u", value));
1112 counter = json_object_new_int64(value);
1130 rdtypestat_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) argument
1193 rdatasetstats_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) argument
1278 opcodestat_dump(dns_opcode_t code, isc_uint64_t val, void *arg) argument
1334 rcodestat_dump(dns_rcode_t code, isc_uint64_t val, void *arg) argument
[all...]
H A Dserver.c469 putuint8(isc_buffer_t **b, isc_uint8_t val);
543 * No value available. *aclp == NULL.
566 * nest_level value of 2.
637 * No value available. *rbtp == NULL.
1092 isc_boolean_t value; local
1107 value = cfg_obj_asboolean(cfg_tuple_get(obj, "value"));
1108 CHECK(dns_resolver_setmustbesecure(resolver, name, value));
1594 const cfg_obj_t *value; local
1605 value
3362 isc_resourcevalue_t value; local
3515 isc_resourcevalue_t value; local
4970 isc_uint32_t val = cfg_obj_asuint32(portobj); local
5008 isc_uint32_t val = cfg_obj_asuint32(portobj); local
5061 isc_uint32_t val = cfg_obj_asuint32(portobj); local
6225 setstring(ns_server_t *server, char **field, const char *value) argument
6263 isc_resourcevalue_t value; local
9594 isc_boolean_t value; local
13178 putuint8(isc_buffer_t **b, isc_uint8_t val) argument
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dzone.h265 * Returns the value of the origin.
398 *\li Any result value from dns_db_load().
478 dns_zone_setflag(dns_zone_t *zone, unsigned int flags, isc_boolean_t value);
480 * Sets ('value' == 'ISC_TRUE') / clears ('value' == 'IS_FALSE')
719 isc_boolean_t value);
722 isc_boolean_t value);
724 * Set the given options on ('value' == ISC_TRUE) or off
725 * ('value' == #ISC_FALSE).
754 dns_zone_setkeyopt(dns_zone_t *zone, unsigned int option, isc_boolean_t value);
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c65 freekey(char *key, unsigned int type, isc_symvalue_t value, void *userarg) { argument
67 UNUSED(value);
179 const cfg_obj_t *value; local
195 isc_uint32_t val = cfg_obj_asuint32(obj); local
196 if (val > ISC_UINT16_MAX) {
198 "port '%u' out of range", val);
206 value = cfg_listelt_value(element);
207 if (cfg_obj_issockaddr(value))
209 obj = cfg_tuple_get(value, "name");
222 obj = cfg_tuple_get(value, "por
224 isc_uint32_t val = cfg_obj_asuint32(obj); local
358 nameexist(const cfg_obj_t *obj, const char *name, int value, isc_symtab_t *symtab, const char *fmt, isc_log_t *logctx, isc_mem_t *mctx) argument
1006 isc_uint32_t val; local
1029 isc_uint32_t val; local
1426 isc_uint32_t value; local
3024 isc_symvalue_t value; local
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl395 if {[catch {registry get $key $name} value]} {
398 if {[string compare $value {}] == 0} {
401 return $value
404 proc regSetValue {key name value {type sz}} {
406 puts "--regSetValue $key $name $value"
412 if {[catch {registry set $key $name $value $type}]} {
658 -value "Default"
660 -value "UTF-8"
822 radiobutton $w.lv_v.btn$i -text $text -value $lvl -variable _logLevel
978 foreach {rb val tx
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp109 const std::string& value)
112 m_os << name << ": " << value << "\n"; local
285 impl::tc::set_md_var(const std::string& var, const std::string& val) argument
287 atf_error_t err = atf_tc_set_md_var(&pimpl->m_tc, var.c_str(), val.c_str());
424 "var=value");
534 "__RUNNING_INSIDE_ATF_RUN") != "internal-yes-value")
108 tc_meta_data(const std::string& name, const std::string& value) argument
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c137 * Set by the -T dscp option on the command line. If set to a value
147 * Care should be taken before modifying this value for select():
156 * may be rather worsened with a larger value of this constant due to
159 * As a special note, this value shouldn't have to be touched if
177 * We always define this because a larger value can be specified run-time.
1286 * XXX: The buffer length is an ad-hoc value, but should be enough
2961 * 'action' will be called with 'arg' as the arg value. The new
3049 * called with 'arg' as the arg value. The new socket is returned
3125 * called with 'arg' as the arg value. The new socket is returned
4324 * up the current value an
6317 isc_boolean_t val; local
6364 int value = dscp << 2; local
[all...]

Completed in 124 milliseconds

12