Searched defs:cdbw (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/lib/libc/cdb/ |
H A D | cdbw.c | 139 struct cdbw { struct 154 struct cdbw * argument 157 struct cdbw *cdbw; in cdbw_open() local 178 cdbw_put(struct cdbw *cdbw, const void *key, size_t keylen, in cdbw_put() 198 cdbw_put_data(struct cdbw *cdbw, const void *data, size_t datalen, in cdbw_put_data() 245 cdbw_put_key(struct cdbw *cdbw, const void *key, size_t keylen, uint32_t idx) in cdbw_put_key() 320 cdbw_close(struct cdbw *cdbw) in cdbw_close() 422 build_graph(struct cdbw *cdbw, struct state *state) in build_graph() 544 print_hash(struct cdbw *cdbw, struct state *state, int fd, const char *descr) in print_hash() 605 cdbw_output(struct cdbw *cdbw, int fd, const char *descr, in cdbw_output()
|
/netbsd-src/usr.sbin/services_mkdb/ |
H A D | output_cdb.c | 45 static struct cdbw *cdbw; variable
|
/netbsd-src/usr.sbin/npf/npftest/ |
H A D | npftest.c | 127 struct cdbw *cdbw; in generate_test_cdb() local
|
/netbsd-src/lib/libnpf/ |
H A D | npf.c | 1155 struct cdbw *cdbw; in _npf_table_build_const() local
|