Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/win32/
Dgwin32directorymonitor.c41 DWORD buffer_allocated_bytes; member
134 priv->buffer_allocated_bytes, in g_win32_directory_monitor_callback()
179 self->priv->buffer_allocated_bytes, in g_win32_directory_monitor_constructor()
212 self->priv->buffer_allocated_bytes = 32768; in g_win32_directory_monitor_init()
213 self->priv->file_notify_buffer = g_new0 (gchar, self->priv->buffer_allocated_bytes); in g_win32_directory_monitor_init()