Searched refs:db_value (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 243 SMDB_DBENT db_key, db_value; local 318 memset(&db_value, '\0', sizeof db_value); 329 while ((result = cursor->smdbc_get(cursor, &db_key, &db_value, 338 db_value.size == 2 && 339 db_value.data[0] == '@' && 340 db_value.data[1] == '\0') 348 (int) db_value.size, 349 (char *) db_value.data); 365 memset(&db_value, '\0', sizeof db_value); 368 get_res = database->smdb_get(database, &db_key, &db_value, 0); [all …]
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | dict.c | 78 void *db_value; /* value */ member 303 return (bucket ? bucket->db_value : NULL); in dict_get() 323 prev = bucket->db_value; in dict_put() 332 bucket->db_value = value; in dict_put() 353 void *value = bucket->db_value; in dict_remove() 381 apply(bucket->db_key, &bucket->db_value, cl); in dict_map()
|