Home
last modified time | relevance | path

Searched refs:gintptr (Results 1 – 18 of 18) sorted by relevance

/third_party/glib/glib/
Dgspawn-win32-helper.c46 gintptr msg) in write_err_and_exit()
48 gintptr en = errno; in write_err_and_exit()
50 write (fd, &msg, sizeof(gintptr)); in write_err_and_exit()
51 write (fd, &en, sizeof(gintptr)); in write_err_and_exit()
197 gintptr handle; in WinMain()
199 gintptr no_error = CHILD_NO_ERROR; in WinMain()
Dgspawn-win32.c117 return _open_osfhandle ((gintptr) filehandle, mode | _O_NOINHERIT); in reopen_noninherited()
324 gintptr report[2], in read_helper_report()
329 while (bytes < sizeof(gintptr)*2) in read_helper_report()
337 sizeof(gintptr)*2 - bytes); in read_helper_report()
340 sizeof(gintptr)*2 - bytes); in read_helper_report()
366 if (bytes < sizeof(gintptr)*2) in read_helper_report()
373 set_child_error (gintptr report[2], in set_child_error()
449 gintptr rc = -1; in do_spawn_directly()
556 gintptr rc = -1; in fork_exec()
561 gintptr helper_report[2]; in fork_exec()
[all …]
Dglib-init.c87 G_STATIC_ASSERT (sizeof (gintptr) == sizeof (void *));
115 G_STATIC_ASSERT (sizeof (gintptr) == sizeof (intptr_t));
117 G_STATIC_ASSERT (G_ALIGNOF (gintptr) == G_ALIGNOF (intptr_t));
Dglibconfig.h106 typedef signed long gintptr; typedef
158 typedef signed int gintptr; typedef
Dgwakeup.c88 poll_fd->fd = (gintptr) wakeup; in g_wakeup_get_pollfd()
Dgiowin32.c1181 watch->pollfd.fd = (gintptr) G_WIN32_MSG_HANDLE; in g_io_win32_msg_create_watch()
1391 watch->pollfd.fd = (gintptr) win32_channel->data_avail_event; in g_io_win32_fd_create_watch()
1613 watch->pollfd.fd = (gintptr) win32_channel->event; in g_io_win32_sock_create_watch()
2185 fd->fd = (gintptr) win32_channel->data_avail_event; in g_io_channel_win32_make_pollfd()
2207 fd->fd = (gintptr) WSACreateEvent (); in g_io_channel_win32_make_pollfd()
Dglibconfig.h.in104 typedef signed @glib_intptr_type_define@ gintptr; typedef
Dgmain.c5693 child_watch_source->poll.fd = (gintptr) pid; in g_child_watch_source_new()
/third_party/glib/tests/
Dgio-test.c224 msg.hwnd, msg.message, msg.wParam, (gintptr)msg.lParam); in recv_windows_message()
241 hwnd, message, wparam, (gintptr)lparam); in window_procedure()
408 msg, wparam, (gintptr)lparam, hwnd); in main()
Dtestglib.c241 c[0] = ((gchar) ((gintptr) (node->data))); in node_build_string()
254 #define P2C(p) ((gchar) ((gintptr) (p))) in gnode_test()
/third_party/glib/gio/tests/
Dwin32-streams.c48 (HANDLE) (gintptr) _get_osfhandle (writer_pipe[1]), in writer_thread()
96 (HANDLE) (gintptr) _get_osfhandle (reader_pipe[0]), in reader_thread()
243 (HANDLE) (gintptr) _get_osfhandle (writer_pipe[0]), in test_pipe_io()
251 (HANDLE) (gintptr) _get_osfhandle (reader_pipe[1]), in test_pipe_io()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstegl.h54 typedef gintptr EGLAttrib;
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c145 (void *) (gintptr) attr->offset); in _bind_buffer()
222 (gpointer) (gintptr) src->index_offset); in _src_shader_fill_bound_fbo()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c572 data = (gpointer) ((gintptr) plane_start + (gintptr) read_pointer); in gst_gl_memory_texsubimage()
/third_party/glib/glib/tests/
Dgpoll.c47 fds[i].fd = (gintptr) WSACreateEvent (); in prepare_fds()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c119 return (gchar *) (gintptr) (s); in _gst_ascii_strcasestr()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt88 gintptr
/third_party/glib/gio/
Dgsocket.c4135 socket_source->pollfd.fd = (gintptr) socket->priv->event; in socket_source_new()