Lines Matching refs:cfg_obj_asstring

81 	directory = cfg_obj_asstring(obj);
129 if (strcasecmp(cfg_obj_asstring(type), "master") != 0)
188 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name"));
193 zclass = cfg_obj_asstring(classobj);
219 strcmp("rbt", cfg_obj_asstring(dbobj)) != 0 &&
220 strcmp("rbt64", cfg_obj_asstring(dbobj)) != 0)
229 zfile = cfg_obj_asstring(fileobj);
236 if (strcasecmp(cfg_obj_asstring(typeobj), "hint") == 0)
238 else if ((strcasecmp(cfg_obj_asstring(typeobj), "master") != 0) &&
239 (strcasecmp(cfg_obj_asstring(typeobj), "redirect") != 0))
245 if (strcasecmp(cfg_obj_asstring(typeobj), "redirect") == 0) {
256 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
259 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
262 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
274 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
277 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
280 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
301 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
304 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
307 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
319 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
322 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
325 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
345 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
347 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
357 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
360 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
363 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
376 const char *masterformatstr = cfg_obj_asstring(fmtobj);
445 DE_CONST(cfg_obj_asstring(classobj), r.base);
482 vname = cfg_obj_asstring(cfg_tuple_get(vconfig, "name"));