Lines Matching defs:actnames
8540 char **actnames = NULL;
8595 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts);
8611 (void) strlcpy(ai_prm.action->name, actnames[y],
8621 res = ipp_action_info(actnames[y],
8636 cleanup_string_table(actnames, nacts);
8645 cleanup_string_table(actnames, nacts);
9028 char **actnames = NULL;
9052 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts);
9060 IPQOSCDBG1(APPLY, "deleting action %s\n", actnames[y]);
9061 res = ipp_action_destroy(actnames[y], IPP_DESTROY_REF);
9069 cleanup_string_table(actnames, nacts);
9076 cleanup_string_table(actnames, nacts);