Home
last modified time | relevance | path

Searched refs:sendstart (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/c/
H A Dbc.c61 bc->sendstart[i][d][j] = start[j]; in bc_init()
68 bc->sendstart[i][d][i] = dr; in bc_init()
73 bc->sendstart[i][d][i] = padding[i][0] + size1[i] - ds; in bc_init()
161 bc->size2, bc->sendstart[0][0]); in bc_unpack1()
165 bc->size2, bc->sendstart[0][0]); in bc_unpack1()
201 const int* start = bc->sendstart[i][d]; in bc_unpack1()
242 bc->sendstart[i][d], bc->recvstart[i][1 - d]); in bc_unpack1()
246 bc->sendstart[i][d], bc->recvstart[i][1 - d], in bc_unpack1()
H A Dbc.h20 int sendstart[3][2][3]; member
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfn3.c269 extern CK_OFF_T fsize, ffc, tfc, sendstart, calibrate;
1390 if (z > (CK_OFF_T)0) sendstart = z;
1391 debug(F101,"rsattr RESEND sendstart","",sendstart);
1392 if (sendstart > (CK_OFF_T)0)
1393 if (zfseek(sendstart) < 0) /* Input file is already open. */
2463 zz += sendstart; in clsif()
2500 sendstart = (CK_OFF_T)0; /* Don't do this again! */ in clsif()
H A Dckcftp.c4258 sendstart = (CK_OFF_T)0;
11789 sendstart = sendstart * 10 + (int)(*p - '0');
11794 sendstart = (CK_OFF_T)0;
11797 sendstart = (CK_OFF_T)0;
11807 if (sendstart > (CK_OFF_T)0) { /* Still restarting? */
11810 ckfstoa(fsize),sendstart);
11819 if (zfseek((long)sendstart) < 0) {
11821 ftpsnd.local,sendstart);
11823 sendstart = 0;
11833 x = ftpcmd("REST",ckltoa(sendstart),-1,-1,ftp_vbm);
[all …]
H A Dckuusx.c407 extern CK_OFF_T sendstart, rs_len;
3802 zz = what & W_SEND ? sendstart : what & W_RECV ? rs_len : 0; in chkint()
4134 howfar += sendstart; /* the beginning... */
4166 howfar += sendstart; /* the beginning... */
6991 if (what & W_SEND && sendstart > 0L) { in scrft()
7942 howfar += sendstart;
8854 howfar += sendstart;
H A Dckuusr.c215 extern CK_OFF_T sendstart;
5058 sendstart = (CK_OFF_T)0;
5155 sendstart = pv[SND_STA].wval;
5157 sendstart = (CK_OFF_T)0;
5158 debug(F101,"xsend /STARTING","",sendstart);
9891 sendstart = seekto;
H A Dckcfns.c105 tfc, fsize, sendstart, rs_len, flci, flco, tlci, tlco, calibrate;
4534 if (sendstart > (CK_OFF_T)0) /* Starting position */
4535 if (zfseek(sendstart) < 0) /* seek to it... */
H A Dckcmai.c1074 sendstart = (CK_OFF_T)0, /* SEND start position */ variable
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/resources/Database/
H A DSchema.sql299 `sendstart` datetime DEFAULT NULL,
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/actions/
H A Dprocessqueue.php734 …$sendstart = Sql_Query(sprintf('update %s set sendstart = now() where sendstart is null and id = %… variable