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

  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 60 gboolean auto_grow; member in struct:_GBufferedOutputStreamPrivate
243 return stream->priv->auto_grow;
249 * @auto_grow: a #gboolean.
252 * If @auto_grow is true, then each write will just make the buffer
258 gboolean auto_grow)
263 auto_grow = auto_grow != FALSE;
264 if (priv->auto_grow != auto_grow)
266 priv->auto_grow = auto_grow
    [all...]
gbufferedoutputstream.h 78 gboolean auto_grow);

Completed in 24 milliseconds