Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp142 const sqlite::blob raw_contents = stmt.safe_column_blob("contents"); in get_file() local
144 static_cast< const char *>(raw_contents.memory), raw_contents.size); in get_file()