PcaPathConf
PcaPathConf *new_PcaPathConf(PathCache *pc)
PcaPathConf *ppc; /* The object to be returned */
ppc = (PcaPathConf *)malloc(sizeof(PcaPathConf));
static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc)
PcaPathConf *del_PcaPathConf(PcaPathConf *ppc)
PcaPathConf *ppc; /* The configuration arguments */
ppc = (PcaPathConf *) data;
void ppc_literal_escapes(PcaPathConf *ppc, int literal)
void ppc_file_start(PcaPathConf *ppc, int start_index)
static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc);
typedef struct PcaPathConf PcaPathConf;
PcaPathConf *new_PcaPathConf(PathCache *pc);
PcaPathConf *del_PcaPathConf(PcaPathConf *ppc);
void ppc_literal_escapes(PcaPathConf *ppc, int literal);
void ppc_file_start(PcaPathConf *ppc, int start_index);