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

/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c465 unsigned int files_idx; member in struct:test_client_transaction
500 test_client_finished(unsigned int files_idx) argument
507 "finished [%u]", files_idx);
511 i_assert(files_idx < count);
513 i_assert(paths[files_idx] != NULL);
515 paths[files_idx] = NULL;
536 i_assert(tctrans->files_idx < count);
538 path = paths[tctrans->files_idx];
557 i_assert(tctrans->files_idx < count);
559 path = paths[tctrans->files_idx];
[all...]
/dovecot/src/lib-http/
H A Dtest-http-payload.c634 unsigned int files_idx; member in struct:test_client_request
719 test_client_download_finished(unsigned int files_idx) argument
725 i_assert(files_idx < count);
727 i_assert(paths[files_idx] != NULL);
729 paths[files_idx] = NULL;
739 unsigned int files_idx = tcreq->files_idx; local
749 tcreq->files_idx, (int)psize);
777 tcreq->files_idx);
795 tcreq->files_idx);
956 test_client_echo_finished(unsigned int files_idx) argument
976 unsigned int files_idx = tcreq->files_idx; local
[all...]

Completed in 33 milliseconds