Searched refs:nsigs (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_grbn.c128 /* flags, class, type, ttl, nrdatas, nsigs */
135 for (x = 0; x < req->nsigs; x++)
171 lwres_buffer_putuint16(b, req->nsigs);
187 for (x = 0; x < req->nsigs; x++) {
263 lwres_uint16_t nrdatas, nsigs; local
277 * Pull off the flags, class, type, ttl, nrdatas, and nsigs
286 nsigs = lwres_buffer_getuint16(b);
306 grbn->nsigs = nsigs;
322 if (nsigs >
[all...]
H A Dgetrrset.c234 rrset->rri_nsigs = response->nsigs;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdgrbn.c259 grbn->nsigs = 0;
309 grbn->nsigs = dns_rdataset_count(sigrdataset);
310 grbn->sigs = isc_mem_get(cm->mctx, grbn->nsigs *
314 grbn->siglen = isc_mem_get(cm->mctx, grbn->nsigs *
320 result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs,
324 INSIST(i == grbn->nsigs);
325 ns_lwdclient_log(50, "filled in %d signature%s", grbn->nsigs,
326 (grbn->nsigs == 1) ? "" : "s");
349 grbn->nsigs * sizeof(unsigned char *));
352 grbn->nsigs * sizeo
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-lwres.c164 lwres_uint16_t nsigs; member in struct:__anon4145
535 TCHECK(grbn->nsigs);
552 EXTRACT_16BITS(&grbn->nsigs));
555 s = (const char *)&grbn->nsigs+ sizeof(grbn->nsigs);
573 na = EXTRACT_16BITS(&grbn->nsigs);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfrun.c225 #define SET_SIGS(nsigs,sigs,flags) \
227 int signum = (nsigs); \
233 #define UNSET_SIGS(nsigs,sigs,flags) \
235 int signum = (nsigs); \
3472 int nsigs;
3483 nsigs = (int) TARGET_SIGNAL_LAST;
3484 sigs = (unsigned char *) alloca (nsigs);
3485 memset (sigs, 0, nsigs);
3516 siglast = nsigs - 1;
3520 SET_SIGS (nsigs, sig
3465 int nsigs; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dlwres.h197 lwres_uint16_t nsigs; member in struct:__anon296
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c2899 enum { nsigs = sizeof sig / sizeof sig[0] }; enumerator in enum:__anon1525
2905 for (i = 0; i < nsigs; i++)
2916 for (i = 0; i < nsigs; i++)
2920 for (i = 0; i < nsigs; i++)

Completed in 134 milliseconds