Searched refs:UUID_BINSIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Duuid.h18 #define UUID_BINSIZE 16 macro
21 typedef unsigned char atalk_uuid_t[UUID_BINSIZE];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c142 uuid = malloc(UUID_BINSIZE);
157 memcpy(uuid, inuuid, UUID_BINSIZE);
239 memcpy(uuid, entry->uuid, UUID_BINSIZE);
266 ret = memcmp(entry->uuid, uuidp, UUID_BINSIZE);
315 uuid = malloc(UUID_BINSIZE);
330 memcpy(uuid, inuuid, UUID_BINSIZE);
H A Duuid.c80 while (*uuidstring && i < UUID_BINSIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c1492 ibuf += UUID_BINSIZE;
1578 rbuf += UUID_BINSIZE;
1579 *rbuflen += UUID_BINSIZE;
1593 rbuf += UUID_BINSIZE;
1594 *rbuflen += UUID_BINSIZE;
1665 ibuf += UUID_BINSIZE;
1672 ibuf += UUID_BINSIZE;
H A Dauth.c1083 memcpy(rbuf, uuid, UUID_BINSIZE);
1084 rbuf += UUID_BINSIZE;
1085 *rbuflen += UUID_BINSIZE;
H A Ddirectory.c2770 *rbuflen = UUID_BINSIZE;
2776 *rbuflen = UUID_BINSIZE;

Completed in 78 milliseconds