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

  /src/external/mpl/bind/dist/lib/dns/
sdlz.c 102 dns_sdlzimplementation_t *dlzimp; member in struct:dns_sdlz_db
339 if (sdlz->dlzimp->methods->newversion == NULL) {
345 result = sdlz->dlzimp->methods->newversion(
346 origin, sdlz->dlzimp->driverarg, sdlz->dbdata, versionp);
384 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL);
388 sdlz->dlzimp->methods->closeversion(origin, commit,
389 sdlz->dlzimp->driverarg,
479 if (sdlz->dlzimp->methods->newversion == NULL) {
484 if ((sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVEOWNER) != 0) {
523 MAYBE_LOCK(sdlz->dlzimp);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
sdlz.c 104 dns_sdlzimplementation_t *dlzimp; member in struct:dns_sdlz_db
396 if (sdlz->dlzimp->methods->newversion == NULL) {
402 result = sdlz->dlzimp->methods->newversion(
403 origin, sdlz->dlzimp->driverarg, sdlz->dbdata, versionp);
440 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL);
444 sdlz->dlzimp->methods->closeversion(origin, commit,
445 sdlz->dlzimp->driverarg,
538 if (sdlz->dlzimp->methods->newversion == NULL) {
543 if ((sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVEOWNER) != 0) {
581 MAYBE_LOCK(sdlz->dlzimp);
    [all...]

Completed in 46 milliseconds