Searched refs:SW_OKAY (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/samples/
H A Dpublish.c50 return SW_OKAY;
69 if (sw_discovery_init(&discovery) != SW_OKAY)
81 if (sw_text_record_init(&text_record) != SW_OKAY)
89 if (sw_text_record_add_string(text_record, argv[i]) != SW_OKAY)
98 if ((result = sw_discovery_publish(discovery, 0, argv[1], argv[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record), my_service_reply, NULL, &id)) != SW_OKAY)
H A Dbrowse.c54 sw_result err = SW_OKAY;
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
149 return SW_OKAY;
H A Dresolve.c54 sw_result err = SW_OKAY;
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
H A Dquery.c62 return SW_OKAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/samples/
H A Dpublish.c50 return SW_OKAY;
69 if (sw_discovery_init(&discovery) != SW_OKAY)
81 if (sw_text_record_init(&text_record) != SW_OKAY)
89 if (sw_text_record_add_string(text_record, argv[i]) != SW_OKAY)
98 if ((result = sw_discovery_publish(discovery, 0, argv[1], argv[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record), my_service_reply, NULL, &id)) != SW_OKAY)
H A Dbrowse.c54 sw_result err = SW_OKAY;
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
149 return SW_OKAY;
H A Dresolve.c54 sw_result err = SW_OKAY;
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
H A Dquery.c62 return SW_OKAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c63 return SW_OKAY;
75 return SW_OKAY;
93 return SW_OKAY;
105 return SW_OKAY;
139 return SW_OKAY;
148 return SW_OKAY;
203 return SW_OKAY;
H A Dbrowse-domain-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
62 return SW_OKAY;
H A Dtext-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
86 while (sw_text_record_iterator_next(it, key, val, &val_len) == SW_OKAY) {
H A Dtext.c73 return SW_OKAY;
84 return SW_OKAY;
103 return SW_OKAY;
123 return SW_OKAY;
145 return SW_OKAY;
215 return SW_OKAY;
226 return SW_OKAY;
259 return SW_OKAY;
H A Daddress-test.c33 #define ASSERT_SW_OKAY(t) { sw_result r; r = (t); assert(r == SW_OKAY); }
H A Dcompat.c123 return SW_OKAY;
401 return SW_OKAY;
474 return SW_OKAY;
529 result = SW_OKAY;
548 return SW_OKAY;
569 return SW_OKAY;
576 return SW_OKAY;
584 if ((result = sw_discovery_read_socket((sw_discovery) self)) != SW_OKAY)
588 return SW_OKAY;
599 if ((ret = sw_salt_step(self, NULL)) != SW_OKAY)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c63 return SW_OKAY;
75 return SW_OKAY;
93 return SW_OKAY;
105 return SW_OKAY;
139 return SW_OKAY;
148 return SW_OKAY;
203 return SW_OKAY;
H A Dbrowse-domain-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
62 return SW_OKAY;
H A Dtext-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
86 while (sw_text_record_iterator_next(it, key, val, &val_len) == SW_OKAY) {
H A Dtext.c73 return SW_OKAY;
84 return SW_OKAY;
103 return SW_OKAY;
123 return SW_OKAY;
145 return SW_OKAY;
215 return SW_OKAY;
226 return SW_OKAY;
259 return SW_OKAY;
H A Daddress-test.c33 #define ASSERT_SW_OKAY(t) { sw_result r; r = (t); assert(r == SW_OKAY); }
H A Dcompat.c123 return SW_OKAY;
401 return SW_OKAY;
474 return SW_OKAY;
529 result = SW_OKAY;
548 return SW_OKAY;
569 return SW_OKAY;
576 return SW_OKAY;
584 if ((result = sw_discovery_read_socket((sw_discovery) self)) != SW_OKAY)
588 return SW_OKAY;
599 if ((ret = sw_salt_step(self, NULL)) != SW_OKAY)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dsalt.h194 #define SW_OKAY 0 macro
H A Dplatform.h429 #define SW_TRY(EXPR) { sw_result result; if ((result = EXPR) != SW_OKAY) return result; } ((void) 0)
430 #define SW_TRY_GOTO(EXPR) { if ((result = EXPR) != SW_OKAY) goto exit; } ((void) 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dsalt.h194 #define SW_OKAY 0 macro
H A Dplatform.h429 #define SW_TRY(EXPR) { sw_result result; if ((result = EXPR) != SW_OKAY) return result; } ((void) 0)
430 #define SW_TRY_GOTO(EXPR) { if ((result = EXPR) != SW_OKAY) goto exit; } ((void) 0)

Completed in 123 milliseconds