Home
last modified time | relevance | path

Searched refs:cmds_sent (Results 1 – 19 of 19) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Dsend-pack.c390 unsigned cmds_sent = 0; in send_pack() local
472 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
521 if (!cmds_sent) { in send_pack()
526 cmds_sent = 1; in send_pack()
542 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
553 if (use_sideband && cmds_sent) { in send_pack()
568 if (need_pack_data && cmds_sent) { in send_pack()
595 if (args->stateless_rpc && cmds_sent) in send_pack()
598 if (status_report && cmds_sent) in send_pack()
605 if (use_sideband && cmds_sent) { in send_pack()
/dports/devel/git-p4/git-2.34.1/
H A Dsend-pack.c485 unsigned cmds_sent = 0; in send_pack() local
625 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
636 if (!cmds_sent) { in send_pack()
641 cmds_sent = 1; in send_pack()
657 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
668 if (use_sideband && cmds_sent) { in send_pack()
683 if (need_pack_data && cmds_sent) { in send_pack()
710 if (args->stateless_rpc && cmds_sent) in send_pack()
713 if (status_report && cmds_sent) in send_pack()
720 if (use_sideband && cmds_sent) { in send_pack()
/dports/devel/git-svn/git-2.34.1/
H A Dsend-pack.c485 unsigned cmds_sent = 0; in send_pack() local
625 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
636 if (!cmds_sent) { in send_pack()
641 cmds_sent = 1; in send_pack()
657 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
668 if (use_sideband && cmds_sent) { in send_pack()
683 if (need_pack_data && cmds_sent) { in send_pack()
710 if (args->stateless_rpc && cmds_sent) in send_pack()
713 if (status_report && cmds_sent) in send_pack()
720 if (use_sideband && cmds_sent) { in send_pack()
/dports/devel/git-gui/git-2.34.1/
H A Dsend-pack.c485 unsigned cmds_sent = 0; in send_pack() local
625 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
636 if (!cmds_sent) { in send_pack()
641 cmds_sent = 1; in send_pack()
657 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
668 if (use_sideband && cmds_sent) { in send_pack()
683 if (need_pack_data && cmds_sent) { in send_pack()
710 if (args->stateless_rpc && cmds_sent) in send_pack()
713 if (status_report && cmds_sent) in send_pack()
720 if (use_sideband && cmds_sent) { in send_pack()
/dports/devel/git/git-2.34.1/
H A Dsend-pack.c485 unsigned cmds_sent = 0; in send_pack() local
625 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
636 if (!cmds_sent) { in send_pack()
641 cmds_sent = 1; in send_pack()
657 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
668 if (use_sideband && cmds_sent) { in send_pack()
683 if (need_pack_data && cmds_sent) { in send_pack()
710 if (args->stateless_rpc && cmds_sent) in send_pack()
713 if (status_report && cmds_sent) in send_pack()
720 if (use_sideband && cmds_sent) { in send_pack()
/dports/devel/git-cvs/git-2.34.1/
H A Dsend-pack.c485 unsigned cmds_sent = 0; in send_pack() local
625 cmds_sent = generate_push_cert(&req_buf, remote_refs, args, in send_pack()
636 if (!cmds_sent) { in send_pack()
641 cmds_sent = 1; in send_pack()
657 if (!args->dry_run && (cmds_sent || is_repository_shallow(the_repository))) { in send_pack()
668 if (use_sideband && cmds_sent) { in send_pack()
683 if (need_pack_data && cmds_sent) { in send_pack()
710 if (args->stateless_rpc && cmds_sent) in send_pack()
713 if (status_report && cmds_sent) in send_pack()
720 if (use_sideband && cmds_sent) { in send_pack()
/dports/emulators/uae/uae-0.8.29/src/
H A Dfilesys.c567 volatile unsigned int cmds_sent; member
1245 unit->cmds_sent = 0; in startup_handler()
2899 && uip[unit_no].self->cmds_acked != uip[unit_no].self->cmds_sent) in exter_int_helper()
2903 uip[unit_no].self->cmds_acked = uip[unit_no].self->cmds_sent; in exter_int_helper()
3013 ui->self->cmds_sent++; in filesys_thread()
H A DChangeLog1184 Remove message_lock and friends and use new variables cmds_sent,
/dports/emulators/uae/uae-0.8.29/docs/
H A DREADME.PROGRAMMERS271 whether the message is free, three counts are kept. "cmds_sent" is
273 "cmds_acked" is set to the same value of cmds_sent at the point that the
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp.c3426 int cmds_sent; in smtp_write_mail_and_rcpt_cmds() local
3478 cmds_sent = smtp_write_command(sx, no_flush ? SCMD_BUFFER : SCMD_FLUSH, in smtp_write_mail_and_rcpt_cmds()
3481 if (cmds_sent < 0) return -5; in smtp_write_mail_and_rcpt_cmds()
3482 if (cmds_sent > 0) in smtp_write_mail_and_rcpt_cmds()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dfilesys.c1039 volatile unsigned int cmds_sent; member
2660 unit->cmds_sent = 0; in startup_create_unit()
5979 && uip[unit_no].self->cmds_acked != uip[unit_no].self->cmds_sent) in exter_int_helper()
5983 uip[unit_no].self->cmds_acked = uip[unit_no].self->cmds_sent; in exter_int_helper()
6127 ui->self->cmds_sent++; in filesys_iteration()
7868 u->cmds_sent = restore_u64 (); in restore_filesys_virtual()
8013 save_u64 (u->cmds_sent); in save_filesys_virtual()
H A DChangeLog989 Remove message_lock and friends and use new variables cmds_sent,
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dfilesys.cpp1323 volatile unsigned int cmds_sent; member
3013 unit->cmds_sent = 0; in startup_create_unit()
6625 && uip[unit_no].self->cmds_acked != uip[unit_no].self->cmds_sent) in exter_int_helper()
6629 uip[unit_no].self->cmds_acked = uip[unit_no].self->cmds_sent; in exter_int_helper()
6795 ui->self->cmds_sent++; in filesys_iteration()
8970 u->cmds_sent = restore_u64 (); in restore_filesys_virtual()
9115 save_u64 (u->cmds_sent); in save_filesys_virtual()