Home
last modified time | relevance | path

Searched refs:fd_based (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgfiledescriptorbased.c62 g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based) in g_file_descriptor_based_get_fd() argument
66 g_return_val_if_fail (G_IS_FILE_DESCRIPTOR_BASED (fd_based), 0); in g_file_descriptor_based_get_fd()
68 iface = G_FILE_DESCRIPTOR_BASED_GET_IFACE (fd_based); in g_file_descriptor_based_get_fd()
70 return (* iface->get_fd) (fd_based); in g_file_descriptor_based_get_fd()
Dgfiledescriptorbased.h53 int (*get_fd) (GFileDescriptorBased *fd_based);
60 int g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based);
Dgsocketinputstream.c171 g_socket_input_stream_get_fd (GFileDescriptorBased *fd_based) in g_socket_input_stream_get_fd() argument
173 GSocketInputStream *input_stream = G_SOCKET_INPUT_STREAM (fd_based); in g_socket_input_stream_get_fd()
Dglocalfileinputstream.c300 g_local_file_input_stream_get_fd (GFileDescriptorBased *fd_based) in g_local_file_input_stream_get_fd() argument
302 GLocalFileInputStream *stream = G_LOCAL_FILE_INPUT_STREAM (fd_based); in g_local_file_input_stream_get_fd()
Dgsocketoutputstream.c226 g_socket_output_stream_get_fd (GFileDescriptorBased *fd_based) in g_socket_output_stream_get_fd() argument
228 GSocketOutputStream *output_stream = G_SOCKET_OUTPUT_STREAM (fd_based); in g_socket_output_stream_get_fd()
Dglocalfileoutputstream.c1304 g_local_file_output_stream_get_fd (GFileDescriptorBased *fd_based) in g_local_file_output_stream_get_fd() argument
1306 GLocalFileOutputStream *stream = G_LOCAL_FILE_OUTPUT_STREAM (fd_based); in g_local_file_output_stream_get_fd()