![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Go to the source code of this file.
Functions | |
| KineticACLLoadResult | KineticACL_LoadFromFile (const char *path, struct ACL **instance) |
| void | KineticACL_Print (FILE *f, struct ACL *acl) |
| void | KineticACL_Free (struct ACL *acl) |
| KineticACLLoadResult KineticACL_LoadFromFile | ( | const char * | path, |
| struct ACL ** | instance | ||
| ) |
Definition at line 74 of file kinetic_acl.c.
References ACL_ERROR_BAD_JSON, ACL_ERROR_JSON_FILE, ACL_ERROR_MEMORY, ACL_ERROR_NULL, acl_of_string(), LOGF0, and LOGF2.
| void KineticACL_Print | ( | FILE * | f, |
| struct ACL * | acl | ||
| ) |
Definition at line 388 of file kinetic_acl.c.
References ACL::ACL_count, ACL::ACLs, and str_of_permission().
| void KineticACL_Free | ( | struct ACL * | acl | ) |
Definition at line 436 of file kinetic_acl.c.
References ACL::ACL_count, and ACL::ACLs.
1.8.8