HomeSort by relevance Sort by last modified time
    Searched defs:db_value (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
praliases.c 244 SMDB_DBENT db_key, db_value; local
319 memset(&db_value, '\0', sizeof db_value);
330 while ((result = cursor->smdbc_get(cursor, &db_key, &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)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpool/common/
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 60 milliseconds