HomeSort by: relevance | last modified time | path
    Searched defs:librpz (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dnsrps.c 38 librpz_t *librpz = NULL; variable
97 level <= librpz->log_level_val(LIBRPZ_LOG_INVALID))
111 case LIBRPZ_LOG_TRACE3: /* librpz hits */
115 case LIBRPZ_LOG_TRACE4: /* librpz lookups */
138 INSIST(librpz == NULL);
142 * Notice if librpz is available.
144 librpz = librpz_lib_open(&librpz_lib_open_emsg, &librpz_handle,
146 if (librpz == NULL) {
152 librpz->set_log(dnsrps_log_fnc, NULL);
154 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnsrps.c 37 librpz_t *librpz; variable
96 level <= librpz->log_level_val(LIBRPZ_LOG_INVALID))
116 case LIBRPZ_LOG_TRACE3: /* librpz hits */
120 case LIBRPZ_LOG_TRACE4: /* librpz lookups */
137 INSIST(librpz == NULL);
141 * Notice if librpz is available.
143 librpz = librpz_lib_open(&librpz_lib_open_emsg, &librpz_handle,
146 * Stop now without complaining if librpz is not available.
147 * Complain later if and when librpz is needed for a view with
150 if (librpz == NULL)
    [all...]

Completed in 15 milliseconds