Searched refs:PcaPathConf (Results 1 – 2 of 2) sorted by relevance
1782 typedef struct PcaPathConf PcaPathConf; typedef1802 PcaPathConf *new_PcaPathConf(PathCache *pc);1813 PcaPathConf *del_PcaPathConf(PcaPathConf *ppc);1821 void ppc_literal_escapes(PcaPathConf *ppc, int literal);1830 void ppc_file_start(PcaPathConf *ppc, int start_index);
69 struct PcaPathConf { struct213 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()[all …]