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               255 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               826 lib/cib/cib_ops.c         xmlNode *top = getXpathResult(xpathObj, lpc);
top               828 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_GENERATION) != NULL) {
top               832 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_GENERATION_ADMIN) != NULL) {
top               837 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_VALIDATION) != NULL) {
top               841 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_CRM_VERSION) != NULL) {
top               845 lib/cib/cib_ops.c         if (crm_element_value(top, "remote-clear-port") != NULL) {
top               849 lib/cib/cib_ops.c         if (crm_element_value(top, "remote-tls-port") != NULL) {
top               351 lib/cib/cib_utils.c     xmlNode *top = NULL;
top               428 lib/cib/cib_utils.c         top = create_xml_node(NULL, (const char *) scratch->name);
top               429 lib/cib/cib_utils.c         copy_in_properties(top, scratch);
top               430 lib/cib/cib_utils.c         patchset_cib = top;
top               667 lib/cib/cib_utils.c     free_xml(top);
top               795 lib/common/patchset.c search_v2_xpath(const xmlNode *top, const char *key, int target_position)
top               797 lib/common/patchset.c     xmlNode *target = (xmlNode *) top->doc;
top               361 lib/common/xml.c     xmlNode *top = NULL;
top               370 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
top               380 lib/common/xml.c     accept_attr_deletions(top);
top               716 lib/common/xml.c         xmlNode *top = NULL;
top               722 lib/common/xml.c             top = xmlDocGetRootElement(doc);
top               725 lib/common/xml.c         if (doc != NULL && top == child) {
top              2555 lib/common/xml.c expand_idref(xmlNode * input, xmlNode * top)
top              2563 lib/common/xml.c     } else if (top == NULL) {
top              2564 lib/common/xml.c         top = input;
top              2572 lib/common/xml.c         result = get_xpath_object(xpath_string, top, LOG_ERR);
top              2574 lib/common/xml.c             char *nodePath = (char *)xmlGetNodePath(top);
top               513 lib/pacemaker/libpacemaker_private.h     const pcmk_resource_t *top = pe__const_top_resource(rsc, false);
top               516 lib/pacemaker/libpacemaker_private.h                             && (top == pe__bundled_resource(rsc));
top               650 lib/pacemaker/pcmk_injections.c         xmlNode *top = create_xml_node(NULL, XML_TAG_CIB);
top               653 lib/pacemaker/pcmk_injections.c         crm_xml_add(top, XML_ATTR_HAVE_QUORUM, injections->quorum);
top               655 lib/pacemaker/pcmk_injections.c         rc = cib->cmds->modify(cib, NULL, top, cib_sync_call|cib_scope_local);
top               115 lib/pacemaker/pcmk_sched_fencing.c     pcmk_resource_t *top = uber_parent(rsc);
top               138 lib/pacemaker/pcmk_sched_fencing.c         parent_stop = find_first_action(top->actions, NULL, PCMK_ACTION_STOP,
top               309 lib/pacemaker/pcmk_sched_group.c     const pcmk_resource_t *top = NULL;
top               326 lib/pacemaker/pcmk_sched_group.c     top = pe__const_top_resource(rsc, false);
top               330 lib/pacemaker/pcmk_sched_group.c     member_data.promotable = pcmk_is_set(top->flags, pcmk_rsc_promotable);
top               162 lib/pacemaker/pcmk_sched_probes.c     pcmk_resource_t *top = uber_parent(rsc);
top               210 lib/pacemaker/pcmk_sched_probes.c     if (rsc->exclusive_discover || top->exclusive_discover) {
top               241 lib/pacemaker/pcmk_sched_probes.c             probe_then_start(guest, top);
top               250 lib/pacemaker/pcmk_sched_probes.c                                NULL, top,
top               251 lib/pacemaker/pcmk_sched_probes.c                                pcmk__op_key(top->id, PCMK_ACTION_START, 0),
top               265 lib/pacemaker/pcmk_sched_probes.c     if (!pe_rsc_is_clone(top)) {
top               266 lib/pacemaker/pcmk_sched_probes.c         top = rsc;
top               273 lib/pacemaker/pcmk_sched_probes.c         && (top->running_on == NULL)) {
top               279 lib/pacemaker/pcmk_sched_probes.c                        top, pcmk__op_key(top->id, PCMK_ACTION_START, 0), NULL,
top               281 lib/pacemaker/pcmk_sched_probes.c     pcmk__new_ordering(rsc, NULL, probe, top, reload_key(rsc), NULL,
top               134 lib/pengine/bundle.c     const pcmk_resource_t *top = pe__const_top_resource(instance, true);
top               136 lib/pengine/bundle.c     if ((top == NULL) || (top->variant != pcmk_rsc_variant_bundle)) {
top               139 lib/pengine/bundle.c     get_bundle_variant_data(data, top);
top               895 lib/pengine/bundle.c     pcmk_resource_t *top = remote;
top               898 lib/pengine/bundle.c     if (top == NULL) {
top               902 lib/pengine/bundle.c     while (top->parent != NULL) {
top               903 lib/pengine/bundle.c         top = top->parent;
top               906 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, top);
top               358 lib/pengine/rules.c populate_hash(xmlNode * nvpair_list, GHashTable * hash, gboolean overwrite, xmlNode * top)
top               374 lib/pengine/rules.c             xmlNode *ref_nvpair = expand_idref(an_attr, top);
top               418 lib/pengine/rules.c     xmlNode *top;
top               435 lib/pengine/rules.c     populate_hash(pair->attr_set, unpack_data->hash, unpack_data->overwrite, unpack_data->top);
top               450 lib/pengine/rules.c make_pairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top               465 lib/pengine/rules.c             xmlNode *expanded_attr_set = expand_idref(attr_set, top);
top               500 lib/pengine/rules.c pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top               505 lib/pengine/rules.c     GList *pairs = make_pairs(top, xml_obj, set_name, always_first, overwrite);
top               512 lib/pengine/rules.c             .top = top,
top               535 lib/pengine/rules.c pe_unpack_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top               549 lib/pengine/rules.c     pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash,
top              1300 lib/pengine/rules.c unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, const char *set_name,
top              1314 lib/pengine/rules.c     pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash, always_first,
top              1958 lib/pengine/unpack.c     pcmk_resource_t *top = pe__create_clone_child(parent, scheduler);
top              1961 lib/pengine/unpack.c     pcmk_resource_t *orphan = top->fns->find_rsc(top, rsc_id, NULL,
top              1965 lib/pengine/unpack.c                  top->id, parent->id, rsc_id, pe__node_name(node));
top              2808 lib/pengine/unpack.c     const pcmk_resource_t *top = pe__const_top_resource(rsc, false);
top              2810 lib/pengine/unpack.c     if (top && pcmk_is_set(top->flags, pcmk_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)