Lines Matching defs:needed
1138 case SASL_CONTINUE: s = gettext("another step is needed in authentication");
1176 case SASL_ENCRYPT: s = gettext("encryption needed to use mechanism");
1194 case SASL_NOCHANGE: s = gettext("requested change was not needed");
1232 case SASL_CONTINUE: return "another step is needed in authentication";
1252 case SASL_ENCRYPT: return "encryption needed to use mechanism";
1261 case SASL_NOCHANGE: return "requested change was not needed";
2214 size_t needed = 2*(*curlen);
2216 while(needed < newlen)
2217 needed *= 2;
2219 *rwbuf = sasl_REALLOC(*rwbuf, needed);
2225 *curlen = needed;