Lines Matching refs:PcaPathConf
69 struct PcaPathConf { struct
213 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc);
1135 PcaPathConf *new_PcaPathConf(PathCache *pc) in new_PcaPathConf()
1137 PcaPathConf *ppc; /* The object to be returned */ in new_PcaPathConf()
1146 ppc = (PcaPathConf *)malloc(sizeof(PcaPathConf)); in new_PcaPathConf()
1172 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc) in pca_init_PcaPathConf()
1197 PcaPathConf *del_PcaPathConf(PcaPathConf *ppc) in del_PcaPathConf()
1217 PcaPathConf *ppc; /* The configuration arguments */ in CPL_MATCH_FN()
1240 ppc = (PcaPathConf *) data; in CPL_MATCH_FN()
1592 void ppc_literal_escapes(PcaPathConf *ppc, int literal) in ppc_literal_escapes()
1611 void ppc_file_start(PcaPathConf *ppc, int start_index) in ppc_file_start()