Home
last modified time | relevance | path

Searched refs:ndType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dbtree.c63 d_fetchb(&ptr, (char *) &np->nd.ndType); in bt_getnode()
112 d_storeb(&ptr, np->nd.ndType); in bt_putnode()
153 if (bt->hdrnd.nd.ndType != ndHdrNode || in bt_readhdr()
218 if (n.nd.ndType != ndMapNode || in bt_readhdr()
261 bt->hdrnd.nd.ndType != ndHdrNode || in bt_writehdr()
306 if (n.nd.ndType != ndMapNode || in bt_writehdr()
448 switch ((unsigned char) np->nd.ndType) in bt_insertx()
565 switch ((unsigned char) np->nd.ndType) in bt_deletex()
695 switch ((unsigned char) np->nd.ndType) in bt_search()
H A Dinternal.h259 SignedByte ndType; /* node type */ member
H A Dnode.c43 np->nd.ndType = type; in n_init()