category 324 source3/include/proto.h const char *audit_category_str(uint32 category); category 325 source3/include/proto.h const char *audit_param_str(uint32 category); category 326 source3/include/proto.h const char *audit_description_str(uint32 category); category 23 source3/lib/audit.c uint32 category; category 58 source3/lib/audit.c const char *audit_category_str(uint32 category) category 62 source3/lib/audit.c if (category == audit_category_tab[i].category) { category 69 source3/lib/audit.c const char *audit_param_str(uint32 category) category 73 source3/lib/audit.c if (category == audit_category_tab[i].category) { category 80 source3/lib/audit.c const char *audit_description_str(uint32 category) category 84 source3/lib/audit.c if (category == audit_category_tab[i].category) {