Searched defs:recnum (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libadm/common/ |
| H A D | dgrpent.c | 85 * recnum Record number of next record to read 92 static int recnum = 0; variable 112 recnum = 0; 133 recnum = 0; 399 recnum = 0; 458 ent->entryno = recnum++; 481 ent->entryno = recnum++;
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | db_index.cc | 222 * Remove the entry with the given index value and location 'recnum'. 228 db_index::remove(item* index_value, entryp recnum) argument 250 recnum)) { 260 * Add a new index entry with the given index value and location 'recnum'. 261 * Return DB_NOTUNIQUE, if entry with identical index_value and recnum 268 db_index::add(item* index_value, entryp recnum) argument 286 recnum, tab[bucket])) == NULL) { 294 hval, index_value, recnum)) {
|
| H A D | db_index_entry.cc | 166 item *i, entryp recnum) 172 np->location == recnum) { 227 * entry is freed. The record pointed to by 'recnum' must be removed 233 unsigned long hval, item *i, entryp recnum) 240 np->location == recnum) { 279 unsigned long hval, item *i, entryp recnum) 298 *head = new db_index_entry(hval, i, recnum, * head); 308 prev->next = new db_index_entry(hval, i, recnum, prev->next); 165 lookup(bool_t casein, unsigned long hval, item *i, entryp recnum) argument 232 remove(db_index_entry_p *head, bool_t casein, unsigned long hval, item *i, entryp recnum) argument 278 add(db_index_entry **head, bool_t casein, unsigned long hval, item *i, entryp recnum) argument
|
| H A D | db_mindex.cc | 358 * as obtained from the record named by 'recnum'. The record itself, along 361 * Returns NULL if recnum is not a valid entry. 366 db_mindex::extract_index_values_from_record(entryp recnum) argument 370 ret = extract_index_values_from_object(table->get_entry(recnum));
|
Completed in 86 milliseconds