Searched refs:n_index (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
H A D | node.c | 176 void n_index(btree *bt, unsigned char *key, unsigned long nnum, in n_index() function 289 n_index(right.bt, HFS_NODEREC(right, 0), right.nnum, record, reclen); in n_split() 454 n_index(np->bt, HFS_NODEREC(*np, 0), np->nnum, record, 0); in n_delete()
|
H A D | node.h | 28 void n_index(btree *, unsigned char *, unsigned long, unsigned char *, int *);
|
H A D | btree.c | 465 n_index(np->bt, HFS_NODEREC(child, 0), child.nnum, rec, 0); in bt_insertx() 524 n_index(bt, HFS_NODEREC(root, 0), root.nnum, oroot, &orootlen); in bt_insert() 592 n_index(np->bt, HFS_NODEREC(*np, 0), np->nnum, record, 0); in bt_deletex()
|