Searched refs:fd_based (Results 1 – 6 of 6) sorted by relevance
62 g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based) in g_file_descriptor_based_get_fd() argument66 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()
53 int (*get_fd) (GFileDescriptorBased *fd_based);60 int g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based);
171 g_socket_input_stream_get_fd (GFileDescriptorBased *fd_based) in g_socket_input_stream_get_fd() argument173 GSocketInputStream *input_stream = G_SOCKET_INPUT_STREAM (fd_based); in g_socket_input_stream_get_fd()
300 g_local_file_input_stream_get_fd (GFileDescriptorBased *fd_based) in g_local_file_input_stream_get_fd() argument302 GLocalFileInputStream *stream = G_LOCAL_FILE_INPUT_STREAM (fd_based); in g_local_file_input_stream_get_fd()
226 g_socket_output_stream_get_fd (GFileDescriptorBased *fd_based) in g_socket_output_stream_get_fd() argument228 GSocketOutputStream *output_stream = G_SOCKET_OUTPUT_STREAM (fd_based); in g_socket_output_stream_get_fd()
1304 g_local_file_output_stream_get_fd (GFileDescriptorBased *fd_based) in g_local_file_output_stream_get_fd() argument1306 GLocalFileOutputStream *stream = G_LOCAL_FILE_OUTPUT_STREAM (fd_based); in g_local_file_output_stream_get_fd()