api_call           46 daemons/execd/cts-exec-helper.c     const char *api_call;
api_call           92 daemons/execd/cts-exec-helper.c     { "api-call", 'c', 0, G_OPTION_ARG_STRING, &options.api_call,
api_call          287 daemons/execd/cts-exec-helper.c     if (!options.api_call) {
api_call          291 daemons/execd/cts-exec-helper.c     if (pcmk__str_eq(options.api_call, "exec", pcmk__str_casei)) {
api_call          307 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "register_rsc", pcmk__str_casei)) {
api_call          311 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "get_rsc_info", pcmk__str_casei)) {
api_call          326 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "unregister_rsc", pcmk__str_casei)) {
api_call          328 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "cancel", pcmk__str_casei)) {
api_call          331 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "metadata", pcmk__str_casei)) {
api_call          341 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_agents", pcmk__str_casei)) {
api_call          358 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_ocf_providers", pcmk__str_casei)) {
api_call          376 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "list_standards", pcmk__str_casei)) {
api_call          394 daemons/execd/cts-exec-helper.c     } else if (pcmk__str_eq(options.api_call, "get_recurring_ops", pcmk__str_casei)) {
api_call          410 daemons/execd/cts-exec-helper.c     } else if (options.api_call) {
api_call          417 daemons/execd/cts-exec-helper.c                      options.api_call, rc);
api_call          421 daemons/execd/cts-exec-helper.c     if (options.api_call && rc == pcmk_ok) {
api_call          422 daemons/execd/cts-exec-helper.c         print_result("API-CALL SUCCESSFUL for '%s'", options.api_call);
api_call          562 daemons/execd/cts-exec-helper.c     if (!options.listen && pcmk__strcase_any_of(options.api_call, "metadata", "list_agents",
api_call          590 daemons/execd/cts-exec-helper.c         options.api_call = "exec";
api_call          595 daemons/execd/cts-exec-helper.c     if (!options.api_call && !options.listen) {