Home
last modified time | relevance | path

Searched refs:SlimFetch (Results 1 – 12 of 12) sorted by relevance

/dports/astro/routino/routino-3.3.3/src/
H A Derrorlog.h147SlimFetch(errorlogs->fd,&errorlogs->cached[position-1],sizeof(ErrorLog),errorlogs->errorlogsoffset… in LookupErrorLog()
167SlimFetch(errorlogs->fd,&offset,sizeof(index_t),errorlogs->offsetsoffset+(offset_t)index*sizeof(in… in LookupErrorLogOffset()
187SlimFetch(errorlogs->fd,errorlogs->cachestring,errorlog->length,errorlogs->stringsoffset+errorlog-… in LookupErrorLogString()
H A Dfiles.h108 static inline int SlimFetch(int fd,void *address,size_t length,offset_t position);
164 static inline int SlimFetch(int fd,void *address,size_t length,offset_t position) in SlimFetch() function
H A Dways.c63 SlimFetch(ways->fd,&ways->file,sizeof(WaysFile),0); in LoadWayList()
H A Dways.h177 while(!SlimFetch(ways->fd,ways->ncached[position]+n,64,ways->namesoffset+wayp->name+n)) in WayName()
H A Derrorlog.c67 SlimFetch(errorlogs->fd,&errorlogs->file,sizeof(ErrorLogsFile),0); in LoadErrorLogs()
H A Dcache.h113 SlimFetch(fd,&cache->data[row][col],sizeof(type),offset+(offset_t)index*sizeof(type)); \
H A Dnodes.c76 SlimFetch(nodes->fd,&nodes->file,sizeof(NodesFile),0); in LoadNodeList()
85 SlimFetch(nodes->fd,nodes->offsets,sizeoffsets,sizeof(NodesFile)); in LoadNodeList()
H A Drelations.c64 SlimFetch(relations->fd,&relations->file,sizeof(RelationsFile),0); in LoadRelationList()
H A Dsegments.c68 SlimFetch(segments->fd,&segments->file,sizeof(SegmentsFile),0); in LoadSegmentList()
H A Dprunex.c233SlimFetch(newwaysx->fd,(wayx=&tmpwayx),sizeof(WayX),(segmentx->way-waysx->number)*sizeof(WayX)); in PruneIsolatedRegions()
276SlimFetch(newwaysx->fd,(wayx=&tmpwayx),sizeof(WayX),(segmentx->way-waysx->number)*sizeof(WayX)); in PruneIsolatedRegions()
328SlimFetch(newwaysx->fd,(wayx=&tmpwayx),sizeof(WayX),(segmentx->way-waysx->number)*sizeof(WayX)); in PruneIsolatedRegions()
H A Dsegmentsx.c563 SlimFetch(segmentsx->fd,segmentx_list,length*sizeof(SegmentX),start*sizeof(SegmentX)); in IndexSegments()
/dports/astro/routino/routino-3.3.3/
H A DChangeLog3608 * src/prunex.c: Use SlimMapFile(), SlimUnmapFile(), SlimFetch() and
3614 * src/ways.h: Use SlimFetch() instead of SeekReadFileUnbuffered()
3621 SlimFetch() instead of SeekReadFileUnbuffered() and SlimReplace()