Searched refs:first_byte_index (Results 1 - 3 of 3) 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 ) &&
638 ( hc->first_byte_index != 0 ) ) &&
681 (long long) hc->first_byte_index,
684 (long long) ( hc->last_byte_index - hc->first_byte_index + 1 ) );
1790 hc->first_byte_index = 0;
2213 hc->first_byte_index = atoll( cp + 1 );
2214 if ( hc->first_byte_index < 0 )
2215 hc->first_byte_index = 0;
/haiku/src/apps/poorman/
H A DPoorManServer.cpp421 file.Seek(hc->first_byte_index, SEEK_SET);

Completed in 41 milliseconds