Searched refs:udb_chunk_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | udb.h | 216 typedef enum udb_chunk_type udb_chunk_type; typedef 218 enum udb_chunk_type { enum 573 void udb_alloc_set_type(udb_alloc* alloc, udb_void r, udb_chunk_type tp); 692 int udb_ptr_alloc_space(udb_ptr* ptr, udb_base* udb, udb_chunk_type type, 723 udb_chunk_type udb_ptr_get_type(udb_ptr* ptr);
|
H A D | udb.c | 779 udb_chunk_type tp = (udb_chunk_type)UDB_CHUNK(at)->type; 795 udb_chunk_type tp = (udb_chunk_type)atp->type; 925 udb_chunk_type tp = (udb_chunk_type)UDB_CHUNK(at)->type; 1906 void udb_alloc_set_type(udb_alloc* alloc, udb_void r, udb_chunk_type tp) 2073 int udb_ptr_alloc_space(udb_ptr* ptr, udb_base* udb, udb_chunk_type type, 2094 udb_chunk_type udb_ptr_get_type(udb_ptr* ptr)
|