Searched refs:ntotal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c65 PRInt32 ntotal; local
81 ntotal = 0;
83 while ((nbytes = PR_Read(sock, bufPtr, sizeof(buf)-ntotal)) > 0) {
84 ntotal += nbytes;
92 if (ntotal != nexpected) {
94 nexpected, ntotal);

Completed in 67 milliseconds