Searched refs:sasl_REALLOC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dconfig.c114 configlist=sasl_REALLOC((char *)configlist,
H A Dsaslint.h340 #define sasl_REALLOC(__ptr__, __size__) \ macro
H A Dcommon.c396 new_buf = sasl_REALLOC(conn->multipacket_encoded_data.data,
422 new_buf = sasl_REALLOC(conn->multipacket_encoded_data.data,
522 new_invec = sasl_REALLOC (cur_invec, sizeof(struct iovec) * allocated);
2253 *rwbuf = sasl_REALLOC(*rwbuf, (unsigned)needed);
2647 ExpandedValueData = sasl_REALLOC(ExpandedValueData, cbExpandedData);
H A Dauxprop.c107 ret = sasl_REALLOC(pool, sizeof(struct proppool) + size);

Completed in 56 milliseconds