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

/macosx-10.9.5/bind9-45.100/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;
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlwdgrbn.c257 grbn->nsigs = 0;
307 grbn->nsigs = dns_rdataset_count(sigrdataset);
308 grbn->sigs = isc_mem_get(cm->mctx, grbn->nsigs *
312 grbn->siglen = isc_mem_get(cm->mctx, grbn->nsigs *
318 result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs,
322 INSIST(i == grbn->nsigs);
323 ns_lwdclient_log(50, "filled in %d signature%s", grbn->nsigs,
324 (grbn->nsigs == 1) ? "" : "s");
350 grbn->nsigs * sizeof(unsigned char *));
353 grbn->nsigs * sizeo
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-lwres.c164 lwres_uint16_t nsigs; member in struct:__anon14016
535 TCHECK(grbn->nsigs);
552 EXTRACT_16BITS(&grbn->nsigs));
555 s = (const char *)&grbn->nsigs+ sizeof(grbn->nsigs);
573 na = EXTRACT_16BITS(&grbn->nsigs);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/lwresd/
H A Dlwtest.c609 unsigned int nrdatas, unsigned int nsigs,
632 if (rrinfo->rri_nsigs != nsigs) {
634 name, rdtype, rrinfo->rri_nsigs, nsigs);
608 test_getrrsetbyname(const char *name, int rdclass, int rdtype, unsigned int nrdatas, unsigned int nsigs, int should_pass) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dlwres.h197 lwres_uint16_t nsigs; member in struct:__anon6666
/macosx-10.9.5/text_cmds-87/sort/
H A Dsort.c2157 enum { nsigs = sizeof sig / sizeof sig[0] }; enumerator in enum:__anon14105
2163 for (i = 0; i < nsigs; i++)
2174 for (i = 0; i < nsigs; i++)
2178 for (i = 0; i < nsigs; i++)
/macosx-10.9.5/zsh-60/zsh/
H A Dconfigure8810 nsigs=`test -f $SIGNAL_H && \
8813 test "x$nsigs" != x && test "$nsigs" -ge 7 && break

Completed in 111 milliseconds