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

  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 55 GReallocFunc realloc_fn; member in struct:_GMemoryOutputStreamPrivate
168 * @realloc_fn: a function with realloc() semantics to be called when
176 * If @realloc_fn is non-%NULL, it will be used for resizing the internal
178 * pass %NULL as @realloc_fn.
193 GReallocFunc realloc_fn,
205 priv->realloc_fn = realloc_fn;
316 if (!priv->realloc_fn)
330 data = priv->realloc_fn (priv->data, size);
584 return priv->realloc_fn != NULL
    [all...]
gmemoryoutputstream.h 89 GReallocFunc realloc_fn,

Completed in 138 milliseconds