Searched refs:prop_new (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsasl/include/
H A Dprop.h18 * The "struct propctx" is allocated by prop_new and is a fixed size structure.
20 * propctx" in another structure. prop_new also allocates a pool of memory
65 struct propctx *prop_new(unsigned estimate);
76 * ctx -- context from prop_new()
135 * ctx -- context from prop_new()/prop_request()
149 * ctx -- context from prop_new()/prop_request()
163 * ctx -- context from prop_new()/prop_request()
H A Dsaslplug.h153 struct propctx *(*prop_new)(unsigned estimate); member in struct:sasl_utils
/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c159 struct propctx *prop_new(unsigned estimate) function
200 retval = prop_new(total_size);
263 * ctx -- context from prop_new()
505 * ctx -- context from prop_new()/prop_request()
550 * ctx -- context from prop_new()/prop_request()
752 * ctx -- context from prop_new()/prop_request()
H A Dcommon.c2050 utils->prop_new=&prop_new;
H A Dserver.c1354 serverconn->sparams->propctx=prop_new(0);

Completed in 38 milliseconds