Searched defs:cpval (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dzoneconf.c778 char *cpval = default_dbtype; local
848 cpval = isc_mem_strdup(mctx, cfg_obj_asstring(obj));
849 if (cpval == NULL)
858 if (cpval != default_dbtype) {
867 cpval = isc_mem_allocate(mctx, len);
868 if (cpval == NULL)
870 snprintf(cpval, len, "dlz %s", dlzname);
873 result = strtoargv(mctx, cpval, &dbargc, &dbargv);
874 if (result != ISC_R_SUCCESS && cpval != default_dbtype) {
875 isc_mem_free(mctx, cpval);
[all...]

Completed in 13 milliseconds