max               597 daemons/based/based_callbacks.c         const char *max = crm_element_value(request, PCMK__XA_CIB_SCHEMA_MAX);
max               604 daemons/based/based_callbacks.c                   pcmk__s(max, "none"), pcmk__s(upgrade_rc, "none"));
max               610 daemons/based/based_callbacks.c         } else if ((max == NULL) && based_is_primary) {
max               614 daemons/based/based_callbacks.c         } else if(max) {
max               374 daemons/controld/controld_schedulerd.c     int max = 0;
max               390 daemons/controld/controld_schedulerd.c     max = numXpathResults(xpathObj);
max               393 daemons/controld/controld_schedulerd.c     for (lpc = 0; lpc < max; lpc++) {
max               400 daemons/controld/controld_schedulerd.c     if(max == 0) {
max                37 daemons/controld/controld_throttle.c     int max;
max               411 daemons/controld/controld_throttle.c     long long max = 0LL;
max               417 daemons/controld/controld_throttle.c         int rc = pcmk__scan_ll(env_limit, &max, 0LL);
max               428 daemons/controld/controld_throttle.c         CRM_LOG_ASSERT(pcmk__scan_ll(preference, &max, 0LL) == pcmk_rc_ok);
max               431 daemons/controld/controld_throttle.c     if (max > 0) {
max               432 daemons/controld/controld_throttle.c         throttle_job_max = (max >= INT_MAX)? INT_MAX : (int) max;
max               534 daemons/controld/controld_throttle.c         r->max = throttle_job_max;
max               546 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 4);
max               549 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 2);
max               552 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max);
max               564 daemons/controld/controld_throttle.c     int max = 0;
max               570 daemons/controld/controld_throttle.c     crm_element_value_int(xml, PCMK__XA_CRM_LIMIT_MAX, &max);
max               580 daemons/controld/controld_throttle.c     r->max = max;
max               584 daemons/controld/controld_throttle.c               from, load2str((enum throttle_state_e) mode), max,
max               119 daemons/fenced/fenced_cib.c     int max = numXpathResults(xpathObj), lpc = 0;
max               121 daemons/fenced/fenced_cib.c     for (lpc = 0; lpc < max; lpc++) {
max               775 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
max               782 daemons/fenced/fenced_commands.c     max = strlen(hostmap);
max               783 daemons/fenced/fenced_commands.c     for (; lpc <= max; lpc++) {
max               929 daemons/fenced/fenced_commands.c     int max = 0;
max               937 daemons/fenced/fenced_commands.c     max = numXpathResults(xpath);
max               939 daemons/fenced/fenced_commands.c     if (max <= 0) {
max               944 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc < max; lpc++) {
max              1569 daemons/fenced/fenced_commands.c     int max = 0;
max              1577 daemons/fenced/fenced_commands.c     max = strlen(devices);
max              1578 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc <= max; lpc++) {
max              1842 daemons/fenced/fenced_commands.c     int max = g_list_length(list);
max              1844 daemons/fenced/fenced_commands.c     size_t alloc_size = 1 + (max?((max-1+(terminate_with_delim?1:0))*delim_len):0);
max              1867 daemons/fenced/fenced_commands.c     if (max && terminate_with_delim) {
max               125 daemons/pacemakerd/pcmkd_corosync.c #define cs_repeat(counter, max, code) do {		\
max               134 daemons/pacemakerd/pcmkd_corosync.c     } while(counter < max)
max                28 include/crm/common/io_internal.h                                  unsigned int sequence, int max);
max                50 include/crm/common/strings_internal.h int pcmk__compress(const char *data, unsigned int length, unsigned int max,
max               671 lib/cib/cib_ops.c     int max = 0;
max               685 lib/cib/cib_ops.c     max = numXpathResults(xpathObj);
max               687 lib/cib/cib_ops.c     if ((max < 1)
max               691 lib/cib/cib_ops.c     } else if (max < 1) {
max               696 lib/cib/cib_ops.c         if (max > 1) {
max               706 lib/cib/cib_ops.c     for (lpc = 0; lpc < max; lpc++) {
max                86 lib/cluster/cpg.c #define cs_repeat(rc, counter, max, code) do {                          \
max                95 lib/cluster/cpg.c     } while (counter < max)
max               228 lib/common/acl.c         int max = 0, lpc = 0;
max               232 lib/common/acl.c         max = numXpathResults(xpathObj);
max               234 lib/common/acl.c         for (lpc = 0; lpc < max; lpc++) {
max               252 lib/common/acl.c                   acl_to_text(acl->mode), acl->xpath, max,
max               253 lib/common/acl.c                   ((max == 1)? "" : "es"));
max               450 lib/common/acl.c         int max = 0;
max               460 lib/common/acl.c             max = numXpathResults(xpathObj);
max               461 lib/common/acl.c             for(lpc = 0; lpc < max; lpc++) {
max               472 lib/common/acl.c                       user, acl->xpath, max,
max               473 lib/common/acl.c                       pcmk__plural_alt(max, "match", "matches"));
max               306 lib/common/crmcommon_private.h unsigned int pcmk__ipc_buffer_size(unsigned int max);
max               184 lib/common/io.c                             unsigned int sequence, int max)
max               193 lib/common/io.c     if (max == 0) {
max               196 lib/common/io.c     if (max > 0 && sequence >= max) {
max                31 lib/common/ipc_common.c pcmk__ipc_buffer_size(unsigned int max)
max                41 lib/common/ipc_common.c             max = QB_MAX(max, env_value);
max                44 lib/common/ipc_common.c                      max, env_value_s, pcmk_rc_str(rc));
max                48 lib/common/ipc_common.c             max = QB_MAX(max, env_value);
max                51 lib/common/ipc_common.c                      max, env_value_s);
max                55 lib/common/ipc_common.c             max = QB_MAX(max, env_value);
max                58 lib/common/ipc_common.c                       max, env_value_s);
max                62 lib/common/ipc_common.c             max = UINT_MAX;
max                65 lib/common/ipc_common.c                       max, env_value_s);
max                69 lib/common/ipc_common.c     if (env_value > max) {
max                76 lib/common/ipc_common.c                   env_value, source, max);
max                77 lib/common/ipc_common.c         max = env_value;
max                79 lib/common/ipc_common.c     return max;
max               724 lib/common/mainloop.c             int max = 10;
max               744 lib/common/mainloop.c             } while ((rc == G_SOURCE_CONTINUE) && (read_rc > 0) && --max > 0);
max               365 lib/common/schemas.c     int lpc, max;
max               369 lib/common/schemas.c     max = scandir(dir, &namelist, schema_filter, schema_cmp_directory);
max               370 lib/common/schemas.c     if (max < 0) {
max               378 lib/common/schemas.c     for (lpc = 0; lpc < max; lpc++) {
max               406 lib/common/schemas.c     for (lpc = 0; lpc < max; lpc++) {
max               839 lib/common/strings.c pcmk__compress(const char *data, unsigned int length, unsigned int max,
max               850 lib/common/strings.c     if (max == 0) {
max               851 lib/common/strings.c         max = (length * 1.01) + 601; // Size guaranteed to hold result
max               858 lib/common/strings.c     compressed = pcmk__assert_alloc((size_t) max, sizeof(char));
max               860 lib/common/strings.c     *result_len = max;
max                41 lib/common/xpath.c     int lpc, max = numXpathResults(xpathObj);
max                47 lib/common/xpath.c     for (lpc = 0; lpc < max; lpc++) {
max                61 lib/common/xpath.c     int max = numXpathResults(xpathObj);
max                66 lib/common/xpath.c     if (index >= max) {
max                67 lib/common/xpath.c         crm_err("Requested index %d of only %d items", index, max);
max               103 lib/common/xpath.c     int lpc, max = numXpathResults(xpathObj);
max               109 lib/common/xpath.c     for (lpc = 0; lpc < max; lpc++) {
max               122 lib/common/xpath.c             for (lpc2 = 0; lpc2 < max; lpc2++) {
max               191 lib/common/xpath.c     int max;
max               203 lib/common/xpath.c     max = numXpathResults(xpathObj);
max               205 lib/common/xpath.c     if (max < 1) {
max               212 lib/common/xpath.c     } else if (max > 1) {
max               219 lib/common/xpath.c             for (lpc = 0; lpc < max; lpc++) {
max               546 lib/fencing/st_client.c     int rc = 0, lpc = 0, max = 0;
max               566 lib/fencing/st_client.c         max = numXpathResults(xpathObj);
max               568 lib/fencing/st_client.c         for (lpc = 0; lpc < max; lpc++) {
max               588 lib/fencing/st_client.c     return max;
max              2433 lib/fencing/st_client.c     int max = 0;
max              2439 lib/fencing/st_client.c     max = numXpathResults(xpath);
max              2441 lib/fencing/st_client.c     if (max <= 0) {
max              2446 lib/fencing/st_client.c     for (lpc = 0; lpc < max; lpc++) {
max               105 lib/pengine/failcounts.c         int max = numXpathResults(xpathObj);
max               108 lib/pengine/failcounts.c         for (lpc = 0; lpc < max; lpc++) {