Searched refs:db_value (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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, '\ [all...] |
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | dict.c | 78 void *db_value; /* value */ member in struct:dict_bucket 303 return (bucket ? bucket->db_value : NULL); 323 prev = bucket->db_value; 332 bucket->db_value = value; 353 void *value = bucket->db_value; 381 apply(bucket->db_key, &bucket->db_value, cl);
|
Completed in 62 milliseconds