Searched refs:CplFileConf (Results 1 – 4 of 4) sorted by relevance
104 struct CplFileConf { struct126 static void cpl_init_FileConf(CplFileConf *cfc); argument133 struct CplFileConf {int dummy;}; argument730 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()[all …]
162 CplFileConf *cfc; /* Configuration parameters to pass to */
368 typedef struct CplFileConf CplFileConf; typedef378 CplFileConf *new_CplFileConf(void);386 void cfc_literal_escapes(CplFileConf *cfc, int literal);395 void cfc_file_start(CplFileConf *cfc, int start_index);404 void cfc_set_check_fn(CplFileConf *cfc, CplCheckFn *chk_fn, void *chk_data);410 CplFileConf *del_CplFileConf(CplFileConf *cfc);
173 CplFileConf *cfc; in CPL_MATCH_FN()