Searched refs:uuid_string (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Daclldap.h24 extern int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string);
H A Duuid.c141 char *uuid_string = NULL; local
159 if ((ret = ldap_getuuidfromname( name, type, &uuid_string)) == 0) {
160 uuid_string2bin( uuid_string, uuid);
203 if (uuid_string) free(uuid_string);
H A Dldap.c255 * Caller must free uuid_string when done with it
259 * @param uuid_string (w) result as pointer to allocated UUID-string
263 int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string) { argument
285 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);

Completed in 39 milliseconds