OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/lua/sqlite/
Makefile
3
LUA_MODULES=
sqlite
4
LUA_SRCS.
sqlite
=
sqlite
.c
7
${.CURDIR}/../../../external/public-domain/
sqlite
/lib
/src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl
2
#
sqlite
build tree. They are in this file, instead of auto.def, so
23
msg-result "Configuring
SQLite
version [get-define PACKAGE_VERSION]"
38
# Gets set by [
sqlite
-configure] (the main configure script driver).
92
# use
sqlite
-config
93
#
sqlite
-configure BUILD_NAME { build-specific configure script }
96
# [
sqlite
-configure-finalize], which gets run after $configScript.
97
proc
sqlite
-configure {buildMode configScript} {
99
"
sqlite
-configure must not be called more than once"
244
copy of autosetup/jimsh0.c for that. The
SQLite
TCL extension and the
343
# --disable-static-shell: https://
sqlite
.org/forum/forumpost/cc219ee70
[
all
...]
/src/external/public-domain/sqlite/dist/tea/
teaish.tcl
1
# Teaish configure script for the
SQLite
Tcl extension
24
# The canonical
SQLite
TEA(ish) build
27
set distname
sqlite
-tcl
30
# updating
SQLite
's tree.
36
set distname
sqlite
-teaish
44
proj-fatal "Cannot determine the
SQLite
version number"
49
"Unexpected
SQLite
version: $version"
63
-name
sqlite
67
-libDir
sqlite
$version
75
# https://
sqlite
.org/forum/forumpost/fde857fb8101a4b
[
all
...]
/src/external/bsd/kyua-cli/dist/cli/
cmd_db_exec.hpp
40
namespace
sqlite
{
namespace in namespace:utils
42
} // namespace
sqlite
48
std::string format_cell(utils::
sqlite
::statement&, const int);
49
std::string format_headers(utils::
sqlite
::statement&);
50
std::string format_row(utils::
sqlite
::statement&);
/src/external/bsd/kyua-cli/dist/utils/sqlite/
c_gate.hpp
30
/// Provides direct access to the C state of the
SQLite
wrappers.
40
namespace
sqlite
{
namespace in namespace:utils
46
/// Gateway to the raw C database of
SQLite
3.
54
/// any other way, so you can end up corrupting the
SQLite
3 state and later get
70
} // namespace
sqlite
transaction.hpp
29
/// \file utils/
sqlite
/transaction.hpp
30
/// A RAII model for
SQLite
transactions.
38
namespace
sqlite
{
namespace in namespace:utils
44
/// A RAII model for an
SQLite
3 statement.
65
} // namespace
sqlite
database.hpp
29
/// \file utils/
sqlite
/database.hpp
30
/// Wrapper classes and utilities for the
SQLite
database state.
32
/// This module contains thin RAII wrappers around the
SQLite
3 structures
48
namespace
sqlite
{
namespace in namespace:utils
64
/// A RAII model for the
SQLite
3 database.
66
/// This class holds the database of the
SQLite
3 interface during its existence
67
/// and provides wrappers around several
SQLite
3 library functions that operate
76
/// make the
SQLite
3 more C++ friendly. We prefer a clean C++ interface over
105
} // namespace
sqlite
exceptions.hpp
29
/// \file utils/
sqlite
/exceptions.hpp
30
/// Exception types raised by the
sqlite
module.
39
namespace
sqlite
{
namespace in namespace:utils
45
/// Base exception for
sqlite
errors.
53
/// Exception for errors raised by the
SQLite
3 API library.
55
/// The name of the
SQLite
3 C API function that caused this error.
81
} // namespace
sqlite
statement.hpp
29
/// \file utils/
sqlite
/statement.hpp
30
/// Wrapper classes and utilities for
SQLite
statement processing.
32
/// This module contains thin RAII wrappers around the
SQLite
3 structures
47
namespace
sqlite
{
namespace in namespace:utils
53
/// Representation of the
SQLite
data types.
91
/// A RAII model for an
SQLite
3 statement.
144
} // namespace
sqlite
/src/external/bsd/kyua-cli/dist/store/
backend.hpp
41
namespace
sqlite
{
namespace in namespace:utils
43
} // namespace
sqlite
60
metadata initialize(utils::
sqlite
::database&);
87
utils::
sqlite
::database& database(void);
Completed in 45 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026