Searched refs:CplFileConf (Results 1 – 4 of 4) sorted by relevance
102 struct CplFileConf { struct124 static void cpl_init_FileConf(CplFileConf *cfc); argument131 struct CplFileConf {int dummy;}; argument728 CplFileConf *conf; /* The new-style configuration object. */ in CPL_MATCH_FN()733 CplFileConf default_conf; in CPL_MATCH_FN()751 conf = (CplFileConf *) data; in CPL_MATCH_FN()822 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf()840 CplFileConf *new_CplFileConf(void) in new_CplFileConf()846 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf()850 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf()[all …]
160 CplFileConf *cfc; /* Configuration parameters to pass to */
366 typedef struct CplFileConf CplFileConf; typedef376 CplFileConf *new_CplFileConf(void);384 void cfc_literal_escapes(CplFileConf *cfc, int literal);393 void cfc_file_start(CplFileConf *cfc, int start_index);402 void cfc_set_check_fn(CplFileConf *cfc, CplCheckFn *chk_fn, void *chk_data);408 CplFileConf *del_CplFileConf(CplFileConf *cfc);
173 CplFileConf *cfc; in CPL_MATCH_FN()