Searched refs:countp (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dncache.h99 unsigned int *countp);
107 *\li The number of RRs added to target will be added to *countp.
114 *\li 'countp' is a valid pointer.
121 *\li *countp has been incremented by the number of RRs added to
H A Drdataset.h386 unsigned int *countp);
394 *\li The number of RRs added to target will be added to *countp.
401 *\li 'countp' is a valid pointer.
408 *\li *countp has been incremented by the number of RRs added to
427 unsigned int *countp);
446 unsigned int *countp,
461 *\li #ISC_R_NOSPACE if unable to fit in all of the records. *countp
/bind-9.11.3/bin/named/include/named/
H A Dconfig.h50 isc_uint32_t *countp);
/bind-9.11.3/lib/dns/
H A Drdataset.c312 unsigned int *countp, void **state)
336 REQUIRE(countp != NULL);
353 countp));
535 *countp += count;
544 *countp += added;
550 *countp = 0;
569 unsigned int *countp)
573 countp, NULL));
584 unsigned int *countp,
590 countp, stat
308 towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, dns_rdatasetorderfunc_t order, const void *order_arg, isc_boolean_t partial, unsigned int options, unsigned int *countp, void **state) argument
562 dns_rdataset_towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, dns_rdatasetorderfunc_t order, const void *order_arg, unsigned int options, unsigned int *countp) argument
577 dns_rdataset_towirepartial(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, dns_rdatasetorderfunc_t order, const void *order_arg, unsigned int options, unsigned int *countp, void **state) argument
594 dns_rdataset_towire(dns_rdataset_t *rdataset, dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, unsigned int options, unsigned int *countp) argument
[all...]
H A Dncache.c266 unsigned int *countp)
379 *countp = count;
386 *countp = 0;
264 dns_ncache_towire(dns_rdataset_t *rdataset, dns_compress_t *cctx, isc_buffer_t *target, unsigned int options, unsigned int *countp) argument
H A Dmessage.c1943 unsigned int reserved, unsigned int options, unsigned int *countp)
1955 cctx, target, options, countp);
1941 renderset(dns_rdataset_t *rdataset, dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, unsigned int reserved, unsigned int options, unsigned int *countp) argument
H A Dzone.c5663 dns_name_t ***keynamesp, unsigned int *countp,
5671 REQUIRE(countp != NULL && addrsp != NULL && dscpsp != NULL &&
5674 count = *countp;
5675 *countp = 0;
5662 clear_addresskeylist(isc_sockaddr_t **addrsp, isc_dscp_t **dscpsp, dns_name_t ***keynamesp, unsigned int *countp, isc_mem_t *mctx) argument
/bind-9.11.3/bin/named/
H A Dconfig.c437 isc_uint32_t *countp)
450 INSIST(countp != NULL);
517 *countp = count;
434 ns_config_getiplist(const cfg_obj_t *config, const cfg_obj_t *list, in_port_t defport, isc_mem_t *mctx, isc_sockaddr_t **addrsp, isc_dscp_t **dscpsp, isc_uint32_t *countp) argument
H A Dupdate.c813 int *countp = data; local
815 (*countp)++;
824 dns_rdatatype_t type, dns_rdatatype_t covers, int *countp)
826 *countp = 0;
828 count_rr_action, countp));
823 rr_count(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers, int *countp) argument
H A Dserver.c497 nzd_count(dns_view_t *view, int *countp);
11641 nzd_count(dns_view_t *view, int *countp) { argument
11648 REQUIRE(countp != NULL);
11665 *countp = statbuf.ms_entries;
/bind-9.11.3/lib/bind9/
H A Dcheck.c1520 isc_uint32_t *countp, isc_log_t *logctx, isc_mem_t *mctx)
1532 REQUIRE(countp != NULL);
1535 *countp = count;
1617 *countp = count;
1519 validate_masters(const cfg_obj_t *obj, const cfg_obj_t *config, isc_uint32_t *countp, isc_log_t *logctx, isc_mem_t *mctx) argument

Completed in 249 milliseconds