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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h147 off_t first_byte_index, last_byte_index; member in struct:__anon19
H A Dlibhttpd.c636 ( hc->last_byte_index >= hc->first_byte_index ) &&
637 ( ( hc->last_byte_index != length - 1 ) ||
682 (long long) hc->last_byte_index,
684 (long long) ( hc->last_byte_index - hc->first_byte_index + 1 ) );
1791 hc->last_byte_index = -1;
2218 hc->last_byte_index = atoll( cp_dash + 1 );
2219 if ( hc->last_byte_index < 0 )
2220 hc->last_byte_index = -1;
3892 /* Fill in last_byte_index, if necessary. */
3894 ( hc->last_byte_index
[all...]

Completed in 40 milliseconds