HomeSort by: relevance | last modified time | path
    Searched defs:label_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nsd/dist/
dname.h 43 uint8_t label_count; member in struct:dname
46 uint8_t label_offsets[label_count];
109 * Copy the most significant LABEL_COUNT labels from dname.
113 uint8_t label_count);
149 + dname->label_count * sizeof(uint8_t));
158 * Pre: dname != NULL && label_index < dname->label_count.
166 assert(label < dname->label_count);
222 + ((((size_t)dname->label_count) + ((size_t)dname->name_size))
dname.c 30 uint8_t label_count = 0; local
41 label_offsets[label_count] = (uint8_t) (label - name);
42 ++label_count;
53 assert(label_count <= MAXDOMAINLEN / 2 + 1);
56 for (i = 0; i < label_count / 2; ++i) {
58 label_offsets[i] = label_offsets[label_count - i - 1];
59 label_offsets[label_count - i - 1] = tmp;
65 + (((size_t)label_count) + ((size_t)name_size)) * sizeof(uint8_t)));
67 result->label_count = label_count;
312 uint8_t label_count; local
654 uint8_t label_count = 0; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
valid_hostname.c 97 int label_count = 0; local
117 label_count++;
127 if (label_length || label_count || (cp[1] && cp[1] != '.')) {
132 label_count++;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
domain_name_labels.c 93 size_t label_count = 0; local
95 label_count++;
98 return label_count;
106 const size_t label_count = domain_name_labels_count_label(labels); local
107 require_return_value(index <= label_count, NULL);
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10200.c 331 static unsigned long label_count = 0;
385 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
442 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
531 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
612 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
328 static unsigned long label_count = 0; local
tc-mn10300.c 469 static unsigned long label_count = 0;
523 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
580 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
626 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
662 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
816 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
885 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
466 static unsigned long label_count = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10200.c 331 static unsigned long label_count = 0;
385 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
442 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
531 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
612 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
328 static unsigned long label_count = 0; local
tc-mn10300.c 469 static unsigned long label_count = 0;
523 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
580 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
626 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
662 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
816 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
885 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
466 static unsigned long label_count = 0; local

Completed in 34 milliseconds