292 if (!(zone->
dbo = __zone_db_new_object(connection))) {
366 char* name_text = NULL;
367 char* signconf_path_text = NULL;
368 char* input_adapter_type_text = NULL;
369 char* input_adapter_uri_text = NULL;
370 char* output_adapter_type_text = NULL;
371 char* output_adapter_uri_text = NULL;
380 if (zone_copy->
name) {
381 if (!(name_text = strdup(zone_copy->
name))) {
386 if (!(signconf_path_text = strdup(zone_copy->
signconf_path))) {
398 if (signconf_path_text) {
399 free(signconf_path_text);
409 if (signconf_path_text) {
410 free(signconf_path_text);
412 if (input_adapter_type_text) {
413 free(input_adapter_type_text);
423 if (signconf_path_text) {
424 free(signconf_path_text);
426 if (input_adapter_type_text) {
427 free(input_adapter_type_text);
429 if (input_adapter_uri_text) {
430 free(input_adapter_uri_text);
440 if (signconf_path_text) {
441 free(signconf_path_text);
443 if (input_adapter_type_text) {
444 free(input_adapter_type_text);
446 if (input_adapter_uri_text) {
447 free(input_adapter_uri_text);
449 if (output_adapter_type_text) {
450 free(output_adapter_type_text);
459 if (signconf_path_text) {
460 free(signconf_path_text);
462 if (input_adapter_type_text) {
463 free(input_adapter_type_text);
465 if (input_adapter_uri_text) {
466 free(input_adapter_uri_text);
468 if (output_adapter_type_text) {
469 free(output_adapter_type_text);
471 if (output_adapter_uri_text) {
472 free(output_adapter_uri_text);
480 if (signconf_path_text) {
481 free(signconf_path_text);
483 if (input_adapter_type_text) {
484 free(input_adapter_type_text);
486 if (input_adapter_uri_text) {
487 free(input_adapter_uri_text);
489 if (output_adapter_type_text) {
490 free(output_adapter_type_text);
492 if (output_adapter_uri_text) {
493 free(output_adapter_uri_text);
501 if (signconf_path_text) {
502 free(signconf_path_text);
504 if (input_adapter_type_text) {
505 free(input_adapter_type_text);
507 if (input_adapter_uri_text) {
508 free(input_adapter_uri_text);
510 if (output_adapter_type_text) {
511 free(output_adapter_type_text);
513 if (output_adapter_uri_text) {
514 free(output_adapter_uri_text);
528 if (signconf_path_text) {
529 free(signconf_path_text);
531 if (input_adapter_type_text) {
532 free(input_adapter_type_text);
534 if (input_adapter_uri_text) {
535 free(input_adapter_uri_text);
537 if (output_adapter_type_text) {
538 free(output_adapter_type_text);
540 if (output_adapter_uri_text) {
541 free(output_adapter_uri_text);
553 if (signconf_path_text) {
554 free(signconf_path_text);
556 if (input_adapter_type_text) {
557 free(input_adapter_type_text);
559 if (input_adapter_uri_text) {
560 free(input_adapter_uri_text);
562 if (output_adapter_type_text) {
563 free(output_adapter_type_text);
565 if (output_adapter_uri_text) {
566 free(output_adapter_uri_text);
580 if (signconf_path_text) {
581 free(signconf_path_text);
583 if (input_adapter_type_text) {
584 free(input_adapter_type_text);
586 if (input_adapter_uri_text) {
587 free(input_adapter_uri_text);
589 if (output_adapter_type_text) {
590 free(output_adapter_type_text);
592 if (output_adapter_uri_text) {
593 free(output_adapter_uri_text);
607 if (signconf_path_text) {
608 free(signconf_path_text);
610 if (input_adapter_type_text) {
611 free(input_adapter_type_text);
613 if (input_adapter_uri_text) {
614 free(input_adapter_uri_text);
616 if (output_adapter_type_text) {
617 free(output_adapter_type_text);
619 if (output_adapter_uri_text) {
620 free(output_adapter_uri_text);
627 zone->
name = name_text;
947 if (!(new_name = strdup(name_text))) {
954 zone->
name = new_name;
970 char* new_signconf_path;
975 if (!signconf_path_text) {
979 if (!(new_signconf_path = strdup(signconf_path_text))) {
1062 char* new_input_adapter_type;
1067 if (!input_adapter_type_text) {
1071 if (!(new_input_adapter_type = strdup(input_adapter_type_text))) {
1084 char* new_input_adapter_uri;
1089 if (!input_adapter_uri_text) {
1093 if (!(new_input_adapter_uri = strdup(input_adapter_uri_text))) {
1106 char* new_output_adapter_type;
1111 if (!output_adapter_type_text) {
1115 if (!(new_output_adapter_type = strdup(output_adapter_type_text))) {
1128 char* new_output_adapter_uri;
1133 if (!output_adapter_uri_text) {
1137 if (!(new_output_adapter_uri = strdup(output_adapter_uri_text))) {
1951 if (!(zone_list->
dbo = __zone_db_new_object(connection))) {
1963 if (!from_zone_list) {
1966 if (!from_zone_list->
dbo) {
1993 if (zone_list->
dbo) {
1999 if (zone_list->
zone) {
2023 if (!from_zone_list) {
2078 static int zone_list_db_get_associated(
zone_list_db_t* zone_list) {
2095 if (!zone_list->
dbo) {
2120 while (clause_walk) {
2166 while (policy_policy_id) {
2369 if (!zone_list->
dbo) {
2395 && zone_list_db_get_associated(zone_list))
2428 if (!zone_list->
dbo) {
2454 && zone_list_db_get_associated(zone_list))
2469 if (!zone_list->
dbo) {
2517 && zone_list_db_get_associated(zone_list))
2592 if (!zone_list->
zone) {
2600 return zone_list->
zone;
2658 if (!zone_list->
zone) {
2666 return zone_list->
zone;