Searched defs:partition (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libpz/
H A Dpzpart.c23 * partition support
53 * return partition pointer given name
66 * partition iterator
67 * return the next partition after pp
81 * set the current partition to pp
82 * old partition returned
225 * initialize the partition map from pp.{<map,nmap>,<grp,ngrp>}
268 * initialize the partition workspace
287 (*pz->disc->errorf)(pz, pz->disc, 2, "%s: partition header corrupted", pz->path);
374 * the discipline functions may change the partition nam
688 pzpartition(register Pz_t* pz, const char* partition) argument
[all...]
H A Dpzip.h46 #define PZ_PART_SUF "prt" /* partition file suffix */
57 #define PZ_PARTITION 4 /* new partition event */
127 const char* name; /* format (partition) name */
146 const char* partition; /* data partition file */ member in struct:Pzdisc_s
152 Pzread_f readf; /* partition row read function */
153 Pzwrite_f writef; /* partition row write function */
166 struct Pzpart_s /* partition context */
168 char* name; /* partition name */
222 Pzpart_t* part; /* current partition */
[all...]
/ast/src/cmd/pzip/
H A Dpin.c27 * induce a column partition on fixed row data
33 "[+NAME?pin - induce a pzip partition on fixed record data]"
34 "[+DESCRIPTION?\bpin\b induces a \bpzip\b(1) column partition on data files"
35 " of fixed length rows (records) and columns (fields). If a partition"
36 " file is specified then that partition is refined. A partition file,"
42 " [+(1)?If \b--partition\b is not specified then a"
53 " [+(3)?The optimal partition for the ordering from step (2) is"
72 "[g:group?Sets the maximum number of columns in any partition group. Lower"
76 " columns in the partition
267 partition(int i) function
1466 char* partition = 0; local
[all...]

Completed in 15 milliseconds