pcmk__scan_ll 420 daemons/based/based_callbacks.c int rc = pcmk__scan_ll(seq_s, &seq_ll, 0LL); pcmk__scan_ll 416 daemons/controld/controld_join_dc.c rc = pcmk__scan_ll(elem_l, &int_elem_l, -1LL); pcmk__scan_ll 422 daemons/controld/controld_join_dc.c rc = pcmk__scan_ll(elem_r, &int_elem_r, -1LL); pcmk__scan_ll 530 daemons/controld/controld_messages.c if ((pcmk__scan_ll(version, &version_num, -1LL) != pcmk_rc_ok) pcmk__scan_ll 417 daemons/controld/controld_throttle.c int rc = pcmk__scan_ll(env_limit, &max, 0LL); pcmk__scan_ll 428 daemons/controld/controld_throttle.c CRM_LOG_ASSERT(pcmk__scan_ll(preference, &max, 0LL) == pcmk_rc_ok); pcmk__scan_ll 53 include/crm/common/strings_internal.h int pcmk__scan_ll(const char *text, long long *result, long long default_value); pcmk__scan_ll 37 lib/common/ipc_common.c int rc = pcmk__scan_ll(env_value_s, &env_value, MAX_MSG_SIZE); pcmk__scan_ll 208 lib/common/ipc_pacemakerd.c int rc = pcmk__scan_ll(status, &ack_status, CRM_EX_OK); pcmk__scan_ll 350 lib/common/ipc_server.c rc = pcmk__scan_ll(qmax, &qmax_ll, 0LL); pcmk__scan_ll 1630 lib/common/iso8601.c if (pcmk__scan_ll(crm_element_value(xml, attr), &value, pcmk__scan_ll 1241 lib/common/options.c || (pcmk__scan_ll(value, NULL, 0LL) == pcmk_rc_ok)); pcmk__scan_ll 1261 lib/common/options.c || ((pcmk__scan_ll(value, &num, 0LL) == pcmk_rc_ok) pcmk__scan_ll 761 lib/common/rules.c if ((pcmk__scan_ll(value1, &integer1, 0LL) != pcmk_rc_ok) pcmk__scan_ll 762 lib/common/rules.c || (pcmk__scan_ll(value2, &integer2, 0LL) != pcmk_rc_ok)) { pcmk__scan_ll 64 lib/common/scores.c rc = pcmk__scan_ll(score_s, &score_ll, default_score); pcmk__scan_ll 121 lib/common/strings.c rc = pcmk__scan_ll(text, &result_ll, (long long) minimum); pcmk__scan_ll 153 lib/common/strings.c int rc = pcmk__scan_ll(text, &port_ll, -1LL); pcmk__scan_ll 321 lib/common/strings.c rc = pcmk__scan_ll(value, &value_ll, 0LL); pcmk__scan_ll 21 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll(NULL, &result, 47), pcmk_rc_ok); pcmk__scan_ll 30 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("asdf", &result, 47), pcmk_rc_bad_input); pcmk__scan_ll 32 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("as12", &result, 47), pcmk_rc_bad_input); pcmk__scan_ll 41 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("12as", &result, 47), pcmk_rc_ok); pcmk__scan_ll 48 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("1234", NULL, 47), pcmk_rc_ok); pcmk__scan_ll 49 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("asdf", NULL, 47), pcmk_rc_bad_input); pcmk__scan_ll 58 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll(very_long, &result, 47), ERANGE); pcmk__scan_ll 62 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll(very_long, &result, 47), ERANGE); pcmk__scan_ll 73 lib/common/tests/strings/pcmk__scan_ll_test.c assert_int_equal(pcmk__scan_ll("1234", &result, 47), pcmk_rc_ok); pcmk__scan_ll 1209 lib/common/xml_element.c int rc = pcmk__scan_ll(value, &value_ll, 0LL); pcmk__scan_ll 1265 lib/common/xml_element.c rc = pcmk__scan_ll(value, &value_ll, default_value); pcmk__scan_ll 1298 lib/common/xml_element.c int rc = pcmk__scan_ll(value, dest, PCMK__PARSE_INT_DEFAULT); pcmk__scan_ll 1331 lib/common/xml_element.c rc = pcmk__scan_ll(value, &value_ll, 0LL); pcmk__scan_ll 378 lib/pacemaker/pcmk_graph_consumer.c if ((pcmk__scan_ll(getenv("PE_fail"), &fail_ll, 0LL) == pcmk_rc_ok) pcmk__scan_ll 1040 lib/pacemaker/pcmk_graph_producer.c rc = pcmk__scan_ll(value, &limit, 0LL); pcmk__scan_ll 1616 lib/pacemaker/pcmk_sched_primitive.c int rc = pcmk__scan_ll(shutdown, &result_ll, 0LL); pcmk__scan_ll 313 lib/pengine/failcounts.c int rc = pcmk__scan_ll(value, &last_ll, 0LL); pcmk__scan_ll 122 lib/pengine/pe_digest.c if ((pcmk__scan_ll(interval_s, &value_ll, 0LL) == pcmk_rc_ok) pcmk__scan_ll 3270 lib/pengine/pe_output.c (void) pcmk__scan_ll(value, &time_ll, 0); pcmk__scan_ll 1023 lib/pengine/unpack.c int rc = pcmk__scan_ll(last_granted, &last_granted_ll, 0LL); pcmk__scan_ll 1497 lib/pengine/unpack.c if ((pcmk__scan_ll(member_time, &when_member, pcmk__scan_ll 1532 lib/pengine/unpack.c if ((pcmk__scan_ll(peer_time, &when_online, 0LL) != pcmk_rc_ok) pcmk__scan_ll 1564 lib/pengine/unpack.c rc = pcmk__scan_ll(value_s, &value, 0LL); pcmk__scan_ll 4592 lib/pengine/unpack.c if ((pcmk__scan_ll(crm_element_value(history->xml, PCMK_XA_LAST_RC_CHANGE), pcmk__scan_ll 4594 lib/pengine/unpack.c || (pcmk__scan_ll(crm_element_value(last_failure, pcmk__scan_ll 1559 tools/crm_resource_runtime.c if ((pcmk__scan_ll(g_hash_table_lookup(meta, PCMK_META_TIMEOUT), pcmk__scan_ll 2305 tools/crm_resource_runtime.c if ((pcmk__scan_ll(g_hash_table_lookup(meta, PCMK_META_TIMEOUT),