port_s 356 daemons/based/pacemaker-based.c const char *port_s = NULL; port_s 362 daemons/based/pacemaker-based.c port_s = crm_element_value(cib, "remote-tls-port"); port_s 363 daemons/based/pacemaker-based.c if (port_s) { port_s 364 daemons/based/pacemaker-based.c port = crm_parse_int(port_s, "0"); port_s 368 daemons/based/pacemaker-based.c port_s = crm_element_value(cib, "remote-clear-port"); port_s 369 daemons/based/pacemaker-based.c if (port_s) { port_s 370 daemons/based/pacemaker-based.c port = crm_parse_int(port_s, "0"); port_s 711 lib/pengine/bundle.c char *port_s = NULL; port_s 731 lib/pengine/bundle.c port_s = crm_itoa(DEFAULT_REMOTE_PORT); port_s 742 lib/pengine/bundle.c data->control_port : port_s)); port_s 743 lib/pengine/bundle.c free(port_s);