Searched refs:CName (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dcnames.c37 typedef struct CName CName; typedef in typeref:struct:CName
39 struct CName { struct
47 AVAHI_LLIST_FIELDS(CName, cnames);
50 static AVAHI_LLIST_HEAD(CName, cnames) = NULL;
53 static void add_cname_to_server(CName *c);
54 static void remove_cname_from_server(CName *c);
57 CName *c;
84 static CName *cname_new(void) {
85 CName *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dcnames.c37 typedef struct CName CName; typedef in typeref:struct:CName
39 struct CName { struct
47 AVAHI_LLIST_FIELDS(CName, cnames);
50 static AVAHI_LLIST_HEAD(CName, cnames) = NULL;
53 static void add_cname_to_server(CName *c);
54 static void remove_cname_from_server(CName *c);
57 CName *c;
84 static CName *cname_new(void) {
85 CName *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dcnames.c37 typedef struct CName CName; typedef in typeref:struct:CName
39 struct CName { struct
47 AVAHI_LLIST_FIELDS(CName, cnames);
50 static AVAHI_LLIST_HEAD(CName, cnames) = NULL;
53 static void add_cname_to_server(CName *c);
54 static void remove_cname_from_server(CName *c);
57 CName *c;
84 static CName *cname_new(void) {
85 CName *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfs/
H A Dcatalog.c28 hfs_asc2mac(sb, &key->cat.CName, name);
29 key->key_len = 6 + key->cat.CName.len;
31 memset(&key->cat.CName, 0, sizeof(struct hfs_name));
72 hfs_asc2mac(sb, &rec->thread.CName, name);
166 retval = hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len,
167 key2->cat.CName.name, key2->cat.CName.len);
192 len = fd->search_key->cat.CName.len = rec.thread.CName
[all...]
H A Dhfs.h153 struct hfs_name CName; /* The filename of the entry */ member in struct:hfs_cat_key
229 struct hfs_name CName; /* The name of this entry */ member in struct:hfs_cat_thread
H A Ddir.c125 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfs/
H A Dcatalog.c28 hfs_asc2mac(sb, &key->cat.CName, name);
29 key->key_len = 6 + key->cat.CName.len;
31 memset(&key->cat.CName, 0, sizeof(struct hfs_name));
72 hfs_asc2mac(sb, &rec->thread.CName, name);
166 retval = hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len,
167 key2->cat.CName.name, key2->cat.CName.len);
192 len = fd->search_key->cat.CName.len = rec.thread.CName
[all...]
H A Dhfs.h153 struct hfs_name CName; /* The filename of the entry */ member in struct:hfs_cat_key
229 struct hfs_name CName; /* The name of this entry */ member in struct:hfs_cat_thread
H A Ddir.c125 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName);

Completed in 201 milliseconds