rsc_op_xpath      203 crmd/te_callbacks.c         char *rsc_op_xpath = NULL;
rsc_op_xpath      213 crmd/te_callbacks.c         rsc_op_xpath = calloc(1, path_max);
rsc_op_xpath      214 crmd/te_callbacks.c         snprintf(rsc_op_xpath, path_max, rsc_op_template, op_id);
rsc_op_xpath      216 crmd/te_callbacks.c         op_match = xpath_search(diff, rsc_op_xpath);
rsc_op_xpath      223 crmd/te_callbacks.c                 crm_debug("No match for deleted action %s (%s on %s)", rsc_op_xpath, op_id,
rsc_op_xpath      227 crmd/te_callbacks.c                 free(rsc_op_xpath);
rsc_op_xpath      237 crmd/te_callbacks.c         free(rsc_op_xpath);