Searched refs:uuidtype_t (Results 1 - 9 of 9) 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 Daclldap.h18 #include <atalk/uuid.h> /* just for uuidtype_t*/
24 extern int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string);
25 extern int ldap_getnamefromuuid( const char *uuidstr, char **name, uuidtype_t *type);
H A Duuid.c50 void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id)
136 int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) {
138 uuidtype_t mytype = type;
217 int getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) {
H A Dcache.c32 uuidtype_t type;
127 int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid _U_) {
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_) {
H A Dldap.c263 int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string) {
305 int ldap_getnamefromuuid( const char *uuidstr, 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.h27 uuidtype_t; typedef in typeref:enum:__anon2828
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);
50 extern void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Duuidtest.c77 uuidtype_t type;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c262 uuidtype_t uuidtype;
618 uuidtype_t uuidtype;
1114 uuidtype_t uuidtype;
H A Ddirectory.c2623 uuidtype_t type;

Completed in 66 milliseconds