Home
last modified time | relevance | path

Searched refs:gvfile (Results 1 – 18 of 18) sorted by relevance

/dports/databases/grass7/grass-7.8.6/include/vect/
H A Ddig_externs.h52 int dig_write_cidx(struct gvfile *, struct Plus_head *);
57 off_t dig_ftell(struct gvfile * file);
59 void dig_rewind(struct gvfile * file);
60 int dig_fflush(struct gvfile * file);
63 void dig_file_init(struct gvfile * file);
64 int dig_file_load(struct gvfile * file);
65 void dig_file_free(struct gvfile * file);
165 int dig__fread_port_L(long *, size_t, struct gvfile *);
167 int dig__fread_port_I(int *, size_t, struct gvfile *);
217 int dig_Wr_spidx(struct gvfile *, struct Plus_head *);
[all …]
H A Ddig_structs.h96 struct gvfile struct
1070 struct gvfile spidx_fp;
1410 struct gvfile dig_fp;
/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dfile.c36 off_t dig_ftell(struct gvfile *file) in dig_ftell()
60 int dig_fseek(struct gvfile * file, off_t offset, int whence) in dig_fseek()
87 void dig_rewind(struct gvfile * file) in dig_rewind()
104 int dig_fflush(struct gvfile * file) in dig_fflush()
124 size_t dig_fread(void *ptr, size_t size, size_t nmemb, struct gvfile *file) in dig_fread()
156 size_t dig_fwrite(const void *ptr, size_t size, size_t nmemb, struct gvfile *file) in dig_fwrite()
170 void dig_file_init(struct gvfile *file) in dig_file_init()
172 G_zero(file, sizeof(struct gvfile)); in dig_file_init()
187 int dig_file_load(struct gvfile * file) in dig_file_load()
266 void dig_file_free(struct gvfile * file) in dig_file_free()
H A Dportable.c79 int dig__fread_port_D(double *buf, size_t cnt, struct gvfile * fp) in dig__fread_port_D()
123 int dig__fread_port_F(float *buf, size_t cnt, struct gvfile * fp) in dig__fread_port_F()
260 int dig__fread_port_L(long *buf, size_t cnt, struct gvfile * fp) in dig__fread_port_L()
343 int dig__fread_port_I(int *buf, size_t cnt, struct gvfile * fp) in dig__fread_port_I()
558 size_t cnt, struct gvfile * fp) in dig__fwrite_port_D()
597 size_t cnt, struct gvfile * fp) in dig__fwrite_port_F()
703 size_t cnt, struct gvfile * fp) in dig__fwrite_port_L()
759 size_t cnt, struct gvfile * fp) in dig__fwrite_port_I()
815 size_t cnt, struct gvfile * fp) in dig__fwrite_port_S()
872 size_t cnt, struct gvfile * fp) in dig__fwrite_port_P()
[all …]
H A Dplus.c196 int dig_load_plus(struct Plus_head *Plus, struct gvfile * plus, int head_only) in dig_load_plus()
272 int dig_write_plus_file(struct gvfile * fp_plus, struct Plus_head *Plus) in dig_write_plus_file()
322 int dig_write_nodes(struct gvfile * plus, struct Plus_head *Plus) in dig_write_nodes()
346 int dig_write_lines(struct gvfile * plus, struct Plus_head *Plus) in dig_write_lines()
371 int dig_write_areas(struct gvfile * plus, struct Plus_head *Plus) in dig_write_areas()
396 int dig_write_isles(struct gvfile * plus, struct Plus_head *Plus) in dig_write_isles()
H A Dplus_struct.c50 int dig_Rd_P_node(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Rd_P_node()
103 int dig_Wr_P_node(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Wr_P_node()
148 int dig_Rd_P_line(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Rd_P_line()
239 int dig_Wr_P_line(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Wr_P_line()
329 int dig_Rd_P_area(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Rd_P_area()
376 int dig_Wr_P_area(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Wr_P_area()
414 int dig_Rd_P_isle(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Rd_P_isle()
450 int dig_Wr_P_isle(struct Plus_head *Plus, int n, struct gvfile * fp) in dig_Wr_P_isle()
489 int dig_Rd_Plus_head(struct gvfile * fp, struct Plus_head *ptr) in dig_Rd_Plus_head()
646 int dig_Wr_Plus_head(struct gvfile * fp, struct Plus_head *ptr) in dig_Wr_Plus_head()
H A Dcindex_rw.c24 int dig_write_cidx_head(struct gvfile * fp, struct Plus_head *plus) in dig_write_cidx_head()
122 int dig_read_cidx_head(struct gvfile * fp, struct Plus_head *plus) in dig_read_cidx_head()
247 int dig_write_cidx(struct gvfile * fp, struct Plus_head *plus) in dig_write_cidx()
291 int dig_read_cidx(struct gvfile * fp, struct Plus_head *plus, int head_only) in dig_read_cidx()
H A Dspindex_rw.c56 int dig_Wr_spidx_head(struct gvfile * fp, struct Plus_head *ptr) in dig_Wr_spidx_head()
267 int dig_Rd_spidx_head(struct gvfile * fp, struct Plus_head *ptr) in dig_Rd_spidx_head()
694 static off_t rtree_write_from_memory(struct gvfile *fp, off_t startpos, in rtree_write_from_memory()
800 static off_t rtree_write_from_file(struct gvfile *fp, off_t startpos, in rtree_write_from_file()
904 static off_t rtree_write_to_sidx(struct gvfile *fp, off_t startpos, in rtree_write_to_sidx()
925 static void rtree_load_to_memory(struct gvfile *fp, off_t rootpos, in rtree_load_to_memory()
1050 static void rtree_load_to_file(struct gvfile *fp, off_t rootpos, in rtree_load_to_file()
1162 static void rtree_load_from_sidx(struct gvfile *fp, off_t rootpos, in rtree_load_from_sidx()
1179 int dig_Wr_spidx(struct gvfile *fp, struct Plus_head *Plus) in dig_Wr_spidx()
1229 int dig_Rd_spidx(struct gvfile * fp, struct Plus_head *Plus) in dig_Rd_spidx()
[all …]
H A Dtest.c37 struct gvfile fp; in main()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/tokenize/
H A Dwg-display.c558 bool gvfile = false; in sentence_display_wordgraph() local
574 gvfile = true; in sentence_display_wordgraph()
577 if (gvfile || generate_gvfile) in sentence_display_wordgraph()
606 if (gvf_error && gvfile) /* we need it - cannot continue */ in sentence_display_wordgraph()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dbuild_ogr.c123 struct gvfile fp; in Vect_save_fidx()
H A Dcindex.c479 struct gvfile fp; in Vect_cidx_save()
523 struct gvfile fp; in Vect_cidx_open()
H A Dwrite_nat.c242 struct gvfile *dig_fp; in V1_delete_line_nat()
343 struct gvfile *dig_fp; in V1_restore_line_nat()
452 struct gvfile *dig_fp; in V1__write_line_nat()
H A Dopen_ogr.c252 struct gvfile fp; in Vect_open_fidx()
H A Dopen.c1100 struct gvfile fp; in Vect_open_topo()
H A Dbuild.c1003 struct gvfile fp; in Vect_save_topo()
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A Dmagic102 With perldb, the HV of a gvfile gv gets 'L' magic with obj = gv.
/dports/databases/grass7/grass-7.8.6/lib/vector/
H A Dvectorlib_lists.dox21 - \ref gvfile