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

  /src/crypto/external/bsd/heimdal/dist/tests/db/
check-dbinfo.in 41 db_type=${1:-${default_db_type}}
43 KRB5_CONFIG="${objdir}/krb5.conf-${db_type}"
loaddump-db.in 51 db_type=${1:-${default_db_type}}
53 propdb="${hprop} --database=${db_type}:./current-db -n"
54 propddb="${hpropd} --database=${db_type}:./current-db -n"
56 KRB5_CONFIG="${objdir}/krb5.conf-${db_type}"
add-modify-delete.in 42 db_type=${1:-${default_db_type}}
52 KRB5_CONFIG="${objdir}/krb5.conf-${db_type}"
check-aliases.in 40 db_type=${1:-${default_db_type}}
51 KRB5_CONFIG="${objdir}/krb5.conf-${db_type}"
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_dbms.c 152 const char *db_type; member in struct:__anon23148
196 dict_spec = concatenate(dp->db_type, ":", cf_file, (char *) 0);
211 dp->db_type, cf_file);
217 dp->db_type, cf_file);
225 dp->db_type, cf_file);
256 char *db_type; local
266 while ((db_type = mystrtokq_cw(&str_value, CHARS_COMMA_SP, CHARS_BRACE,
268 if (*db_type == CHARS_BRACE[0]) {
269 if ((err = extpar(&db_type, CHARS_BRACE, EXTPAR_FLAG_NONE)) != 0) {
279 pcf_register_dbms_helper(mode, db_type, flag_parameter
    [all...]
  /src/external/bsd/ntp/dist/libparse/
parsesolaris.c 303 mp->b_datap->db_type = M_SETOPTS;
452 if (canputnext(q) || (mp->b_datap->db_type > QPCTL))
485 switch (mp->b_datap->db_type)
507 mp->b_datap->db_type = M_IOCNAK;
520 mp->b_datap->db_type = M_IOCACK;
534 mp->b_datap->db_type = M_IOCNAK;
538 mp->b_datap->db_type = M_IOCACK;
574 mp->b_datap->db_type = ok ? M_IOCACK : M_IOCNAK;
578 mp->b_datap->db_type = M_IOCNAK;
580 pprintf(DD_WPUT, "parse: parsewput qreply - %s\n", (mp->b_datap->db_type == M_IOCNAK) ? "M_IOCNAK" : "M_IOCACK")
    [all...]
parsestreams.c 457 mp->b_datap->db_type = M_SETOPTS;
610 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL))
643 switch (mp->b_datap->db_type)
665 mp->b_datap->db_type = M_IOCNAK;
677 mp->b_datap->db_type = M_IOCACK;
691 mp->b_datap->db_type = M_IOCNAK;
695 mp->b_datap->db_type = M_IOCACK;
731 mp->b_datap->db_type = ok ? M_IOCACK : M_IOCNAK;
735 mp->b_datap->db_type = M_IOCNAK;
737 parseprintf(DD_WPUT,("parse: parsewput qreply - %s\n", (mp->b_datap->db_type == M_IOCNAK) ? "M_IOCNAK" : "M_IOCACK"))
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
cache.h 64 const char *cachename, const char *db_type,
db.h 318 dns_db_create(isc_mem_t *mctx, const char *db_type, const dns_name_t *origin,
322 * Create a new database using implementation 'db_type'.
350 * \li #ISC_R_NOTFOUND db_type not found
352 * \li Many other errors are possible, depending on what db_type was
  /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...]
db.c 104 dns_db_create(isc_mem_t *mctx, const char *db_type, const dns_name_t *origin,
112 * Create a new database using implementation 'db_type'.
119 impinfo = impfind(db_type);
131 ISC_LOG_ERROR, "unsupported database type '%s'", db_type);
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-iprop.in 38 db_type=@db_type@
463 if [ "$db_type" = lmdb ] && type mdb_stat > /dev/null 2>&1; then
  /src/external/mpl/bind/dist/lib/dns/
db.c 135 dns_db_create(isc_mem_t *mctx, const char *db_type, const dns_name_t *origin,
143 * Create a new database using implementation 'db_type'.
150 impinfo = impfind(db_type);
167 ISC_LOG_ERROR, "unsupported database type '%s'", db_type);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
db.h 348 dns_db_create(isc_mem_t *mctx, const char *db_type, const dns_name_t *origin,
352 * Create a new database using implementation 'db_type'.
380 * \li #ISC_R_NOTFOUND db_type not found
382 * \li Many other errors are possible, depending on what db_type was
  /src/crypto/external/bsd/heimdal/dist/
configure 761 db_type
17833 db_type=unknown
18300 for db_type in unknown $db_type_preference; do
18301 if eval test \"x\$have_${db_type}\" = xyes -o ${db_type} = sqlite; then
18304 db_type=unknown
18307 if test "x$have_db3" = xyes -a "$db_type" = unknown
18309 db_type=db3
18311 db_type="$db_type"
    [all...]
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 4828 offsetof(dblk_t, db_type)) != M_DATA)

Completed in 61 milliseconds