Home
last modified time | relevance | path

Searched refs:autopaging_writer_create (Results 1 – 15 of 15) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dcasewriter.h41 struct casewriter *autopaging_writer_create (const struct caseproto *);
H A Ddataset-writer.c85 writer->subwriter = autopaging_writer_create (dict_get_proto (writer->dict)); in dataset_writer_open()
H A Dcasegrouper.c94 writer = autopaging_writer_create ( in casegrouper_get_next_group()
H A Dcasewriter.c179 autopaging_writer_create (const struct caseproto *proto) in autopaging_writer_create() function
H A Ddataset.c446 ds->sink = autopaging_writer_create (compacted_proto); in proc_open_filtering()
452 ds->sink = autopaging_writer_create (dict_get_proto (pd)); in proc_open_filtering()
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dnp.c96 np->writer = autopaging_writer_create (proto); in np_create()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Droc.c425 autopaging_writer_create (proto); in accumulate_counts()
503 wtr = autopaging_writer_create (proto); in process_group()
739 neg_wtr = autopaging_writer_create (casereader_get_proto (input)); in do_roc()
H A Djonckheere-terpstra.c290 struct casewriter *writer = autopaging_writer_create (proto); in jonckheere_terpstra_execute()
H A Dgraph.c598 writer = autopaging_writer_create (cmd->gr_proto); in run_graph()
H A Daggregate.c283 output = autopaging_writer_create (dict_get_proto (agr.dict)); in cmd_aggregate()
H A Ddescriptives.c407 dsc->z_writer = autopaging_writer_create (proto); in cmd_descriptives()
H A Dquick-cluster.c681 qc->save_trans_data->writer = autopaging_writer_create (proto); in makeit()
H A Dregression.c419 workspace.writer = autopaging_writer_create (proto); in cmd_regression()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dmatrix-data.c128 struct casewriter *writer = autopaging_writer_create (proto); in preprocess()
H A Dcombine-files.c436 proc.output = autopaging_writer_create (dict_get_proto (proc.dict)); in combine_files()