Lines Matching refs:CplFileConf
104 struct CplFileConf { struct
126 static void cpl_init_FileConf(CplFileConf *cfc); argument
133 struct CplFileConf {int dummy;}; struct
730 CplFileConf *conf; /* The new-style configuration object. */ in CPL_MATCH_FN()
735 CplFileConf default_conf; in CPL_MATCH_FN()
753 conf = (CplFileConf *) data; in CPL_MATCH_FN()
824 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf()
842 CplFileConf *new_CplFileConf(void) in new_CplFileConf()
848 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf()
852 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf()
873 CplFileConf *del_CplFileConf(CplFileConf *cfc) in del_CplFileConf()
899 void cfc_literal_escapes(CplFileConf *cfc, int literal) in cfc_literal_escapes()
920 void cfc_file_start(CplFileConf *cfc, int start_index) in cfc_file_start()
943 void cfc_set_check_fn(CplFileConf *cfc, CplCheckFn *chk_fn, void *chk_data) in cfc_set_check_fn()