api_call          140 daemons/execd/cts-exec-helper.c     const char *api_call;
api_call          278 daemons/execd/cts-exec-helper.c     if (!options.api_call) {
api_call          282 daemons/execd/cts-exec-helper.c     if (pcmk__str_eq(options.api_call, "exec", pcmk__str_casei)) {
api_call          296 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "register_rsc", pcmk__str_casei)) {
api_call          300 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "get_rsc_info", pcmk__str_casei)) {
api_call          315 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "unregister_rsc", pcmk__str_casei)) {
api_call          317 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "cancel", pcmk__str_casei)) {
api_call          320 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "metadata", pcmk__str_casei)) {
api_call          330 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_agents", pcmk__str_casei)) {
api_call          347 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_ocf_providers", pcmk__str_casei)) {
api_call          365 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_standards", pcmk__str_casei)) {
api_call          383 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "get_recurring_ops", pcmk__str_casei)) {
api_call          399 daemons/execd/cts-exec-helper.c     } else if (options.api_call) {
api_call          405 daemons/execd/cts-exec-helper.c         print_result(printf("API-CALL FAILURE for '%s' api_rc:%d\n", options.api_call, rc));
api_call          409 daemons/execd/cts-exec-helper.c     if (options.api_call && rc == pcmk_ok) {
api_call          410 daemons/execd/cts-exec-helper.c         print_result(printf("API-CALL SUCCESSFUL for '%s'\n", options.api_call));
api_call          557 daemons/execd/cts-exec-helper.c                 options.api_call = optarg;
api_call          624 daemons/execd/cts-exec-helper.c     if (!options.listen && pcmk__strcase_any_of(options.api_call, "metadata", "list_agents",
api_call          647 daemons/execd/cts-exec-helper.c         options.api_call = "exec";
api_call          654 daemons/execd/cts-exec-helper.c     if (!options.api_call && !options.listen) {