HomeSort by: relevance | last modified time | path
    Searched refs:_PROP_REALLOC (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_object_impl.h 268 #define _PROP_REALLOC(v, s, t) realloc((v), (s), (t), M_WAITOK)
327 #define _PROP_REALLOC(v, s, t) _prop_standalone_realloc((v), (s))
374 #define _PROP_REALLOC(v, s, t) realloc((v), (s))
prop_extern.c 62 char *cp = _PROP_REALLOC(ctx->poec_buf,

Completed in 14 milliseconds