HomeSort by: relevance | last modified time | path
    Searched defs:db_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postconf/
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...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
cache.c 144 char *db_type; member in struct:dns_cache
177 result = dns_db_create(cache->mctx, cache->db_type, dns_rootname,
189 const char *cachename, const char *db_type,
228 cache->db_type = isc_mem_strdup(cmctx, db_type);
235 if (strcmp(cache->db_type, "rbt") == 0) {
285 if (strcmp(db_type, "rbt") == 0) {
315 isc_mem_free(cmctx, cache->db_type);
370 if (strcmp(cache->db_type, "rbt") == 0) {
382 if (cache->db_type != NULL)
    [all...]

Completed in 40 milliseconds