Home | History | Annotate | Download | only in conn_init

Lines Matching refs:lseek

83 	sz_file = lseek( fd,  0, SEEK_END );
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
112 lseek( fd, (int)(pETagPointer-pReadBuff), SEEK_SET );
154 sz_file = lseek( fd, 0, SEEK_END );
185 lseek( fd, 0, SEEK_SET );
214 sz_file = lseek( fd, 0, SEEK_END );
226 lseek( fd, 0, SEEK_SET );
230 lseek( fd, positionStart, SEEK_SET );
277 sz_file = lseek( fd, 0, SEEK_END );
290 lseek( fd, 0, SEEK_SET );
357 sz_file = lseek( fd, 0, SEEK_END );
370 if(lseek(fd, 0, SEEK_SET) != 0) {
371 wfc_util_log_error("lseek failure");
395 lseek( fd, (int)(pSValuePointer-pReadBuff), SEEK_SET );
482 sz_file = lseek( fd, 0, SEEK_END );
495 if(lseek(fd, 0, SEEK_SET) != 0) {
496 wfc_util_log_error("lseek failure");