Searched refs:lp (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dlp_107.h17 dns_name_t lp; member in struct:dns_rdata_lp
H A Dlp_107.c126 dns_rdata_lp_t *lp = source; local
131 REQUIRE(lp->common.rdtype == type);
132 REQUIRE(lp->common.rdclass == rdclass);
137 RETERR(uint16_tobuffer(lp->pref, target));
138 dns_name_toregion(&lp->lp, &region);
145 dns_rdata_lp_t *lp = target; local
152 lp->common.rdclass = rdata->rdclass;
153 lp->common.rdtype = rdata->type;
154 ISC_LINK_INIT(&lp
169 dns_rdata_lp_t *lp = source; local
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h88 #define LOCK(lp) do { \
92 (lp), __FILE__, __LINE__)); \
93 RUNTIME_CHECK(isc_mutex_lock((lp)) == ISC_R_SUCCESS); \
97 (lp), __FILE__, __LINE__)); \
99 #define UNLOCK(lp) do { \
100 RUNTIME_CHECK(isc_mutex_unlock((lp)) == ISC_R_SUCCESS); \
104 (lp), __FILE__, __LINE__)); \
106 #define ISLOCKED(lp) (1)
107 #define DESTROYLOCK(lp) \
108 RUNTIME_CHECK(isc_mutex_destroy((lp))
[all...]
/bind-9.11.3/bin/dig/
H A Dnslookup.c920 dig_lookup_t *l, *lp; local
957 lp = l;
959 ISC_LIST_DEQUEUE(lookup_list, lp, link);
960 isc_mem_free(mctx, lp);

Completed in 1794 milliseconds