| postconf_dbms.c | 153 const char *db_type; member in struct:__anon53 197 dict_spec = concatenate(dp->db_type, ":", cf_file, (char *) 0); 212 dp->db_type, cf_file); 218 dp->db_type, cf_file); 226 dp->db_type, cf_file); 257 char *db_type; local 267 while ((db_type = mystrtokq_cw(&str_value, CHARS_COMMA_SP, CHARS_BRACE, 269 if (*db_type == CHARS_BRACE[0]) { 270 if ((err = extpar(&db_type, CHARS_BRACE, EXTPAR_FLAG_NONE)) != 0) { 280 pcf_register_dbms_helper(mode, db_type, flag_parameter [all...] |