top                31 devel/scratch.c     xmlNode *top = NULL;
top                50 devel/scratch.c     top = pcmk__xml_read(xml_file);
top                51 devel/scratch.c     free_xml(top);
top                75 include/crm/common/xml.h xmlNode *expand_idref(xmlNode * input, xmlNode * top);
top                23 include/crm/pengine/rules.h void pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top                28 include/crm/pengine/rules.h void pe_unpack_nvpairs(xmlNode *top, const xmlNode *xml_obj,
top                90 include/crm/pengine/rules_compat.h void unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj,
top               728 lib/cib/cib_ops.c         xmlNode *top = getXpathResult(xpathObj, lpc);
top               730 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_EPOCH) != NULL) {
top               734 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_ADMIN_EPOCH) != NULL) {
top               739 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_VALIDATE_WITH) != NULL) {
top               743 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_CRM_FEATURE_SET) != NULL) {
top               747 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_REMOTE_CLEAR_PORT) != NULL) {
top               751 lib/cib/cib_ops.c         if (crm_element_value(top, PCMK_XA_REMOTE_TLS_PORT) != NULL) {
top               341 lib/cib/cib_utils.c     xmlNode *top = NULL;
top               417 lib/cib/cib_utils.c         top = pcmk__xe_create(NULL, (const char *) scratch->name);
top               418 lib/cib/cib_utils.c         pcmk__xe_copy_attrs(top, scratch, pcmk__xaf_none);
top               419 lib/cib/cib_utils.c         patchset_cib = top;
top               655 lib/cib/cib_utils.c     free_xml(top);
top              1530 lib/common/options.c     xmlNode *top = NULL;
top              1549 lib/common/options.c     tmp_out->finish(tmp_out, CRM_EX_OK, false, (void **) &top);
top              1550 lib/common/options.c     metadata = pcmk__xe_first_child(top, PCMK_XE_RESOURCE_AGENT, NULL, NULL);
top              1559 lib/common/options.c     free_xml(top);
top              1028 lib/common/patchset.c search_v2_xpath(const xmlNode *top, const char *key, int target_position)
top              1030 lib/common/patchset.c     xmlNode *target = (xmlNode *) top->doc;
top               445 lib/common/xml.c     xmlNode *top = NULL;
top               454 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
top               464 lib/common/xml.c     pcmk__xml_tree_foreach(top, accept_attr_deletions, NULL);
top              2170 lib/common/xml.c expand_idref(xmlNode * input, xmlNode * top)
top              2185 lib/common/xml.c     if (top == NULL) {
top              2186 lib/common/xml.c         top = input;
top              2190 lib/common/xml.c     result = get_xpath_object(xpath, top, LOG_DEBUG);
top               644 lib/pacemaker/pcmk_injections.c         xmlNode *top = pcmk__xe_create(NULL, PCMK_XE_CIB);
top               647 lib/pacemaker/pcmk_injections.c         crm_xml_add(top, PCMK_XA_HAVE_QUORUM, injections->quorum);
top               649 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               313 lib/pacemaker/pcmk_sched_group.c     const pcmk_resource_t *top = NULL;
top               330 lib/pacemaker/pcmk_sched_group.c     top = pe__const_top_resource(rsc, false);
top               334 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               208 lib/pacemaker/pcmk_sched_probes.c     if (rsc->exclusive_discover || top->exclusive_discover) {
top               239 lib/pacemaker/pcmk_sched_probes.c             probe_then_start(guest, top);
top               248 lib/pacemaker/pcmk_sched_probes.c                                NULL, top,
top               249 lib/pacemaker/pcmk_sched_probes.c                                pcmk__op_key(top->id, PCMK_ACTION_START, 0),
top               263 lib/pacemaker/pcmk_sched_probes.c     if (!pcmk__is_clone(top)) {
top               264 lib/pacemaker/pcmk_sched_probes.c         top = rsc;
top               271 lib/pacemaker/pcmk_sched_probes.c         && (top->running_on == NULL)) {
top               277 lib/pacemaker/pcmk_sched_probes.c                        top, pcmk__op_key(top->id, PCMK_ACTION_START, 0), NULL,
top               279 lib/pacemaker/pcmk_sched_probes.c     pcmk__new_ordering(rsc, NULL, probe, top, reload_key(rsc), NULL,
top               132 lib/pengine/bundle.c     const pcmk_resource_t *top = pe__const_top_resource(instance, true);
top               134 lib/pengine/bundle.c     if (!pcmk__is_bundle(top)) {
top               137 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               245 lib/pengine/rules.c pe_eval_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top               282 lib/pengine/rules.c pe_unpack_nvpairs(xmlNode *top, const xmlNode *xml_obj, const char *set_name,
top               449 lib/pengine/rules.c unpack_instance_attributes(xmlNode *top, xmlNode *xml_obj, const char *set_name,
top              2081 lib/pengine/unpack.c     pcmk_resource_t *top = pe__create_clone_child(parent, scheduler);
top              2084 lib/pengine/unpack.c     pcmk_resource_t *orphan = top->fns->find_rsc(top, rsc_id, NULL,
top              2088 lib/pengine/unpack.c                     top->id, parent->id, rsc_id, pcmk__node_name(node));
top              2942 lib/pengine/unpack.c     const pcmk_resource_t *top = pe__const_top_resource(rsc, false);
top              2944 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)