top 31 devel/scratch.c xmlNode *top = NULL; top 50 devel/scratch.c top = filename2xml(xml_file); top 51 devel/scratch.c free_xml(top); top 264 include/crm/common/xml.h xmlNode *expand_idref(xmlNode * input, xmlNode * top); top 51 include/crm/pengine/rules.h void pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 56 include/crm/pengine/rules.h void pe_unpack_nvpairs(xmlNode *top, const xmlNode *xml_obj, top 63 include/crm/pengine/rules_compat.h void unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, top 692 lib/cib/cib_ops.c xmlNode *top = getXpathResult(xpathObj, lpc); top 694 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_GENERATION) != NULL) { top 698 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_GENERATION_ADMIN) != NULL) { top 703 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_VALIDATION) != NULL) { top 707 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_CRM_VERSION) != NULL) { top 711 lib/cib/cib_ops.c if (crm_element_value(top, "remote-clear-port") != NULL) { top 715 lib/cib/cib_ops.c if (crm_element_value(top, "remote-tls-port") != NULL) { top 152 lib/cib/cib_utils.c xmlNode *top = NULL; top 230 lib/cib/cib_utils.c top = current_cib; top 462 lib/cib/cib_utils.c free_xml(top); top 796 lib/common/patchset.c search_v2_xpath(const xmlNode *top, const char *key, int target_position) top 798 lib/common/patchset.c xmlNode *target = (xmlNode *) top->doc; top 381 lib/common/xml.c xmlNode *top = NULL; top 390 lib/common/xml.c top = xmlDocGetRootElement(xml->doc); top 400 lib/common/xml.c accept_attr_deletions(top); top 746 lib/common/xml.c xmlNode *top = NULL; top 752 lib/common/xml.c top = xmlDocGetRootElement(doc); top 755 lib/common/xml.c if (doc != NULL && top == child) { top 2593 lib/common/xml.c expand_idref(xmlNode * input, xmlNode * top) top 2602 lib/common/xml.c } else if (top == NULL) { top 2603 lib/common/xml.c top = input; top 2613 lib/common/xml.c result = get_xpath_object(xpath_string, top, LOG_ERR); top 2615 lib/common/xml.c char *nodePath = (char *)xmlGetNodePath(top); top 646 lib/pacemaker/pcmk_injections.c xmlNode *top = create_xml_node(NULL, XML_TAG_CIB); top 649 lib/pacemaker/pcmk_injections.c crm_xml_add(top, XML_ATTR_HAVE_QUORUM, injections->quorum); top 651 lib/pacemaker/pcmk_injections.c rc = cib->cmds->modify(cib, NULL, top, cib_sync_call|cib_scope_local); top 593 lib/pacemaker/pcmk_sched_bundle.c const pe_resource_t *top = pe__const_top_resource(instance, true); top 595 lib/pacemaker/pcmk_sched_bundle.c if ((top == NULL) || (top->variant != pe_container)) { top 598 lib/pacemaker/pcmk_sched_bundle.c get_bundle_variant_data(data, top); top 112 lib/pacemaker/pcmk_sched_fencing.c pe_resource_t *top = uber_parent(rsc); top 135 lib/pacemaker/pcmk_sched_fencing.c parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); top 159 lib/pacemaker/pcmk_sched_probes.c pe_resource_t *top = uber_parent(rsc); top 207 lib/pacemaker/pcmk_sched_probes.c if (rsc->exclusive_discover || top->exclusive_discover) { top 238 lib/pacemaker/pcmk_sched_probes.c probe_then_start(guest, top); top 246 lib/pacemaker/pcmk_sched_probes.c NULL, top, pcmk__op_key(top->id, RSC_START, 0), top 260 lib/pacemaker/pcmk_sched_probes.c if (!pe_rsc_is_clone(top)) { top 261 lib/pacemaker/pcmk_sched_probes.c top = rsc; top 268 lib/pacemaker/pcmk_sched_probes.c && (top->running_on == NULL)) { top 274 lib/pacemaker/pcmk_sched_probes.c top, pcmk__op_key(top->id, RSC_START, 0), NULL, top 276 lib/pacemaker/pcmk_sched_probes.c pcmk__new_ordering(rsc, NULL, probe, top, reload_key(rsc), NULL, top 700 lib/pengine/bundle.c pe_resource_t *top = remote; top 703 lib/pengine/bundle.c if (top == NULL) { top 707 lib/pengine/bundle.c while (top->parent != NULL) { top 708 lib/pengine/bundle.c top = top->parent; top 711 lib/pengine/bundle.c get_bundle_variant_data(bundle_data, top); top 355 lib/pengine/rules.c populate_hash(xmlNode * nvpair_list, GHashTable * hash, gboolean overwrite, xmlNode * top) top 372 lib/pengine/rules.c xmlNode *ref_nvpair = expand_idref(an_attr, top); top 416 lib/pengine/rules.c xmlNode *top; top 433 lib/pengine/rules.c populate_hash(pair->attr_set, unpack_data->hash, unpack_data->overwrite, unpack_data->top); top 448 lib/pengine/rules.c make_pairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 463 lib/pengine/rules.c xmlNode *expanded_attr_set = expand_idref(attr_set, top); top 497 lib/pengine/rules.c pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 502 lib/pengine/rules.c GList *pairs = make_pairs(top, xml_obj, set_name, always_first); top 509 lib/pengine/rules.c .top = top, top 532 lib/pengine/rules.c pe_unpack_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 546 lib/pengine/rules.c pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash, top 1297 lib/pengine/rules.c unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, const char *set_name, top 1311 lib/pengine/rules.c pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash, always_first, top 1751 lib/pengine/unpack.c pe_resource_t *top = pe__create_clone_child(parent, data_set); top 1754 lib/pengine/unpack.c pe_resource_t *orphan = top->fns->find_rsc(top, rsc_id, NULL, pe_find_clone); top 1757 lib/pengine/unpack.c top->id, parent->id, rsc_id, pe__node_name(node)); top 2580 lib/pengine/unpack.c const pe_resource_t *top = pe__const_top_resource(rsc, false); top 2582 lib/pengine/unpack.c if (top && pcmk_is_set(top->flags, pe_rsc_promotable)) { top 135 maint/gnulib/lib/getopt.c int top = d->optind; top 143 maint/gnulib/lib/getopt.c while (top > middle && middle > bottom) top 145 maint/gnulib/lib/getopt.c if (top - middle > middle - bottom) top 155 maint/gnulib/lib/getopt.c argv[bottom + i] = argv[top - (middle - bottom) + i]; top 156 maint/gnulib/lib/getopt.c argv[top - (middle - bottom) + i] = tem; top 159 maint/gnulib/lib/getopt.c top -= len; top 164 maint/gnulib/lib/getopt.c int len = top - middle; top 68 maint/gnulib/lib/qsort.c #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) top 69 maint/gnulib/lib/qsort.c #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) top 70 maint/gnulib/lib/qsort.c #define STACK_NOT_EMPTY (stack < top) top 114 maint/gnulib/lib/qsort.c stack_node *top = stack; top 1658 maint/gnulib/lib/regexec.c Idx top = mctx->state_log_top; top 1671 maint/gnulib/lib/regexec.c if (top < next_state_log_idx) top 1674 maint/gnulib/lib/regexec.c memset (mctx->state_log + top + 1, '\0', top 1675 maint/gnulib/lib/regexec.c sizeof (re_dfastate_t *) * (next_state_log_idx - top)); top 4049 maint/gnulib/lib/regexec.c re_sub_match_top_t *top = mctx->sub_tops[st_idx]; top 4050 maint/gnulib/lib/regexec.c for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx) top 4052 maint/gnulib/lib/regexec.c re_sub_match_last_t *last = top->lasts[sl_idx]; top 4056 maint/gnulib/lib/regexec.c re_free (top->lasts); top 4057 maint/gnulib/lib/regexec.c if (top->path) top 4059 maint/gnulib/lib/regexec.c re_free (top->path->array); top 4060 maint/gnulib/lib/regexec.c re_free (top->path); top 4062 maint/gnulib/lib/regexec.c re_free (top); top 148 maint/gnulib/lib/stack.h _GL_STACK_PREFIX (top) (const _GL_STACK_TYPE *stack)