Lines Matching refs:realloc_fn
55 GReallocFunc realloc_fn;
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;