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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dwatch-test.c36 static const AvahiPoll *api = NULL; variable
54 api->watch_free(w);
76 api->timeout_update(t, &tv);
86 api = avahi_simple_poll_get(simple_poll);
87 assert(api);
91 api = avahi_threaded_poll_get(threaded_poll);
92 assert(api);
95 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
98 api
[all...]
H A Dwatch.h70 AvahiWatch* (*watch_new)(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallback callback, void *userdata);
86 AvahiTimeout* (*timeout_new)(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata);
H A Dsimple-watch.c66 AvahiPoll api; member in struct:AvahiSimplePoll
134 static AvahiWatch* watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallback callback, void *userdata) { argument
138 assert(api);
142 s = api->userdata;
246 static AvahiTimeout* timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata) { argument
250 assert(api);
253 s = api->userdata;
334 s->api.userdata = s;
336 s->api.watch_new = watch_new;
337 s->api
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/
H A DMakefile.lite23 rm -rf html/api
24 mv doxytmp/html html/api
28 rm -rf FLAC.tag html/api doxytmp
H A DMakefile.am25 rm -rf html/api
26 mv doxytmp/html html/api
32 mkdir -p html/api
43 rm -rf FLAC.tag html/api doxytmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/images/
H A DMakefile3 COPY= api.gif next.gif prev.gif ps.gif ref.gif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c38 static const AvahiPoll *api = NULL; variable
49 api->watch_free(w);
67 api->timeout_update(t, &tv);
77 api = avahi_glib_poll_get(g);
79 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
82 api->timeout_new(api, &tv, wakeup, NULL);
H A Dglib-watch.c60 AvahiPoll api; member in struct:AvahiGLibPoll
111 static AvahiWatch* watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent events, AvahiWatchCallback callback, void *userdata) { argument
115 assert(api);
119 g = api->userdata;
168 static AvahiTimeout* timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata) { argument
172 assert(api);
175 g = api->userdata;
364 g->api.userdata = g;
366 g->api.watch_new = watch_new;
367 g->api
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c21 API **api, **api_end; member in struct:__anon2054
101 char *p, *api, buf[256]; local
103 api = NULL;
130 if (api == NULL)
134 if (add_entry(api, p))
139 if (api != NULL)
140 free(api);
141 if ((api = strdup(p)) == NULL)
161 /* Search for this api's API structure. */
223 for (p = fp->api;
258 API **api; local
303 API **api; local
[all...]
H A Ds_java_swig22 for api in java ; do
23 echo "Building $api API"
26 case $api in
32 $SWIG -Wall -$api $swig_args -I$SWIG_DIR \
33 -o ../libdb_$api/db_${api}_wrap.c $SWIG_FILE || exit $?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.c30 enum { C, CXX, JAVA } api; local
41 api = C;
49 api = C;
54 api = CXX;
56 api = JAVA;
95 switch (api) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dzclient.c304 struct zapi_ipv4 *api)
319 stream_putc (s, api->type);
320 stream_putc (s, api->flags);
321 stream_putc (s, api->message);
329 if (CHECK_FLAG (api->message, ZAPI_MESSAGE_NEXTHOP))
331 stream_putc (s, api->nexthop_num + api->ifindex_num);
333 for (i = 0; i < api->nexthop_num; i++)
336 stream_put_in_addr (s, api->nexthop[i]);
338 for (i = 0; i < api
300 zapi_ipv4_add(struct zclient *zclient, struct prefix_ipv4 *p, struct zapi_ipv4 *api) argument
354 zapi_ipv4_delete(struct zclient *zclient, struct prefix_ipv4 *p, struct zapi_ipv4 *api) argument
409 zapi_ipv6_add(struct zclient *zclient, struct prefix_ipv6 *p, struct zapi_ipv6 *api) argument
463 zapi_ipv6_delete(struct zclient *zclient, struct prefix_ipv6 *p, struct zapi_ipv6 *api) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_zebra.c50 struct zapi_ipv4 api;
54 api.type = ZEBRA_ROUTE_RIP;
55 api.flags = 0;
56 api.message = 0;
57 SET_FLAG (api.message, ZAPI_MESSAGE_NEXTHOP);
58 api.nexthop_num = 1;
59 api.nexthop = &nexthop;
60 api.ifindex_num = 0;
61 SET_FLAG (api.message, ZAPI_MESSAGE_METRIC);
62 api
49 struct zapi_ipv4 api; local
79 struct zapi_ipv4 api; local
104 struct zapi_ipv4 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c244 struct zapi_ipv4 api;
254 api.type = stream_getc (s);
255 api.flags = stream_getc (s);
256 api.message = stream_getc (s);
265 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_NEXTHOP))
267 api.nexthop_num = stream_getc (s);
270 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_IFINDEX))
272 api.ifindex_num = stream_getc (s);
275 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_DISTANCE))
276 api
243 struct zapi_ipv4 api; local
295 struct zapi_ipv6 api; local
684 struct zapi_ipv4 api; local
714 struct zapi_ipv6 api; local
793 struct zapi_ipv4 api; local
814 struct zapi_ipv6 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/html/
H A DMakefile.am70 EXTRA_DIST = $(doc_DATA) api
73 # handle 'api/' specially:
75 $(mkinstalldirs) $(DESTDIR)$(docdir)/api
76 (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
78 rm -rf $(DESTDIR)$(docdir)/api
80 rm -rf api
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_zebra.c50 struct zapi_ipv6 api;
54 api.type = ZEBRA_ROUTE_RIPNG;
55 api.flags = 0;
56 api.message = 0;
57 SET_FLAG (api.message, ZAPI_MESSAGE_NEXTHOP);
58 api.nexthop_num = 1;
59 api.nexthop = &nexthop;
60 SET_FLAG (api.message, ZAPI_MESSAGE_IFINDEX);
61 api.ifindex_num = 1;
62 api
49 struct zapi_ipv6 api; local
71 struct zapi_ipv6 api; local
95 struct zapi_ipv6 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A DMakefile5 obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile.am22 html/*.png libxml2-api.xml index.py search.php \
31 api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h
35 ../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
38 $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
61 $(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/api.xsl
64 $(XSLTPROC) --nonet --html $(top_srcdir)/doc/api.xsl \
70 $(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
73 $(XSLTPROC) --nonet $(srcdir)/newapi.xsl libxml2-api
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c14 #define E(api, func, name) { \
15 if ((ret = api(func)) != 0) { \
21 #define F(api, func1, func2, name) { \
22 if ((ret = api(func1, func2)) != 0) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c204 struct zapi_ipv6 api;
215 api.type = stream_getc (s);
216 api.flags = stream_getc (s);
217 api.message = stream_getc (s);
226 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_NEXTHOP))
228 api.nexthop_num = stream_getc (s);
231 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_IFINDEX))
233 api.ifindex_num = stream_getc (s);
236 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_DISTANCE))
237 api
203 struct zapi_ipv6 api; local
355 struct zapi_ipv6 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c414 struct zapi_ipv4 api;
418 api.type = ZEBRA_ROUTE_OSPF;
419 api.flags = 0;
420 api.message = 0;
421 zapi_ipv4_delete (zclient, p, &api);
442 struct zapi_ipv4 api;
449 api.type = ZEBRA_ROUTE_OSPF;
450 api.flags = ZEBRA_FLAG_BLACKHOLE;
451 api.message = 0;
452 SET_FLAG (api
413 struct zapi_ipv4 api; local
441 struct zapi_ipv4 api; local
465 struct zapi_ipv4 api; local
753 struct zapi_ipv4 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A DMakefile.am22 libxml2-python-api.xml
49 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.c977 struct zapi_ipv4 api;
990 api.type = stream_getc (s);
991 api.flags = stream_getc (s);
992 api.message = stream_getc (s);
1001 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_NEXTHOP))
1029 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_DISTANCE))
1030 api.distance = stream_getc (s);
1032 api.distance = 0;
1035 if (CHECK_FLAG (api.message, ZAPI_MESSAGE_METRIC))
1036 api
973 struct zapi_ipv4 api; local
1070 struct zapi_ipv6 api; local
1134 struct zapi_ipv6 api; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config57 [--api-version]
102 --api-version)
H A Dlibgcrypt-config.in57 [--api-version]
102 --api-version)

Completed in 166 milliseconds

123