Lines Matching defs:PcaPathConf
1782 typedef struct PcaPathConf PcaPathConf;
1787 * from your own completion callback function. It requires that a PcaPathConf
1799 * return PcaPathConf * The new configuration structure, or NULL
1802 PcaPathConf *new_PcaPathConf(PathCache *pc);
1808 * ppc PcaPathConf * Any pointer previously returned by
1811 * return PcaPathConf * The deleted structure (always NULL).
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);