Lines Matching refs:cpg
2187 rc_node_setup_cpg(rc_node_t *cpg, rc_node_t *pg1, rc_node_t *pg2)
2192 cpg->rn_id.rl_type = REP_PROTOCOL_ENTITY_CPROPERTYGRP;
2193 cpg->rn_name = strdup(pg1->rn_name);
2194 if (cpg->rn_name == NULL)
2197 cpg->rn_cchain[0] = pg1;
2198 cpg->rn_cchain[1] = pg2;
3273 rc_node_t *cpg = NULL;
3282 cpg = np;
3320 if (nnp != np && cpg == NULL)
3329 if (nnp != np && cpg == NULL)
6504 * level with the same name. If so, return a cpg.
6548 rc_node_t *cpg;
6552 cpg = rc_node_alloc();
6553 if (cpg == NULL) {
6562 switch (rc_node_setup_cpg(cpg, res, pg)) {
6564 res = cpg;
6571 rc_node_destroy(cpg);
6587 rc_node_destroy(cpg);