HomeSort by relevance Sort by last modified time
    Searched refs:close_on_unref (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
giochannel.c 102 channel->close_on_unref = FALSE;
140 if (channel->close_on_unref)
366 channel->close_on_unref = FALSE; /* Because we already did */
426 channel->close_on_unref = FALSE; /* Because we already did */
874 channel->close_on_unref = do_close;
894 return channel->close_on_unref;
    [all...]
giochannel.h 130 guint close_on_unref : 1; /* Close the channel on final unref */ member in struct:_GIOChannel
giounix.c 565 channel->close_on_unref = TRUE; /* must be after g_io_channel_init () */

Completed in 17 milliseconds