Searched refs:strlst (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext.c28 #include <avahi-common/strlst.h>
36 AvahiStringList *strlst; member in struct:_sw_text_record
68 (*self)->strlst = NULL;
81 avahi_string_list_free(self->strlst);
98 if (!(n = avahi_string_list_add(self->strlst, string)))
101 self->strlst = n;
118 if (!(n = avahi_string_list_add_pair(self->strlst, key, val)))
121 self->strlst = n;
140 if (!(n = avahi_string_list_add_pair_arbitrary(self->strlst, key, val, len)))
143 self->strlst
188 AvahiStringList *strlst, *index; member in struct:_sw_text_record_iterator
[all...]
H A Dcompat.c30 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.am28 strlst.h \
46 strlst-test \
63 strlst.c strlst.h \
78 strlst.c strlst.h \
80 strlst-test.c
H A DMakefile58 #noinst_PROGRAMS = strlst-test$(EXEEXT) \
115 libavahi_common_la-strlst.lo libavahi_common_la-domain.lo \
145 am_strlst_test_OBJECTS = strlst_test-strlst.$(OBJEXT) \
146 strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
426 strlst.h \
450 strlst.c strlst.h \
464 strlst.c strlst.h \
466 strlst
[all...]
H A DMakefile.in58 @ENABLE_TESTS_TRUE@noinst_PROGRAMS = strlst-test$(EXEEXT) \
115 libavahi_common_la-strlst.lo libavahi_common_la-domain.lo \
145 am_strlst_test_OBJECTS = strlst_test-strlst.$(OBJEXT) \
146 strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
426 strlst.h \
450 strlst.c strlst.h \
464 strlst.c strlst.h \
466 strlst
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dputuser.S76 strlst r1, [r0]
91 5: strlst r1, [r0], #4
92 6: strlst r2, [r0]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-entry-group.c168 AvahiStringList *strlst = NULL; local
182 avahi_dbus_read_strlst(m, 8, &strlst) < 0) {
188 avahi_string_list_free(strlst);
198 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) {
199 avahi_string_list_free(strlst);
206 avahi_string_list_free(strlst);
248 AvahiStringList *strlst; local
260 avahi_dbus_read_strlst(m, 6, &strlst)) {
268 if (avahi_server_update_service_txt_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, strlst) < 0) {
269 avahi_string_list_free(strlst);
[all...]
H A Ddbus-util.h29 #include <avahi-common/strlst.h>
H A Ddbus-util.c313 AvahiStringList *strlst = NULL; local
351 strlst = avahi_string_list_add_arbitrary(strlst, k, n);
356 *l = strlst;
363 avahi_string_list_free(strlst);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dpublish.h29 #include <avahi-common/strlst.h>
144 AvahiStringList *strlst);
H A Dclient.h29 #include <avahi-common/strlst.h>
H A Dresolver.c47 AvahiStringList *strlst = NULL; local
103 strlst = NULL;
127 strlst = avahi_string_list_add_arbitrary(strlst, k, n);
148 r->callback(r, (AvahiIfIndex) interface, (AvahiProtocol) protocol, AVAHI_RESOLVER_FOUND, name, type, domain, host, address ? &a : NULL, port, strlst, (AvahiLookupResultFlags) flags, r->userdata);
150 avahi_string_list_free(strlst);
177 avahi_string_list_free(strlst);
H A Dlookup.h29 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dentry.c530 AvahiStringList *strlst) {
538 avahi_string_list_free(strlst);
543 r->data.txt.string_list = strlst;
552 AvahiStringList *strlst) {
557 return strlst;
559 if (avahi_string_list_find(strlst, AVAHI_SERVICE_COOKIE))
561 return strlst;
563 return avahi_string_list_add_printf(strlst, AVAHI_SERVICE_COOKIE"=%u", s->local_service_cookie);
577 AvahiStringList *strlst) {
651 strlst
522 server_add_txt_strlst_nocopy( AvahiServer *s, AvahiSEntryGroup *g, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, uint32_t ttl, const char *name, AvahiStringList *strlst) argument
550 add_magic_cookie( AvahiServer *s, AvahiStringList *strlst) argument
566 server_add_service_strlst_nocopy( AvahiServer *s, AvahiSEntryGroup *g, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const char *name, const char *type, const char *domain, const char *host, uint16_t port, AvahiStringList *strlst) argument
686 avahi_server_add_service_strlst( AvahiServer *s, AvahiSEntryGroup *g, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const char *name, const char *type, const char *domain, const char *host, uint16_t port, AvahiStringList *strlst) argument
729 server_update_service_txt_strlst_nocopy( AvahiServer *s, AvahiSEntryGroup *g, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const char *name, const char *type, const char *domain, AvahiStringList *strlst) argument
786 avahi_server_update_service_txt_strlst( AvahiServer *s, AvahiSEntryGroup *g, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const char *name, const char *type, const char *domain, AvahiStringList *strlst) argument
[all...]
H A Dpublish.h134 AvahiStringList *strlst);
158 AvahiStringList *strlst);
H A Drr.h30 #include <avahi-common/strlst.h>
H A Drr.c691 AvahiStringList *strlst; local
693 for (strlst = r->data.txt.string_list; strlst; strlst = strlst->next)
694 if (strlst->size > 255 || strlst->size <= 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc40 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DEntryGroup.cs96 IntPtr strlst);
101 byte[] type, byte[] domain, IntPtr strlst);
93 avahi_entry_group_add_service_strlst(IntPtr group, int iface, Protocol proto, PublishFlags flags, byte[] name, byte[] type, byte[] domain, byte[] host, UInt16 port, IntPtr strlst) argument
99 avahi_entry_group_update_service_strlst(IntPtr group, int iface, Protocol proto, PublishFlags flags, byte[] name, byte[] type, byte[] domain, IntPtr strlst) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Dbssh.c37 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_avahi.c16 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c39 #include <avahi-common/strlst.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile.am83 $(srcdir)/avahi-common/strlst.h \
H A DMakefile539 $(srcdir)/avahi-common/strlst.h \
H A DMakefile.in539 $(srcdir)/avahi-common/strlst.h \

Completed in 290 milliseconds