Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/db/
H A Ddb.c82 static int decode_data(char *, char **);
434 if ((klen = decode_data(keystr, &ks)) == -1) in db_makekey()
644 decode_data(char *data, char **ddata) in decode_data() function