Home
last modified time | relevance | path

Searched refs:db_value (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dpraliases.c244 SMDB_DBENT db_key, db_value; local
319 memset(&db_value, '\0', sizeof db_value);
339 db_value.size == 2 &&
340 db_value.data[0] == '@' &&
341 db_value.data[1] == '\0')
349 (int) db_value.size,
350 (char *) db_value.data);
366 memset(&db_value, '\0', sizeof db_value);
374 &db_value, 0);
382 (int) db_value.size,
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c76 void *db_value; /* value */ member
301 return (bucket ? bucket->db_value : NULL); in dict_get()
321 prev = bucket->db_value; in dict_put()
330 bucket->db_value = value; in dict_put()
351 void *value = bucket->db_value; in dict_remove()
379 apply(bucket->db_key, &bucket->db_value, cl); in dict_map()