sent_bytes 213 sapi/caudium/caudium.c int sent_bytes = 0; sent_bytes 225 sapi/caudium/caudium.c sent_bytes = Pike_sp[-1].u.integer; sent_bytes 227 sapi/caudium/caudium.c if(sent_bytes != str_length) { sent_bytes 232 sapi/caudium/caudium.c return sent_bytes; sent_bytes 245 sapi/caudium/caudium.c int sent_bytes = 0, fd = MY_FD; sent_bytes 248 sapi/caudium/caudium.c for(sent_bytes=0;sent_bytes < str_length;) sent_bytes 251 sapi/caudium/caudium.c written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); sent_bytes 260 sapi/caudium/caudium.c THIS->written += sent_bytes; sent_bytes 261 sapi/caudium/caudium.c return sent_bytes; sent_bytes 267 sapi/caudium/caudium.c sent_bytes += written; sent_bytes 270 sapi/caudium/caudium.c THIS->written += sent_bytes; sent_bytes 272 sapi/caudium/caudium.c THREAD_SAFE_RUN(sent_bytes = php_caudium_low_ub_write(str, str_length TSRMLS_CC), sent_bytes 275 sapi/caudium/caudium.c return sent_bytes; sent_bytes 58 sapi/phttpd/phttpd.c int sent_bytes; sent_bytes 60 sapi/phttpd/phttpd.c sent_bytes = fd_write(PHG(cip)->fd, str, str_length); sent_bytes 62 sapi/phttpd/phttpd.c if (sent_bytes == -1) { sent_bytes 66 sapi/phttpd/phttpd.c return sent_bytes; sent_bytes 215 sapi/roxen/roxen.c int sent_bytes = 0; sent_bytes 230 sapi/roxen/roxen.c sent_bytes = Pike_sp[-1].u.integer; sent_bytes 232 sapi/roxen/roxen.c if(sent_bytes != str_length) { sent_bytes 236 sapi/roxen/roxen.c return sent_bytes; sent_bytes 251 sapi/roxen/roxen.c int sent_bytes = 0, fd = MY_FD; sent_bytes 254 sapi/roxen/roxen.c for(sent_bytes=0;sent_bytes < str_length;) sent_bytes 257 sapi/roxen/roxen.c written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); sent_bytes 266 sapi/roxen/roxen.c return sent_bytes; sent_bytes 273 sapi/roxen/roxen.c sent_bytes += written; sent_bytes 277 sapi/roxen/roxen.c THREAD_SAFE_RUN(sent_bytes = php_roxen_low_ub_write(str, str_length TSRMLS_CC), sent_bytes 280 sapi/roxen/roxen.c return sent_bytes;