Searched defs:fpath (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-smtp/ |
H A D | test-smtp-payload.c | 331 const char *fpath = trans->params.envid; local 334 i_assert(fpath != NULL); 337 i_debug("test server: DATA (file path = %s)", fpath); 342 (ctrans, fpath, data_input);
|
/dovecot/src/lib-http/ |
H A D | test-http-payload.c | 232 const char *fpath, *reason; local 243 fpath = t_strconcat(".", path, NULL); 247 "sending payload for %s", fpath); 250 fstream = test_file_open(fpath, &status, &reason); 270 fpath, fstream->v_offset, output->offset);
|
Completed in 25 milliseconds