Searched refs:uuidp_t (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dcache.h35 extern int search_cachebyname( const char *name, uuidtype_t *type, uuidp_t uuid);
36 extern int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid);
37 extern int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type);
38 extern int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid);
H A Dcache.c33 uuidp_t uuid;
112 static unsigned char hashuuid(uuidp_t uuid) {
127 int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid _U_) {
130 uuidp_t uuid = NULL;
203 int search_cachebyname(const char *name, uuidtype_t *type, uuidp_t uuid) {
253 int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type) {
299 int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid _U_) {
302 uuidp_t uuid = NULL;
H A Duuid.c74 void uuid_string2bin( const char *uuidstring, uuidp_t uuid) {
136 int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) {
217 int getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h21 typedef unsigned char *uuidp_t; typedef
47 extern int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid);
48 extern int getnamefromuuid( const uuidp_t uuidp, char **name, uuidtype_t *type);
52 extern void uuid_string2bin( const char *uuidstring, uuidp_t uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c1108 const uuidp_t uuid,
1216 uuidp_t uuid;
1239 uuid = (uuidp_t)ibuf;

Completed in 97 milliseconds