Searched defs:fpath (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c331 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 Dtest-http-payload.c232 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