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 268 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, xmlNode *xml_obj, const char *set_name, top 63 include/crm/pengine/rules_compat.h void unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, top 657 lib/cib/cib_ops.c xmlNode *top = getXpathResult(xpathObj, lpc); top 659 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_GENERATION) != NULL) { top 663 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_GENERATION_ADMIN) != NULL) { top 668 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_VALIDATION) != NULL) { top 672 lib/cib/cib_ops.c if (crm_element_value(top, XML_ATTR_CRM_VERSION) != NULL) { top 676 lib/cib/cib_ops.c if (crm_element_value(top, "remote-clear-port") != NULL) { top 680 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 228 lib/cib/cib_utils.c top = current_cib; top 431 lib/cib/cib_utils.c free_xml(top); top 1017 lib/common/patchset.c search_v2_xpath(const xmlNode *top, const char *key, int target_position) top 1019 lib/common/patchset.c xmlNode *target = (xmlNode *) top->doc; top 447 lib/common/xml.c xmlNode *top = NULL; top 456 lib/common/xml.c top = xmlDocGetRootElement(xml->doc); top 466 lib/common/xml.c accept_attr_deletions(top); top 818 lib/common/xml.c xmlNode *top = NULL; top 824 lib/common/xml.c top = xmlDocGetRootElement(doc); top 827 lib/common/xml.c if (doc != NULL && top == child) { top 3002 lib/common/xml.c expand_idref(xmlNode * input, xmlNode * top) top 3011 lib/common/xml.c } else if (top == NULL) { top 3012 lib/common/xml.c top = input; top 3021 lib/common/xml.c result = get_xpath_object(xpath_string, top, LOG_ERR); top 3023 lib/common/xml.c char *nodePath = (char *)xmlGetNodePath(top); top 613 lib/pacemaker/pcmk_injections.c xmlNode *top = create_xml_node(NULL, XML_TAG_CIB); top 616 lib/pacemaker/pcmk_injections.c crm_xml_add(top, XML_ATTR_HAVE_QUORUM, injections->quorum); top 618 lib/pacemaker/pcmk_injections.c rc = cib->cmds->modify(cib, NULL, top, cib_sync_call|cib_scope_local); top 116 lib/pacemaker/pcmk_sched_fencing.c pe_resource_t *top = uber_parent(rsc); top 139 lib/pacemaker/pcmk_sched_fencing.c parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); top 847 lib/pacemaker/pcmk_sched_primitive.c pe_resource_t *top = NULL; top 861 lib/pacemaker/pcmk_sched_primitive.c top = uber_parent(rsc); top 880 lib/pacemaker/pcmk_sched_primitive.c if (pcmk_is_set(top->flags, pe_rsc_promotable) top 158 lib/pacemaker/pcmk_sched_probes.c pe_resource_t *top = uber_parent(rsc); top 206 lib/pacemaker/pcmk_sched_probes.c if (rsc->exclusive_discover || top->exclusive_discover) { top 237 lib/pacemaker/pcmk_sched_probes.c probe_then_start(guest, top); top 245 lib/pacemaker/pcmk_sched_probes.c NULL, top, pcmk__op_key(top->id, RSC_START, 0), top 259 lib/pacemaker/pcmk_sched_probes.c || !pe_rsc_is_clone(top)) { top 260 lib/pacemaker/pcmk_sched_probes.c top = rsc; top 273 lib/pacemaker/pcmk_sched_probes.c top, pcmk__op_key(top->id, RSC_START, 0), NULL, top 275 lib/pacemaker/pcmk_sched_probes.c pcmk__new_ordering(rsc, NULL, probe, top, reload_key(rsc), NULL, top 665 lib/pengine/bundle.c pe_resource_t *top = remote; top 668 lib/pengine/bundle.c if (top == NULL) { top 672 lib/pengine/bundle.c while (top->parent != NULL) { top 673 lib/pengine/bundle.c top = top->parent; top 676 lib/pengine/bundle.c get_bundle_variant_data(bundle_data, top); top 349 lib/pengine/rules.c populate_hash(xmlNode * nvpair_list, GHashTable * hash, gboolean overwrite, xmlNode * top) top 366 lib/pengine/rules.c xmlNode *ref_nvpair = expand_idref(an_attr, top); top 410 lib/pengine/rules.c xmlNode *top; top 427 lib/pengine/rules.c populate_hash(pair->attr_set, unpack_data->hash, unpack_data->overwrite, unpack_data->top); top 442 lib/pengine/rules.c make_pairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 457 lib/pengine/rules.c xmlNode *expanded_attr_set = expand_idref(attr_set, top); top 493 lib/pengine/rules.c unpack_nvpair_blocks(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 498 lib/pengine/rules.c GList *pairs = make_pairs(top, xml_obj, set_name, always_first); top 505 lib/pengine/rules.c .top = top, top 515 lib/pengine/rules.c pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name, top 520 lib/pengine/rules.c unpack_nvpair_blocks(top, xml_obj, set_name, hash, always_first, top 538 lib/pengine/rules.c pe_unpack_nvpairs(xmlNode *top, xmlNode *xml_obj, const char *set_name, top 552 lib/pengine/rules.c pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash, top 1262 lib/pengine/rules.c unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, const char *set_name, top 1276 lib/pengine/rules.c unpack_nvpair_blocks(top, xml_obj, set_name, hash, always_first, top 1732 lib/pengine/unpack.c pe_resource_t *top = pe__create_clone_child(parent, data_set); top 1735 lib/pengine/unpack.c pe_resource_t *orphan = top->fns->find_rsc(top, rsc_id, NULL, pe_find_clone); top 1738 lib/pengine/unpack.c top->id, parent->id, rsc_id, pe__node_name(node)); top 2562 lib/pengine/unpack.c pe_resource_t *top = uber_parent(rsc); top 2564 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)