/third_party/ltp/testcases/network/multicast/mc_member/ |
D | mc_member_test.c | 109 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/ |
D | libglib | 9 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/ |
D | async.c | 65 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/ |
D | SSL_CTX_set1_curves.pod | 15 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/ |
D | Makefile.am | 38 gnulib-local/lib/glib/glist.c \ 39 gnulib-local/lib/glib/glist.in.h \
|
D | .gitignore | 435 /lib/glib/glist.h
|
/third_party/gettext/libtextstyle/gnulib-local/m4/ |
D | libglib.m4 | 114 LIBGLIB_H="$LIBGLIB_H glib/glist.h"
|
/third_party/glib/glib/ |
D | meson.build | 173 'glist.h', 262 'glist.c',
|
/third_party/alsa-lib/include/ |
D | local.h | 221 struct list_head glist; member
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 341 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/ |
D | ssl.h | 1393 # 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/ |
D | NEWS.pre-1-3 | 105 * GAllocators used for glist, gslist, gnode node allocations
|
D | BUILD.gn | 188 "glib/glist.c",
|
D | NEWS | 547 - !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/ |
D | ChangeLog.0 | 665 * 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/ |
D | ChangeLog | 1338 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/ |
D | ChangeLog | 25116 Using glist requires a lot of small allocation at runtime and also
|