Searched refs:type_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Ddnssec.c787 size_t type_count = 0; local
816 types[type_count] = cur_rrsets->type;
817 type_count++;
822 types[type_count] = LDNS_RR_TYPE_RRSIG;
823 type_count++;
824 types[type_count] = LDNS_RR_TYPE_NSEC;
825 type_count++;
828 type_count,
846 size_t type_count = 0; local
892 types[type_count]
940 size_t type_count = 0; local
1164 size_t type_count = 0; local
[all...]
H A Dstr2host.c687 size_t type_count = 0; local
708 if(type_count >= sizeof(type_list)) {
714 type_list[type_count] = cur_type;
715 type_count++;
719 type_count,
/freebsd-10-stable/sys/xen/xenbus/
H A Dxenbusb.c287 u_int type_count; local
290 error = xs_directory(XST_NIL, xbs->xbs_node, "", &type_count, &types);
294 for (type_idx = 0; type_idx < type_count; type_idx++)
/freebsd-10-stable/contrib/unbound/sldns/
H A Dstr2wire.c1224 size_t type_count = 0; local
1248 type_count++;
1253 if(type_count == 0) {
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DDebugInfo.h834 unsigned type_count() const { return TYs.size(); } function in class:llvm::DebugInfoFinder

Completed in 201 milliseconds