Searched refs:tag (Results 1 - 25 of 52) sorted by relevance

123

/bind-9.11.3/lib/dns/rdata/generic/
H A Dcaa_257.h18 unsigned char * tag; member in struct:dns_rdata_caa
H A Dcaa_257.c134 * Flags, tag length
142 * Zero length tag fields are illegal.
199 REQUIRE(caa->tag != NULL && caa->tag_len != 0);
218 region.base = caa->tag;
270 caa->tag = mem_maybedup(mctx, sr.base, caa->tag_len);
271 if (caa->tag == NULL)
297 if (caa->tag != NULL)
298 isc_mem_free(caa->mctx, caa->tag);
/bind-9.11.3/bin/tests/net/
H A Ddriver.h33 const char *tag; member in struct:__anon38
H A Ddriver.c88 printf("T:%s:%u:A\n", test->tag, testno + 1);
/bind-9.11.3/unit/atf-src/tools/
H A Dui.cpp78 const std::string& tag,
85 const std::string pad(col - tag.length(), ' ');
90 formatted = tag + pad;
106 formatted += '\n' + tag + pad;
141 impl::format_text_with_tag(const std::string& text, const std::string& tag, argument
144 assert(col == 0 || col >= tag.length());
146 col = tag.length();
155 formatted += format_paragraph(line, tag, iter == lines.begin(),
159 formatted += "\n" + tag + "\n";
77 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument
H A Dui_test.cpp44 const char *tag; member in struct:test
371 std::cout << "Testing with tag '" << t->tag << "', '"
377 std::string result = tools::ui::format_text_with_tag(t->fmt, t->tag,
409 set_md_var("descr", "Checks formatting with a tag");
419 set_md_var("descr", "Checks formatting with a tag and repeating it on "
430 set_md_var("descr", "Checks formatting with a tag and starting at a "
H A Dapplication.cpp236 std::string tag = std::string(" -") + opt.m_character; local
238 tag += " ";
240 tag += " " + opt.m_argument + " ";
241 os << ui::format_text_with_tag(opt.m_description, tag, false,
/bind-9.11.3/lib/dns/
H A Ddst_parse.c78 const char *tag; member in struct:parse_map
146 for (i = 0; map[i].tag != NULL; i++) {
147 if (strcasecmp(s, map[i].tag) == 0 &&
159 if (map[i].tag == NULL)
162 return (map[i].tag);
203 if (priv->elements[j].tag == TAG(DST_ALG_RSAMD5, i))
238 if (priv->elements[j].tag == TAG(DST_ALG_DH, i))
260 if (priv->elements[j].tag == TAG(DST_ALG_DSA, i))
277 if ((priv->elements[0].tag != TAG(DST_ALG_ECCGOST, 0)) &&
278 (priv->elements[0].tag !
556 int tag; local
[all...]
H A Ddst_parse.h42 #define TAG_ALG(tag) ((unsigned int)(tag) >> TAG_SHIFT)
111 unsigned short tag; member in struct:dst_private_element
H A Dspnego.c246 int *tag, size_t * size);
251 int tag, size_t * size);
254 Der_class xclass, Der_type type, int tag,
281 int tag, size_t *);
905 int *tag, size_t *size)
911 *tag = (*p) & 0x1F;
920 int tag, size_t *size)
933 if (tag > thistag)
935 if (tag < thistag)
944 Der_class xclass, Der_type type, int tag,
903 der_get_tag(const unsigned char *p, size_t len, Der_class *xclass, Der_type *type, int *tag, size_t *size) argument
918 der_match_tag(const unsigned char *p, size_t len, Der_class xclass, Der_type type, int tag, size_t *size) argument
943 der_match_tag_and_length(const unsigned char *p, size_t len, Der_class xclass, Der_type type, int tag, size_t *length_ret, size_t *size) argument
1253 der_put_tag(unsigned char *p, size_t len, Der_class xclass, Der_type type, int tag, size_t *size) argument
1264 der_put_length_and_tag(unsigned char *p, size_t len, size_t len_val, Der_class xclass, Der_type type, int tag, size_t *size) argument
[all...]
H A Dhmac_link.c258 priv.elements[cnt].tag = TAG_HMACMD5_KEY;
264 priv.elements[cnt].tag = TAG_HMACMD5_BITS;
292 switch (priv.elements[i].tag) {
566 priv.elements[cnt].tag = TAG_HMACSHA1_KEY;
572 priv.elements[cnt].tag = TAG_HMACSHA1_BITS;
600 switch (priv.elements[i].tag) {
859 priv.elements[cnt].tag = TAG_HMACSHA224_KEY;
865 priv.elements[cnt].tag = TAG_HMACSHA224_BITS;
893 switch (priv.elements[i].tag) {
1146 priv.elements[cnt].tag
[all...]
/bind-9.11.3/util/
H A Dkit.sh13 # Usage: sh kit.sh tag tmpdir
17 # To build a snapshot release, use the pseudo-tag "snapshot".
43 tag=$2
47 tag=$1
49 case $tag in
50 snapshot) tag=master; snapshot=true ; releasetag="" ;;
71 hash=`git ls-remote $repo refs/heads/$tag | awk '{print $1}'`
73 hash=`git ls-remote $repo refs/tags/$tag | awk '{print $1}'`
76 echo "Unable to determine hash for $tag, aborting."
H A Dmandoc2docbook.pl62 my ($tag) = @_;
65 print "<$tag>\n";
66 $cursection = $tag;
171 my $tag = $tagmap{$1};
178 print "<$tag>$t<\/$tag>$punct\n";
H A Daltbuild.sh15 # Specify the CVS tag or the name of a kit .tar.gz file as a
23 *) echo "usage: $0 cvs-tag | absolute-path-to-gzipped-tar-file [tmpdir]" >&2; exit 1 ;;
56 tag="$arg"
57 sh util/kit.sh $tag $kitdir || exit 1
H A Dupdate_branches83 my $tag;
94 ($tag, $date, $time, $tz, $who, $mod, $branch) = split;
96 next if ($tag ne "T" );
/bind-9.11.3/lib/isc/include/isc/
H A Dtask.h51 * events based upon their sender, type, and tag.
121 void *tag, isc_eventlist_t *events);
125 void (*setname)(isc_task_t *task, const char *name, void *tag);
127 isc_eventtype_t type, void *tag);
130 void *tag);
287 isc_eventtype_t last, void *tag);
300 * type is >= first and <= last, and whose tag is 'tag' will be purged,
303 *\li A sender of NULL will match any sender. A NULL tag matches any
304 * tag
[all...]
H A Dlog.h61 #define ISC_LOG_PRINTTAG 0x0010 /* tag and ":" */
62 #define ISC_LOG_PRINTPREFIX 0x0020 /* tag only, no colon */
752 isc_log_settag(isc_logconfig_t *lcfg, const char *tag);
760 *\li If this function has not set the tag to a non-NULL, non-empty value,
763 * the tag in order to get it logged. It is not implicitly derived from
766 *\li Setting the tag to NULL or the empty string will also cause the
767 * #ISC_LOG_PRINTTAG channel flag to not print anything. If tag equals the
774 * XXXDCL when creating a new isc_logconfig_t, it might be nice if the tag
791 * will observe that (currently) a tag of length greater than zero
799 isc_log_opensyslog(const char *tag, in
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm106 my $tag = $1 || '';
107 [$tag, map {hex($_)} split(' ', $2)];
H A Dgenerate_normalize_data.pl283 my ($tag, @decomp) = @{$data{DECOMP}};
287 if ($tag eq '' and @decomp > 1 and not exists $exclusions{$code}) {
293 if ($tag ne '') {
/bind-9.11.3/lib/isccc/
H A Dalist.c51 isccc_sexpr_t *alist, *tag; local
53 tag = isccc_sexpr_fromstring(ALIST_TAG);
54 if (tag == NULL)
56 alist = isccc_sexpr_cons(tag, NULL);
58 isccc_sexpr_free(&tag);
106 * Skip alist type tag.
/bind-9.11.3/contrib/kasp/
H A Dkasp2policy.py124 d = {t.tag: {} if t.attrib else None}
131 d = {t.tag:
134 d[t.tag].update(('@' + k, v) for k, v in t.attrib.iteritems())
139 d[t.tag]['#text'] = text
141 d[t.tag] = text
/bind-9.11.3/lib/isc/
H A Dtask.c111 void * tag; member in struct:isc__task
194 isc_eventtype_t last, void *tag);
197 void *tag);
202 isc_eventtype_t last, void *tag,
206 void *tag, isc_eventlist_t *events);
215 isc__task_setname(isc_task_t *task0, const char *name, void *tag);
367 task->tag = NULL;
647 isc_eventtype_t last, void *tag,
660 * whose tag is 'tag' wil
646 dequeue_events(isc__task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, isc_boolean_t purging) argument
687 isc__task_purgerange(isc_task_t *task0, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
720 isc__task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
777 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
792 isc__task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
878 isc__task_setname(isc_task_t *task0, const char *name, void *tag) argument
2193 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
2234 isc_task_setname(isc_task_t *task, const char *name, void *tag) argument
2244 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
2315 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
[all...]
H A Dlog.c114 char * tag; member in struct:isc_logconfig
337 lcfg->tag = NULL;
545 if (lcfg->tag != NULL)
546 isc_mem_free(lcfg->lctx->mctx, lcfg->tag);
547 lcfg->tag = NULL;
990 isc_log_settag(isc_logconfig_t *lcfg, const char *tag) { argument
993 if (tag != NULL && *tag != '\0') {
994 if (lcfg->tag != NULL)
995 isc_mem_free(lcfg->lctx->mctx, lcfg->tag);
1018 isc_log_opensyslog(const char *tag, int options, int facility) argument
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1234 CString tag; local
1236 tag.LoadString(IDS_INSTALL_FILE);
1237 GetDlgItem(IDC_COPY_TAG)->SetWindowText(tag);
1240 tag.LoadString(IDS_INSTALL_DIR);
1241 GetDlgItem(IDC_DIR_TAG)->SetWindowText(tag);
1245 tag.LoadString(IDS_INSTALL_SERVICE);
1246 GetDlgItem(IDC_SERVICE_TAG)->SetWindowText(tag);
1248 tag.LoadString(IDS_INSTALL_MESSAGE);
1249 GetDlgItem(IDC_MESSAGE_TAG)->SetWindowText(tag);
1257 CString tag; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dkeytable.h248 dns_secalg_t algorithm, dns_keytag_t tag,
251 * Search for a key named 'name', matching 'algorithm' and 'tag' in

Completed in 49 milliseconds

123