max               628 daemons/based/based_callbacks.c         const char *max = crm_element_value(request, PCMK__XA_CIB_SCHEMA_MAX);
max               635 daemons/based/based_callbacks.c                   pcmk__s(max, "none"), pcmk__s(upgrade_rc, "none"));
max               641 daemons/based/based_callbacks.c         } else if ((max == NULL) && based_is_primary) {
max               645 daemons/based/based_callbacks.c         } else if(max) {
max               376 daemons/controld/controld_schedulerd.c     int max = 0;
max               392 daemons/controld/controld_schedulerd.c     max = pcmk__xpath_num_results(xpathObj);
max               395 daemons/controld/controld_schedulerd.c     for (lpc = 0; lpc < max; lpc++) {
max               406 daemons/controld/controld_schedulerd.c     if(max == 0) {
max                37 daemons/controld/controld_throttle.c     int max;
max               232 daemons/controld/controld_throttle.c     long long max = 0LL;
max               238 daemons/controld/controld_throttle.c         int rc = pcmk__scan_ll(env_limit, &max, 0LL);
max               249 daemons/controld/controld_throttle.c         CRM_LOG_ASSERT(pcmk__scan_ll(preference, &max, 0LL) == pcmk_rc_ok);
max               252 daemons/controld/controld_throttle.c     if (max > 0) {
max               253 daemons/controld/controld_throttle.c         throttle_job_max = (max >= INT_MAX)? INT_MAX : (int) max;
max               355 daemons/controld/controld_throttle.c         r->max = throttle_job_max;
max               367 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 4);
max               370 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 2);
max               373 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max);
max               385 daemons/controld/controld_throttle.c     int max = 0;
max               391 daemons/controld/controld_throttle.c     crm_element_value_int(xml, PCMK__XA_CRM_LIMIT_MAX, &max);
max               401 daemons/controld/controld_throttle.c     r->max = max;
max               405 daemons/controld/controld_throttle.c               from, load2str((enum throttle_state_e) mode), max,
max                96 daemons/fenced/fenced_cib.c     int max = pcmk__xpath_num_results(xpathObj);
max                98 daemons/fenced/fenced_cib.c     for (int lpc = 0; lpc < max; lpc++) {
max               830 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
max               837 daemons/fenced/fenced_commands.c     max = strlen(hostmap);
max               838 daemons/fenced/fenced_commands.c     for (; lpc <= max; lpc++) {
max               964 daemons/fenced/fenced_commands.c     int max = 0;
max               973 daemons/fenced/fenced_commands.c     max = pcmk__xpath_num_results(xpath);
max               975 daemons/fenced/fenced_commands.c     if (max == 0) {
max               980 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc < max; lpc++) {
max              1846 daemons/fenced/fenced_commands.c     int max = g_list_length(list);
max              1848 daemons/fenced/fenced_commands.c     size_t alloc_size = 1 + (max?((max-1+(terminate_with_delim?1:0))*delim_len):0);
max              1871 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                86 lib/cluster/cpg.c #define cs_repeat(rc, counter, max, code) do {                          \
max                95 lib/cluster/cpg.c     } while (counter < max)
max               230 lib/common/acl.c         int max = 0, lpc = 0;
max               234 lib/common/acl.c         max = pcmk__xpath_num_results(xpathObj);
max               236 lib/common/acl.c         for (lpc = 0; lpc < max; lpc++) {
max               295 lib/common/acl.c                   acl_to_text(acl->mode), acl->xpath, max,
max               296 lib/common/acl.c                   ((max == 1)? "" : "es"));
max               497 lib/common/acl.c         int max = 0;
max               508 lib/common/acl.c             max = pcmk__xpath_num_results(xpathObj);
max               509 lib/common/acl.c             for(lpc = 0; lpc < max; lpc++) {
max               530 lib/common/acl.c                       user, acl->xpath, max,
max               531 lib/common/acl.c                       pcmk__plural_alt(max, "match", "matches"));
max               182 lib/common/io.c                             unsigned int sequence, int max)
max               191 lib/common/io.c     if (max == 0) {
max               194 lib/common/io.c     if (max > 0 && sequence >= max) {
max               724 lib/common/mainloop.c             int max = 10;
max               750 lib/common/mainloop.c             } while ((rc == G_SOURCE_CONTINUE) && (read_rc > 0) && --max > 0);
max               455 lib/common/schemas.c     int lpc, max;
max               459 lib/common/schemas.c     max = scandir(dir, &namelist, schema_filter, schema_cmp_directory);
max               460 lib/common/schemas.c     if (max < 0) {
max               470 lib/common/schemas.c     for (lpc = 0; lpc < max; lpc++) {
max               500 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               404 lib/common/xpath.c     int max = pcmk__xpath_num_results(xpathObj);
max               409 lib/common/xpath.c     if (index >= max) {
max               410 lib/common/xpath.c         crm_err("Requested index %d of only %d items", index, max);
max               446 lib/common/xpath.c     int max = pcmk__xpath_num_results(xpathObj);
max               452 lib/common/xpath.c     for (int lpc = 0; lpc < max; lpc++) {
max               465 lib/common/xpath.c     int max = pcmk__xpath_num_results(xpathObj);
max               471 lib/common/xpath.c     for (int lpc = 0; lpc < max; lpc++) {
max               484 lib/common/xpath.c             for (lpc2 = 0; lpc2 < max; lpc2++) {
max               532 lib/common/xpath.c     int max;
max               544 lib/common/xpath.c     max = pcmk__xpath_num_results(xpathObj);
max               546 lib/common/xpath.c     if (max == 0) {
max               553 lib/common/xpath.c     } else if (max > 1) {
max               560 lib/common/xpath.c             for (lpc = 0; lpc < max; lpc++) {
max               554 lib/fencing/st_client.c     int rc = 0, lpc = 0, max = 0;
max               574 lib/fencing/st_client.c         max = pcmk__xpath_num_results(xpathObj);
max               576 lib/fencing/st_client.c         for (lpc = 0; lpc < max; lpc++) {
max               595 lib/fencing/st_client.c     return max;
max               107 lib/pengine/failcounts.c         int max = pcmk__xpath_num_results(xpathObj);
max               110 lib/pengine/failcounts.c         for (lpc = 0; lpc < max; lpc++) {