Searched refs:rwbuf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c284 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf, argument
287 if(!utils || !rwbuf || !curlen) {
292 if(!(*rwbuf)) {
293 *rwbuf = utils->malloc(newlen);
294 if (*rwbuf == NULL) {
300 } else if(*rwbuf && *curlen < newlen) {
310 *rwbuf = utils->realloc(*rwbuf, needed);
311 if (*rwbuf == NULL) {
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h156 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf,
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h609 int __buf_alloc(const _sasl_global_context_t *gctx, char **rwbuf,
611 #define _buf_alloc(rwbuf, curlen, newlen) \
612 __buf_alloc(gctx, rwbuf, curlen, newlen)
621 int _buf_alloc(char **rwbuf, size_t *curlen, size_t newlen);
H A Dcommon.c2178 int __buf_alloc(const _sasl_global_context_t *gctx, char **rwbuf, argument
2181 int _buf_alloc(char **rwbuf, size_t *curlen, size_t newlen)
2184 if(!(*rwbuf)) {
2185 *rwbuf = sasl_ALLOC(newlen);
2186 if (*rwbuf == NULL) {
2191 } else if(*rwbuf && *curlen < newlen) {
2197 *rwbuf = sasl_REALLOC(*rwbuf, needed);
2199 if (*rwbuf == NULL) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1864 static char *rwbuf = NULL; local
1869 if (rwbuf != NULL)
1870 sm_free(rwbuf);
1872 rwbuf = (char *) sm_pmalloc_x(rwbuflen);
1874 (void) sm_strlcpyn(rwbuf, rwbuflen, 2, key, map->map_tapp);
1877 rwbuf);
1878 return rwbuf;
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c5168 uchar_t reg, idata, rwbuf[SCTRL_MAX_GROUP_NUMREGS]; local
5191 rwbuf[i] = idata;
5196 rwbuf, 1);
5213 rwbuf[i] = idata;
5218 rwbuf, 1);
5231 rwbuf[i] = idata;
5236 rwbuf, 1);
5360 uchar_t *rwbuf, int i2c_alloc)
5392 i2cxferp->i2c_wbuf[1 + i] = rwbuf[i];
5395 "scsb_rdwr_register: writing rwbuf[
5359 scsb_rdwr_register(scsb_state_t *scsb, int op, uchar_t reg, int len, uchar_t *rwbuf, int i2c_alloc) argument
7218 scsb_blind_read(scsb_state_t *scsb, int op, uchar_t reg, int len, uchar_t *rwbuf, int i2c_alloc) argument
[all...]

Completed in 88 milliseconds