Lines Matching defs:pz
129 typedef struct Pzdllpz_s /* initialized pz list for dll */
132 Pz_t* pz; /* pz initialized for dll */
142 Pzdllpz_t* pzs; /* initialized pz list */
165 #define PZ_POP 0x40000000 /* pop pz->io on pzclose() */
185 #define PZGETZ(pz,ip,z,i) \
193 if (pz->disc->errorf) \
194 (*pz->disc->errorf)(pz, pz->disc, 2, "%s: input truncated", pz->path); \
202 #define PZGETP(pz,ip,z,i,a) \
212 if (pz->disc->errorf) \
213 (*pz->disc->errorf)(pz, pz->disc, 2, "%s: input truncated", pz->path); \