Searched defs:cdbw (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/services_mkdb/
H A Doutput_cdb.c45 static struct cdbw *cdbw; variable in typeref:struct:cdbw
[all...]
/netbsd-current/usr.sbin/npf/npftest/
H A Dnpftest.c127 struct cdbw *cdbw; local
/netbsd-current/lib/libc/cdb/
H A Dcdbw.c139 struct cdbw { struct
157 struct cdbw *cdbw; local
178 cdbw_put(struct cdbw *cdbw, const void *key, size_t keylen, const void *data, size_t datalen) argument
198 cdbw_put_data(struct cdbw *cdbw, const void *data, size_t datalen, uint32_t *idx) argument
245 cdbw_put_key(struct cdbw *cdbw, const void *key, size_t keylen, uint32_t idx) argument
320 cdbw_close(struct cdbw *cdbw) argument
422 build_graph(struct cdbw *cdbw, struct state *state) argument
544 print_hash(struct cdbw *cdbw, struct state *state, int fd, const char *descr) argument
605 cdbw_output(struct cdbw *cdbw, int fd, const char *descr, uint32_t (*seedgen)(void)) argument
[all...]
/netbsd-current/lib/libnpf/
H A Dnpf.c1155 struct cdbw *cdbw; local

Completed in 138 milliseconds