Searched defs:__ptr__ (Results 1 – 1 of 1) sorted by relevance
464 #define sasl_REALLOC(__ptr__, __size__) \ argument 466 #define sasl_FREE(__ptr__) (gctx->sasl_allocation_utils.free((__ptr__))) argument 469 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__))) argument 470 #define sasl_sun_FREE(__ptr__) (free((__ptr__))) argument 481 #define sasl_REALLOC(__ptr__, __size__) \ argument 483 sasl_FREE(__ptr__) global() argument [all...]