Home
last modified time | relevance | path

Searched refs:glist (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c109 static int join_group(int s, char *glist, struct ip_mreq *imr) in join_group() argument
116 fd = fopen(glist, "r"); in join_group()
118 printf("Error: unable to open %s\n", glist); in join_group()
144 static int leave_group(int s, char *glist, struct ip_mreq *imr) in leave_group() argument
151 fd = fopen(glist, "r"); in leave_group()
153 printf("Error: unable to open %s\n", glist); in leave_group()
/third_party/gettext/libtextstyle/gnulib-local/modules/
Dlibglib9 lib/glib/glist.c
10 lib/glib/glist.in.h
51 glib/glist.c \
79 glib/glist.h: glib/glist.in.h
82 cat $(srcdir)/glib/glist.in.h; \
132 glib/glist.h \
/third_party/alsa-lib/src/
Dasync.c65 snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist); in snd_async_handler()
113 list_add_tail(&h->glist, &snd_async_handlers); in snd_async_add_handler()
143 list_del(&handler->glist); in snd_async_del_handler()
/third_party/openssl/doc/man3/
DSSL_CTX_set1_curves.pod15 int SSL_CTX_set1_groups(SSL_CTX *ctx, int *glist, int glistlen);
18 int SSL_set1_groups(SSL *ssl, int *glist, int glistlen);
39 groups in the array B<glist>. The array consist of all NIDs of groups in
/third_party/gettext/libtextstyle/
DMakefile.am38 gnulib-local/lib/glib/glist.c \
39 gnulib-local/lib/glib/glist.in.h \
D.gitignore435 /lib/glib/glist.h
/third_party/gettext/libtextstyle/gnulib-local/m4/
Dlibglib.m4114 LIBGLIB_H="$LIBGLIB_H glib/glist.h"
/third_party/glib/glib/
Dmeson.build173 'glist.h',
262 'glist.c',
/third_party/alsa-lib/include/
Dlocal.h221 struct list_head glist; member
/third_party/openssl/ssl/
Dt1_lib.c341 uint16_t *glist; in tls1_set_groups() local
353 if ((glist = OPENSSL_malloc(ngroups * sizeof(*glist))) == NULL) { in tls1_set_groups()
364 OPENSSL_free(glist); in tls1_set_groups()
368 glist[i] = id; in tls1_set_groups()
371 *pext = glist; in tls1_set_groups()
/third_party/openssl/include/openssl/
Dssl.h1393 # define SSL_get1_groups(s, glist) \ argument
1394 SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395 # define SSL_CTX_set1_groups(ctx, glist, glistlen) \ argument
1396 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_GROUPS,glistlen,(int *)(glist))
1399 # define SSL_set1_groups(s, glist, glistlen) \ argument
1400 SSL_ctrl(s,SSL_CTRL_SET_GROUPS,glistlen,(char *)(glist))
/third_party/glib/
DNEWS.pre-1-3105 * GAllocators used for glist, gslist, gnode node allocations
DBUILD.gn188 "glib/glist.c",
DNEWS547 - !1657 glist: Clarify that g_list_free() and friends only free an entire list
1007 - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
4455 741024 glist: Mention that g_list_length() is bad for checking list emptiness
/third_party/gettext/gnulib-local/
DChangeLog.0665 * lib/glib/glist.in.h: Renamed from lib/glib/glist_.h.
1439 * lib/glib/glist.c: New file, from glib-2.12.4 with modifications.
/third_party/gstreamer/gstreamer/
DChangeLog1338 by 0x588F059: g_list_prepend (glist.c:335)
1352 by 0x588F059: g_list_prepend (glist.c:335)
24577 tests/gst/info: Fix messages glist memory leak
24582 tests: tracerrecord: Fix messages glist memory leak
/third_party/gstreamer/gstplugins_bad/
DChangeLog25116 Using glist requires a lot of small allocation at runtime and also