Searched refs:MEMERROR (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h121 #ifndef MEMERROR
123 #define MEMERROR( utils ) \ macro
126 #define MEMERROR( utils ) \ macro
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c94 MEMERROR( sparams->utils );
156 MEMERROR( params->utils );
193 MEMERROR(params->utils);
324 MEMERROR(params->utils);
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c253 MEMERROR(utils);
268 MEMERROR(utils);
296 MEMERROR(utils);
313 MEMERROR(utils);
342 MEMERROR(utils);
476 MEMERROR(utils);
633 MEMERROR( utils );
793 MEMERROR( utils );
803 MEMERROR( utils );
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c124 MEMERROR( sparams->utils );
217 MEMERROR( sparams->utils );
224 MEMERROR(sparams->utils);
283 MEMERROR( sparams->utils);
543 MEMERROR(params->utils);
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c171 MEMERROR(params->utils);
291 MEMERROR( params->utils );
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c803 MEMERROR(params->utils);
859 MEMERROR(text->utils);
1045 MEMERROR(text->utils);
1103 MEMERROR(params->utils);
1110 MEMERROR(params->utils);
1524 MEMERROR(params->utils);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h77 #define MEMERROR(conn) {\ macro
91 #define MEMERROR(conn) {\ macro
H A Dclient.c624 MEMERROR(*pconn);
644 MEMERROR(*pconn);
1161 if(ret != SASL_OK) MEMERROR(conn);
H A Dcommon.c411 MEMERROR(conn);
520 MEMERROR(conn);
552 if(result != SASL_OK) MEMERROR(conn);
554 if(result != SASL_OK) MEMERROR(conn);
575 if(result != SASL_OK) MEMERROR( conn );
910 if(result != SASL_OK) MEMERROR(conn);
936 if(result != SASL_OK) MEMERROR(conn);
H A Dserver.c1308 MEMERROR(*pconn);
1525 MEMERROR(conn);
1543 MEMERROR(conn);
2096 if(ret != SASL_OK) MEMERROR(conn);

Completed in 115 milliseconds