Searched refs:newout (Results 1 – 2 of 2) sorted by relevance
369 SM_FILE_T *newin, *newout; local394 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,397 if (newout == NULL)402 sm_io_automode(newin, newout);408 *fout = newout;
511 char *newout = realloc(out, outlen); in fragment_quote() local512 if (newout == NULL) in fragment_quote()518 out = newout; in fragment_quote()